/* CSS Document */


Body{
	background-color:#3C3C3C;
	background-size: cover;
    font-family: Roboto, sans-serif;
	color:white; font-weight:200; font-size:0.99em;
	
	
	}
H1{
    font-family: Roboto, sans-serif;
	color:white; font-weight:220; font-size:3em;
	font-variant: small-caps;
	text-shadow: 3px 3px 12px #080808;
	}	
H2{
    font-family: Roboto, sans-serif;
	color:white; font-weight:10; font-size:1.11em;
	text-shadow: 3px 3px 12px #080808;
	
	}	
H7{
    font-family: Roboto, sans-serif;
	background-color:#800000;
	color:white; font-weight:250; font-size:1.9em;
	font-variant: small-caps;
	}	
	
	
a:link {color:black; font-weight:400; text-decoration:none; font-size:0.99em;}
a:visited {color:black; font-weight:400; text-decoration:none; font-size:0.99em;}
a:hover {color:white; font-weight:400; 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: 801px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	}
	



 @media only screen and (min-width: 802px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 24.9%;}
    .col-s-4 {width: 33.32%;}
    .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: 1024px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 17%;}
    .col-3 {width: 24.9%;}
    .col-4 {width: 33.32%;}
    .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%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}




html {
    font-family: "Roboto", sans-serif;
}
.header {
   
	
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
	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: 4%;
    margin-bottom: 7px;
	background-color:#F49600;
	font-family: Roboto, sans-serif;
    color:white;
	font-weight:200; font-size:0.9em;
	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:1.1em;
    padding: 3%;
    margin-bottom: 7px;
    
    }
    
}



.menu li:hover {
	background-color :#866024;
    color:white;
}


.border {
	background-color:#ffffe6;
	border-style: solid;
    border-width: 1px;
	border-color:#008b8b;
	border-radius: 2%;
	color:black; font-weight:300; font-size:0.9em;
	text-align:center;
	float: right;
	}
@media only screen and (min-width: 1025px) {
    .border{font-size:0.99em;}	
}	
	
#footer {
	line-height:20px;
	font-family:roboto, sans-serif;
    background-color:#3C3C3C;
    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: 750px;
	overflow: auto;
}

.img{
	margin: 0px 0px -2px 0px;
	width: 9%;
	max-width: 50px;
}

.hr{color:#F49600;
	
   }
   
.container {
  position: relative;
  text-align: center;
  color: red;   
 }
.text-block {
  position: relative;
  bottom: 0px;
  right: 0px;
  background-color: #3C3C3C;
  color: #F49600;
  padding-left: 0px;
  padding-right: 0px;
  } 
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
 } 

.clearfix {
    overflow: auto;
}


