html, body {border: 0; height:100%;   margin: 0; padding: 0; }
html { 
  background: url("../images/background1_opt.jpg") no-repeat center center fixed; 
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@font-face {
    font-family: 'arconregular';
    src: url('arcon-regular-webfont.eot');
    src: url('arcon-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('arcon-regular-webfont.woff2') format('woff2'),
         url('arcon-regular-webfont.woff') format('woff'),
         url('arcon-regular-webfont.ttf') format('truetype'),
         url('arcon-regular-webfont.svg#arconregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.center {
    color: floralwhite;
    font-family: 'arconregular', sans-serif;
    font-size: 40px;
    margin-top: 100px;
    text-align: center;
    text-shadow:5px 5px 10px black;
    z-index: -9999;
}
.container {
    margin-top: 100px;
    text-align:center;
    width:100%;
    
}



.centered{
    color:#FFFFFF;
    left: 50%;
    position: relative;
    top: 25%;
    transform: translateX(-50%) translateY(-20%);
    
}
.container > div{
    -webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;	
transition: opacity .5s ease-in-out; 
}
.container >.circle:hover{
    background-color: #545454;
    opacity:.3;
    
}
.topbar{
    background-color:black;
    height: 60px;
    left:0;
    margin-top: 0;
    opacity: 0.7;
    position: fixed;
    top:0;
    width: 100%;  
    z-index: 100;
    
}
.logo{
    left:0;
    position: fixed;
    top:0;   
    width: 11%;
    z-index: 200;
}

.menu {
    display: inline-block;
    font-family:'arconregular', sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 20px;
    width: 100%; 
    letter-spacing: 1px;
    
}
.menu ul {
    display: block;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 100%;
}

.menu li { 
border-color: #696969;
border-left-style: solid;
border-right-color: #696969;
border-right-style: solid;
border-right-width: 1px;
border-width: 1px;
display: inline; 
padding-left: 20px; 
padding-right: 20px;
}
.menu a {
    color: #ffffff;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    
    
}
.menu a:visited {
    color: #ffffff;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
}
.menu a:hover {
    background-color: #ffffff;
    color: #000000;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out; 
    -webkit-transition: background-color .5s ease-in-out;   
}

.footer{
    background-color: #000000;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'arconregular', sans-serif;
    height: auto;
    margin-bottom: 0;
    opacity: 0.9;
    overflow: hidden;
    padding-bottom: 1px;
    position: fixed;
    width: 100%;
    
        }

.footer p{
    padding-left: 20px;
    
}
.footer a {
    color:crimson;
}

.contentwrapper{
    padding-top: 20px;
    margin-bottom: 20%;
    padding-left: 30px;
    padding-right: 30px;
}

.subpagecontent {
    background-color: #d3d3d3;
    border-color: #bdbdbd;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 5px 5px 50px;
    display: block;
    margin:100px auto 70px auto;
    min-height: 700px;
    overflow-y: auto;
    width: 68%; 
}   
.subpagecontent h1{
    font-family: 'arconregular' ,  sans-serif;
    text-align: center;
    
    
}
.subpagecontent p{
    padding-left:32px;
    padding-right: 32px;
    text-indent: 50px;
    
}

.map{
     margin-left: 60px;
    text-align: center;
   
}
.sidenav{
    background-color: #d3d3d3;
    border-radius:0px 10px;
    font-family: 'arconregular', sans-serif;
    font-size: 16px;
    left:0;
    margin-top: 100px;
    max-height: 95%;
    min-height: 95%;
    opacity: 1;
    position: fixed;
    top:0; 
    width:13%;
    z-index: 0;
    
}
.sidenav ul {
    height: auto;
    margin-top: 5px;
    padding-left: 0;
    padding-top:2px;
    width: auto;
   
}
.sidenav li { 
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #696969;
display: block; 
padding-bottom: 10px;
padding-left: 5px;
padding-top: 15px;
width: 97%;
height: 100%;


}
.sidenav li:hover {
    background-color: #ffffff;
    color: #000000;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out; 
    -webkit-transition: background-color .5s ease-in-out;
}
.sidenav a {
    color: #000000;
    display: block;
    padding: 8px 8px 8px 8px;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    
}
.sidenav a:visited {
    color: #000000;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
}
.subpagecontent p{
    font-family: 'arconregular', sans-serif;
}
.subpagecontent h3{
    font-family: 'arconregular', sans-serif;
}
.subpagecontent li{
    font-family: 'arconregular', sans-serif;
}
.subh3{
    text-align: center;
}
table {
     margin-left: auto;
    margin-right: auto;
    width:95%;
   
}
table, th, td {
    border: none;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th	{
    background-color: #696969;
    color: black;
}
table#t01{
    font-family: 'arconregular', sans-serif;
}
table#t01 li{
    list-style-type:none;
}





table#t02 tr {
   background-color:#fff;
}
table#t02 tr.tablehead {
    background-color: #eee;
}
table#t02 th	{
    background-color: #696969;
    color: black;
}
table#t02{
    font-family: 'arconregular', sans-serif;
}
table#t02 li{
    list-style-type:none;
}
table.t03 tr:nth-child(even) {
    background-color: #eee;
}
table.t03 tr:nth-child(odd) {
   background-color:#fff;
}
table.t03 th	{
    background-color: #696969;
    color: #ffffff;
}
table.t03{
    font-family: 'arconregular', sans-serif;
}
table.t03 li{
    list-style-type:none;
}
.wrappedimageleft{
    float:left;
    padding-right:  10px;
    padding-bottom: 10px;
}
.wrappedimageright{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.social{
    float: right; 
    padding-left: 2px;
    padding-right: 2px;
    transition: 1s ease;
}
.social:hover{
    transform: translateY(-5px);
    transition: 1s ease;
}
#contactbox{
    font-family: 'arconregular', sans-serif;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    width:89%;
   
}
.contactform{
    font-family: 'arconregular', sans-serif;
}
    #navigation2{
        display: none;
    }
    #menu2{
        display:none;
    }

.centeredimage{
    display: inline-block;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px 50px 20px;
}
.centeredgallery{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.leftgallery img{ 
    padding-top: 2px;
    padding-bottom:2px;
    padding-left: 4px;
    padding-right:4px;
    transition:1s ease;
}
.leftgallery img:hover{
    -webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
transition: 1s ease;
}
#images{
    text-align: center;
}
.missionstatement{
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}


@media screen and (max-width: 1024px) {
.menu li {
    font-size: 21px;
    padding-left: 7px;
    padding-right: 7px;
}
.menu a {
    padding-left: 3px;
    padding-right: 3px;
}
 .center {
    font-size:  50px;
    margin-top: 200px;
}
.subpagecontent{
    width:65%;
    margin-bottom: 60px;
    min-height: 800px;
}
    #navigation2{
        display: none;
    }
    #menu2{
        display:none;
    }
}

@media screen and (max-width: 950px) {
.footer {
    margin-bottom: 0px;
    height: auto;
    font-size: 10px;
}
.menu li {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;

}
.menu a {
    padding-left: 3px;
    padding-right: 3px;
}
.menu {
    margin-top: 10px;
}
.center {
    font-size:  35px;
    margin-top: 150px;
}
.subpagecontent{
    width:67%;
    margin-bottom: 60px;
}

    .logo{
        width:18%;
    }
    .sidenav{
        width:14%;
        font-size: 10px;
    }
    .sidenav ul{
        margin-left: 0;
    }
    .sidenac li{
        margin-left: 0;
    }
    #navigation2{
        display: none;
    }
    #menu2{
        display:none;
    }
}
@media screen and (max-width: 480px) {
    .subpagecontent p{
        font-size:  19px;
    }
    .social img{
        width: 30px;
        height:auto;
    }
    .footer p{
        font-size: 14px;
    }
div.sidenav{
 display: none;
}
    
 .menu li {
     font-size: 8px;
     margin-left: 0;
     margin-right: 1px;
     padding-left:1px;
     padding-right: 1px;

}
.menu a {
    padding-left: 2px;
    padding-right: 2px;
}
.center {
    font-size: 20px;
}
.topbar{
    height: 40px;
}
.menu {
    margin-top: 7px;
}
.subpagecontent {
    margin-top: 50px;
    margin-bottom: 60px;
    width: 90%
}
.subpagecontent img{
 width: 97%;   
}
.logo{
        width: 20%;
}
    
#navigation2 {
    display: block;
    float: left;
    margin-left: 0;
    position: absolute;
    top: 42px;
    padding-left: 17px;
    
}
#navigation2 a{
    color: #000000;
}
#navigation2 a: visited{
    color: #000000;
}
    #nav2{
        display:none;
        padding-left: 0px;
        margin-top: 0px;
    }
#nav2 ul {
        list-style-type: none;
        text-decoration: none;
		width:60px;
        z-index: 9999;
        margin-left: 0;
        padding-left: 0;
        
	}
	#nav2 li {
        list-style-type: none;
        text-decoration: none;
		width:280px;
		float:left;
        padding-left: 0;
        margin-left: 0;
        
		
	}
	#nav2 li:last-child {
		border-right:none;
	}
	#nav2 li a {
        list-style-type: none;
        text-decoration: none;
		display: block;
		width:200px;
		background:#e0e0e0;
        padding-left: 10px;
		padding-top: 25px;
        padding-bottom: 8px;
		font-size:18px;
        font-family: 'arconregular' , sans-serif;
        border: 1px solid #bdbdbd;
        margin-left: 0px;
	}
    #menu2 {
			width:35px;
			display: block;
			font-size:35px;
			text-align: center;
            color: #ffffff;
}
    .mobilemenu{
        text-decoration: none;
    }
    #contactbox textarea{
        max-width: 90%;
    }
}
