/* header file*/
html {
    height: 100%;
}
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: -webkit-linear-gradient(rgba(122,59,19,0.8), rgba(207,138,56,0.8));
    background-image: -o-linear-gradient(rgba(122,59,19,0.8), rgba(207,138,56,0.8));
    background-image: linear-gradient(rgba(122,59,19,0.8), rgba(207,138,56,0.8));
}
a, h3, h2, h1 {
    font-family: "Lucida Console", Times, serif;
}
.main-back {
    
    
}
.main {
    width: 100%;
    overflow: auto;
    background-color: rgba(207,138,56,0.8);
    background-image: -webkit-linear-gradient(rgba(122,59,19,0.8), rgba(207,138,56,0.8));
    background-image: -o-linear-gradient(rgba(122,59,19,0.8), rgba(207,138,56,0.8));
    background-image: linear-gradient(rgba(122,59,19,0.8), rgba(207,138,56,0.8));
}
.menu {
    position: fixed;
    top: 0;
    left: 10%;
    width: 80%;
    height: 50px;
    background-color: rgb(121,58,19);
    background-image: -webkit-linear-gradient(rgb(121,58,19), rgb(55,32,18));
    background-image: -o-linear-gradient(rgb(121,58,19), rgb(55,32,18));
    background-image: linear-gradient(rgb(121,58,19), rgb(55,32,18));
    z-index: 2;
}
.menu-link {
    float:left;
    width: 25%;
    text-align: center;
}
.menu-link a {
    display: block;
    width: 100%;
    color: #ededed;
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
}
.menu-link a:hover {
    width: 100%;
    color: #ededed;
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(rgb(207,138,56), rgb(122,59,19));
    background-image: -o-linear-gradient(rgb(207,138,56), rgb(122,59,19));
    background-image: linear-gradient(rgb(207,138,56), rgb(122,59,19));
}
.header {
    width: 100%;
    height: 20px;
    margin-bottom: 50px;
    background-color: rgb(55,32,18);
    z-index: 1;
}

.content {
    overflow: auto;
    margin: 0 auto;
    max-width: 1020px;
}
.logo {
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
    background-image: url(/images/logo/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo a {
    display: block;
    line-height: 70px;
    text-align: center;
    height: 70px;
    text-decoration: none;
    font-size: 30px;
    color: #ededed;
}
/* home page */
.left-content {
    float: left;
    width: 33.3333333%;
    color: white;
}
.left-content-wrapper {
    margin: -20px 0 0 20px;
}
.right-content {
    float: right;
    width: 66.6666666%;
    overflow: auto;

}
.fluid_container {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}
/* work page */
.work-container {
    max-width: 1020px;
    color: white;
    text-align: center;
    margin: 0 auto;
    overflow: auto;    
}
.folder-wrapper {
     float: left;
     width: 25%;
}

.folder {
    background-color: rgba(237, 237, 237, 0.23);
    margin: 5px;
    height: 100%;
    padding-top: 1px;
}
.folder:hover {
    background-color: rgba(237, 237, 237, 0.50);
    cursor: pointer;
}
.img-wrapper {
    margin: 5px;
    padding: 5px;
}
.img-wrapper a {

}
.img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.img-desc {
    color: white;
    text-align: center;
    margin: 5px;
}
/* about page */
.about-content {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: white;
}
.about-content a {
    text-decoration: none;
    color: white;
}
/* contact page */
.contact-content {
    color: #ededed;
    text-align: center;
}
.contact-content p {
    margin: 0;
    padding: 0;
}
.contact-content h4 {
    margin: 5px 0px;
    padding: 0;
}
.contact-content table{
    margin: 0 auto;
}
.contact-content table tbody tr{
    height: 30px;
}
.contact-content td{
    width: 50%;
    height: 30px;
    text-align: left;
}
.contact-content input[type=text] {
    border: 0;
    width: 100%;
}
.contact-content textarea {
    border: 0;
    resize: none;
    width: 90%;
    max-width: 600px;
    height: 200px;    
}
.contact-content button{
    background-color: rgb(55,32,18);
    color: #fff;
    width: 200px;
    height: 50px;
    margin: 5px;
    border: 0;
    background-image: -webkit-linear-gradient(rgb(121,58,19), rgb(55,32,18));
    background-image: -o-linear-gradient(rgb(121,58,19), rgb(55,32,18));
    background-image: linear-gradient(rgb(121,58,19), rgb(55,32,18));
    
}
.contact-content button:hover {
    cursor: pointer;
    background-color: rgb(122,59,19);
    background-image: -webkit-linear-gradient(rgb(207,138,56), rgb(122,59,19));
    background-image: -o-linear-gradient(rgb(207,138,56), rgb(122,59,19));
    background-image: linear-gradient(rgb(207,138,56), rgb(122,59,19));
}
/* footer file */
.footer {
    padding: 20px;
    text-align: center;
    color: white;
    background-color: rgb(55,32,18);
    background-image: -webkit-linear-gradient(rgb(55,32,18), rgb(82, 37, 9));
    background-image: -o-linear-gradient(rgb(55,32,18), rgb(82, 37, 9));
    background-image: linear-gradient(rgb(55,32,18), rgb(82, 37, 9));
    
}
.footer p {
    margin: 0;
    
}
@media(max-width: 768px){
    .menu {
        left: 0;
        width: 100%;
    }
    
    .left-content {
        float: left;
        width: 100%;
    }
    .right-content {
        float: left;
        width:100%;
    }
    .folder-wrapper {
        width: 33.33333333%;
    }
}
@media(max-width: 520px){
    .menu {
        position: absolute;
        left: 0;
        top: 0;
        height: 200px;
    }
    .menu-link {
        float:left;
        width: 100%;
        text-align: center;
        background-color: rgb(121,58,19);
    background-image: -webkit-linear-gradient(rgb(121,58,19), rgb(55,32,18));
    background-image: -o-linear-gradient(rgb(121,58,19), rgb(55,32,18));
    background-image: linear-gradient(rgb(121,58,19), rgb(55,32,18));
    z-index: 2;
    }
    .main {
        padding-top: 180px;
    }
    .folder-wrapper {
        width: 100%;
    }
}