@charset "UTF-8";
/* CSS Document */

html {
    height:100%;
    background-color: rgba(74,121,122,1);
}

li {
    text-align: center;
    width:90%;
}

body {
    margin: 0px;
}

#title1 {
    font-family: 'Unna', serif;
    font-weight:700;
    font-size:80px;
    text-align: center;

    color: rgba(252,210,13,1.00);
    text-shadow: 2px 2px 3px rgba(24,51,61,0.30);
    
    width:100%;
    background-color:#4A707A;
}

#title1 a {
    text-decoration: none;
    color: inherit;
    transition: .5s;
}


#title2 {
    font-family: 'Unna', serif;
    font-weight:400;
    font-size:25px;

    color:#8DB8C4;
    text-shadow: 2px 2px 3px rgba(24,51,61,0.30);
    
    width:100%;
    text-align: center;
    
}

#content1 {
    width:100%;
    height: auto;
    background-color: rgba(148,176,183,.30);
    position:relative;
}

#nav {
    width:100%;
    position: relative;
    clear: both;
    background-color:rgba(23,44,49,0.30);
    margin-bottom: 20px;
}

#nav a {
    display: block;
    position:relative;
    width:100%;
    height: 60px;
    padding-top: 30px;
    
    text-align: center;
    text-decoration: none;
    
    font-family: 'Unna', serif;
    font-weight:400;
    font-size: 30px;
    color: rgba(246,227,137,1.00);
    text-shadow: 0px -1px 0px rgba(0,0,0,.1);
    transition:.5s;
}

#content2 {
    width:100%;
    height:100%;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url("face2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	background-attachment:scroll;
}

#content3 {
    width:100%;
    height:100%;
    position:relative;
    text-align: center;
    
    font-family: 'Unna', serif;
    font-weight:400;
    font-size: 130%;
    color: rgba(252,210,13,1.00);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

#content3 a{
    text-decoration: none;
    color: inherit;
    transition: .5s;
}


#content3 img {
    position: relative;
    float-left:auto;
    float-right:auto;
    width: 60%;
}

#content3 p {
    width:90%;
    margin-left:auto;
    margin-right: auto;
}

#content4 {
    width:100%;
    height:100%;
    position:relative;
    text-align: center;
    
    font-family: 'Unna', serif;
    font-weight:400;
    font-size: 130%;
    color: rgba(252,210,13,1.00);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

#content4 a{
    text-decoration: none;
    color: inherit;
    transition: .5s;
}


#title3 {
    position:relative;
    font-family: 'Unna', serif;
    font-weight:700;
    font-size:55px;
    width:100%;
    text-align:center;
    color: rgba(147,175,182,1);
}

#title3 a {
    text-decoration: none;
    color: inherit;
    transition: .5s;
}


#legal {
    position:relative;
    width:100%;
    
    bottom:1px;
    font-family: 'Unna', serif;
    font-weight:700;
    font-size:10px;
    text-align:center;
    color: rgba(0,0,0,.33);
}
