@charset "UTF-8";
.background {
    background-image: url(../images/brick.jpg);
    margin: 0px;
    height: 1350px;
}
.header {
    width: 2202px;
    margin-left: auto;
    margin-right: auto;
    height: 247px;
    position: relative;
    background-color: rgba(62,120,117,1.00);
}
.container{
    width: 2202px;
    height: 855px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 80px;
}
.logo {
    width: 170px;
    height: 170px;
    background-image: url(../images/logo01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 36px;
    left: 3%;
}
#cover_picture {
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    width: 2202px;
    height: 855px;
    background-image: url(../images/cover_photo01.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-position: 0% 75%;
}
.title {
    position: relative;
    top: 181px;
    margin-right: auto;
    font-family: "professor",sans-serif;
    font-size: 23em;
    color: rgba(255,255,255,1.00);
    text-align: center;
    width: 100%;
    clear: left;
}
.mini-title {
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-family: "ff-enzo-web",sans-serif;
    padding-top: 186px;
    font-size: 3em;
    position: relative;
}
#nav {
    position: relative;
    top: -82px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#nav > a {
    display: none;
    z-index: 1000;
}

nav ul {
	list-style-type: none;
	list-style-image: none;
}


#nav > ul {
    margin: 0px;
}

	#nav > ul > li {
    float: left;
    position: relative;
    left: 51%;
    margin-left: 3%;
	}

		#nav > ul > li > a {
    display: block;
    padding-top: 8px;
    text-decoration: none;
    font-size: 4.5em;
    font-family: "ff-enzo-web",sans-serif;
    font-weight: lighter;
    color: rgba(255,255,255,1.00);
		}

		#nav > ul > li > a:hover {
    color: rgba(148,148,148,1.00);
		}
footer {
    width: 100%;
    height: 157px;
    background-color: rgba(62,120,117,1.00);
}
.footer {
    margin-left: auto;
    width: 36%;
    margin-right: auto;
    top: 40%;
    position: relative;
    color: rgba(255,255,255,1.00);
    font-weight: lighter;
    font-family: "ff-enzo-web",sans-serif;

}



@media screen and (max-width:2201px) {
    .background {
    background-size: 80% auto;
    }
    .header {
        width: 90%;
        height: 18%;
    }
    .container {
        width: 90%;
        height: 50%;
    }
    #cover_picture {
        width: 100%;
        height: 100%;
    }
    .logo {
        width: 57%;
    }
    .title {
        font-size: 15em;
    }
    .mini-title{
        font-size: 2em;
    }
    
    #nav > ul > li > a {
        font-size: 3em;
    }
}

@media screen and (max-width:1632px) {
    .background {
        background-size: 80% auto;
    }
    .header {
        width: 80%;
        height: 10%;
    }
    .container {
        width: 80%;
        height: 30%;
    }
    #cover_picture {
        width: 100%;
        height: 100%;
    }
    
    .logo {
    width: 45%;
    height: 60%;
    left: 3%;
    top: 14%;
    }
    
    .title {
    font-size: 9em;
    position: relative;
    top: 95px;
    }
    .mini-title{
    font-size: 1.5em;
    position: relative;
    top: -90px;
    }
    #nav {
    position: relative;
    top: -38px;
}
    #nav > ul > li > a {
        font-size: 2em;
    }

}

@media screen and (max-width:1279px) {
    .background {
        background-size: 80% auto;
    }
    .header {
        width: 75%;
        height: 8%;
    }
    .container {
        width: 75%;
        height: 27%;
    }
    #cover_picture {
        width: 100%;
        height: 100%;
    }
    
    .logo {
    width: 55%;
    height: 56%;
    top: 21%;
    }
   
    .title {
    font-size: 7em;
    position: relative;
    top: 95px;
    }
    .mini-title{
    font-size: 1.3em;
    position: relative;
    top: -89px;
    }
    #nav {
    position: relative;
    top: -31px;
}
     #nav > ul > li {
    left: 42%;
    }

    #nav > ul > li > a {
        font-size: 1.9em;
    }

}

@media screen and (max-width:1024px) {
    .background {
    background-size: 80% auto;
    }
    .header {
        width: 70%;
        height: 5%;
    }
    .container {
        width: 70%;
        height: 20%;
    }
    #cover_picture {
        width: 100%;
        height: 100%;
    }
    
    .logo {
    width: 40%;
    height: 60%;
    }
    
    .title {
    font-size: 6em;
    position: relative;
    top: 85px;
    }
    .mini-title{
    font-size: 1em;
    position: relative;
    top: -100px;
    }
    #nav {
    top: -28px;
}
    #nav > ul > li > a {
        font-size: 1.5em;
    }

}

@media screen and (max-width:900px) {
    
    #nav > ul > li {
    left: 31%;
    }
    
}

@media screen and (max-width:600px) {
    .background {
        background-size: 80% auto;
        height: 650px;
    }
    .header {
    width: 100%;
    height: 7%;
    background-color: rgba(62,120,117,1.00);
    }
    .container {
    width: 100%;
    height: 60%;
    position: relative;
    top: 29pt;
    }
    #cover_picture {
    width: 100%;
    height: 100%;
    background-position: 69% 101%;
    background-size: 234% auto;
    }
    
    .logo {
    height: 85%;
    position: relative;
    width: 48px;
    margin-left: auto;
    margin-right: auto;
    top: 6%;
    }
    
    .title {
    font-size: 3.7em;
    position: relative;
    top: 278px;
    }
    .mini-title{
    font-size: 16px;
    position: relative;
    top: 82px;
    }
	
	#nav {
    position: relative;
    display: block;
    z-index: 1000;
    top: -72%;
    width: 67%;
    right: 16%;
	}
	
	/* Hamburger Button Style*/
	#nav > a {
    width: 50px;
    height: 42px;
    text-align: center;
    color: rgba(255,255,255,1.00);
    font-size: 2em;
    text-shadow: 2px 2px 3px rgba(148,148,148,1.00);
	}
	/* End Hamburger Button Style */
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
	}
	
/* first level */
	
	#nav > ul {
    height: auto;
    display: none;
    left: 0;
	}
	
		#nav:target > ul {
			display: block;
		}
	
		#nav > ul > li {
    width: 56%;
    float: none;
    position: relative;
    background-color: rgba(62,120,117,0.80);
    padding-top: 3px;
    padding-bottom: 7px;
    padding-left: 11px;
    left: -17%;
		}
	
		#nav > ul > li:not( :last-child ) {
    border-right: none;
    border-bottom: 1px solid rgba(148,148,148,1.00);
		}

		.footer {
    width: 70%;
    font-size: 16px;
    top: 23%;
    text-align: center;
    }
    footer {
    height: 112px;
    }

}
