/* CSS Document */


Body{
	background-color:#d1e0e0;
	background-size: cover;
    font-family: Roboto, sans-serif;
	color:black; font-weight:250; font-size:0.99em;
	
	
	}
H1{
    font-family: Roboto, sans-serif;
	color:white; font-weight:220; font-size:3em;
	font-variant: small-caps;
	}	
H2{
    font-family: Roboto, sans-serif;
	color:white; font-weight:220; font-size:1.6em;
	font-variant: small-caps;
	}	
	
	
	
a:link {color:black; font-weight:900; text-decoration:none; font-size:0.99em;}
a:visited {color:black; font-weight:900; text-decoration:none; font-size:0.99em;}
a:hover {color:white; font-weight:900; font-size:0.99em;}		

.table {color:black; text-shadow: 3px 3px 12px #080808; font-weight:250; font-size:1.2em;}

*{
    box-sizing: border-box;
	
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 5px;
	
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	}
	



@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 800px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 17%;}
    .col-3 {width: 27.6%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}




html {
    font-family: "Roboto", sans-serif;
}
.header {
   
	
	background-size: cover;
	opacity: 0.92;
	filter: alpha(opacity=92); /* For IE8 and earlier */
	color:white;
	box-shadow: 0 5px 8px rgba(0,0,0,0.12), 0 5px 8px rgba(0,0,0,0.24);
    text-align: right;
    padding:20px 5%;
	font-family:roboto, sans-serif;
	margin:auto;
    max-width: 1980px;
	
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 5%;
    margin-bottom: 7px;
	background-color:#39b1a4;
	font-family: Roboto, sans-serif;
    color:white;
	font-weight:250; font-size:0.77em;
	border-width: 1px;
	border-radius: 2%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
	
}
@media only screen and (min-width: 1025px) {
    .menu li {font-size:0.99em;}
    
}



.menu li:hover {
	background-color :#008b8b;
    color:white;
}


.border {
	background-color:#ffffe6;
	border-style: solid;
    border-width: 1px;
	border-color:#008b8b;
	border-radius: 2%;
	color:black; font-weight:950; font-size:1.05em;
	text-align:center;
	float: right;
	}
@media only screen and (min-width: 1025px) {
    .border{font-size:1.19em;}	
}	
	
#footer {
	line-height:20px;
	font-family:roboto, sans-serif;
    background-color:#80B2B2;
    color:white;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
    clear:both;
    text-align:center;
    padding:20px 5%; 
	margin: auto;
    max-width: 1980px;
}
.center{
	text-align:center;
	margin: auto;
	width: 90%;
	max-width: 220px;
	overflow: auto;
	background-color:#39b1a4;
	}


span.bg {
	background-color:#39b1a4;
	}
.img1 {
    float: left;
	margin: 5px 20px 5px 0px;
	border-radius: 5%;
	max-width: 90px;
	overflow: auto;
}


.img2 {
   
	margin: 0px 0px 0px 0px;
	border-radius: 2%;
	max-width: 700px;
	overflow: auto;
}

.img{
	margin: 0px 0px -2px 0px;
	width: 9%;
	max-width: 50px;
}


.clearfix {
    overflow: auto;
}


