html, body {border: 0; 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%;
 height: 100%;
 width: 100%;

}

@font-face {
    font-family: 'molotregular';
    src: url('Molot-webfont.eot');
    src: url('Molot-webfont.eot?#iefix') format('embedded-opentype'),
         url('Molot-webfont.woff') format('woff'),
         url('Molot-webfont.ttf') format('truetype'),
         url('Molot-webfont.svg#molotregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@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: #ffffff;
    font-family: 'molotregular', sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 11%;
    padding-bottom: 0;
    text-align: center;
    text-shadow: 5px 4px 4px #000000;
    z-index: -9999;   
}
.container {
    margin-top: 20px;
    text-align:center;
    width:100%;
    
}
.circle {
    background-color: #696969;
    border-radius: 100px;
    box-shadow: 5px 5px 20px;
    display: inline-block;
    font-family:'arconregular', sans-serif;
    font-size: 10px;
    height: 120px;
    letter-spacing: 1px;
    margin: 55px 30px 40px 30px;
    opacity: 0.9;
    position: relative;
    text-align:center;
    text-align:-moz-center;
    text-align:-webkit-center;
    width: 120px;   
}

div.circle a{
    background-color: #FFF; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    height: 100%;
    left: 0;
    opacity: 0; /* Fix to make div clickable in IE */
    position: absolute;
    text-decoration: none; /* No underlines on the link */
    top: 0;
    width: 100%;
    z-index: 10; /* Places the link above everything else in the div */
    
    
   
}
.centered{
    color:#FFFFFF;
    padding-top:14px;
    position: relative;
    text-align: center;
    text-align:-moz-center;
    text-align:-webkit-center;
    margin-right: auto;
    margin-left: auto;
    margin-top:35px;
    letter-spacing: 1px;
    
    
}
.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.8;
    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;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 20px;
    width: 100%; 
    
}
.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;   
    widows: 100%;
}


.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;
}
    
.social{
    float: right; 
    padding-left: 2px;
    padding-right: 2px;
    transition: 1s ease;
}
.social:hover{
    transform: translateY(-5px);
    transition: 1s ease;
}



.subpagecontent {
    background-color: #d3d3d3;
    border-radius: 5px 5px 5px 5px;
    height: 465px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    min-height:  465px;
    width: 800px; 
}   
@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:  25px;
    margin-top: 200px;
}   

}

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

}

.menu a {
    padding-left: 3px;
    padding-right: 3px;
}
.center {
    font-size:  25px;
    margin-top: 150px;
}
.topbar{
    height: 50px;
}
.menu {
    margin-top: 10px;
}
}
@media screen and (max-width: 480px) {
     .subpagecontent p{
        font-size:  19px;
    }
    .social img{
        width: 30px;
        height:auto;
    }
    .footer p{
        font-size: 14px;
    }
.logo {
    width:  15%;
}
 .menu li {
     font-size: 8px;
     margin-left: 0;
     margin-right: 1px;
     padding-left:1px;
     padding-right: 1px;
     width: auto;
     
}
.menu a {
    padding-left: 2px;
    padding-right: 2px;
}
.center {
    font-size: 15px;
    margin-top: 45px;
}
.topbar{
    height: 40px;
}
.menu {
    margin-top: 7px;
}
.container > div {
    border-radius: 0px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    width: 90%
}
}