﻿body
{
    height: 100%;
    margin: 0;
}
html { 
  background: url(img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  margin: 0;
  font-family: OS,sans-serif;
  background-color:#6d82ba;
 
}

a{
    color:#666;
    text-decoration:none;
}

a:hover{
    color:#444;
    text-decoration:underline;
}

@font-face{ 
    font-family: 'OS'; 
    src: url('opensans_regular/OpenSans-regular-webfont.eot'); 
    src: url('opensans_regular/OpenSans-regular-webfont.eot?iefix') format('eot'), 
        url('opensans_regular/OpenSans-regular-webfont.woff') format('woff'), 
        url('opensans_regular/OpenSans-regular-webfont.ttf') format('truetype'), 
        url('opensans_regular/OpenSans-regular-webfont.svg#webfont') format('svg'); }

@font-face{ 
    font-family: 'OSb'; 
    src: url('opensans_semibold/OpenSans-semibold-webfont.eot'); 
    src: url('opensans_semibold/OpenSans-semibold-webfont.eot?iefix') format('eot'), 
        url('opensans_semibold/OpenSans-semibold-webfont.woff') format('woff'), 
        url('opensans_semibold/OpenSans-semibold-webfont.ttf') format('truetype'), 
        url('opensans_semibold/OpenSans-semibold-webfont.svg#webfont') format('svg'); }

@font-face{ 
    font-family: 'OSl'; 
    src: url('opensans_light/OpenSans-light-webfont.eot'); 
    src: url('opensans_light/OpenSans-light-webfont.eot?iefix') format('eot'), 
        url('opensans_light/OpenSans-light-webfont.woff') format('woff'), 
        url('opensans_light/OpenSans-light-webfont.ttf') format('truetype'), 
        url('opensans_light/OpenSans-light-webfont.svg#webfont') format('svg'); }

h1{
    font-size:38px;
     font-family: OSb,sans-serif;
     margin: 0 auto;
     line-height: 38px;
}

h2 {
    font-size: 22px;
    font-family: OS,sans-serif;
    margin: 8px auto 0;
    color:#333;
}


h3 {
    font-size: 30px;
    font-family: OS,sans-serif;
    margin: 0 auto;
    color:#333;
}

h5{
    font-size:16px;
    font-family: OSl,sans-serif;
     margin: 0 auto;
     color:#888;
}

h4{
    font-family: OSl,sans-serif;
    font-size:30px;
    margin: 5px auto;
    
}

h6{
    font-family: OS,sans-serif;
    color: #666;
    font-size: 18px;
    margin: 10px auto 0;
}

h7{
    font-family: OS,sans-serif;
    color: #666;
    font-size: 18px;
    margin: 15px auto 15px;
}
img{
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    vertical-align: baseline;
    border: 0 none;
}
#dots {
    background: url(img/dot1.png) repeat;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    z-index: -99;
   
}
#content1{
    display:block;
    height:750px;
    
}

#content2{
    text-align:center;
    background-color: #fff;
    display:block;
    padding: 40px 0 80px;
    box-shadow: 0px -2px 2px grey;
}

#footer{
    text-align:center;
    background-color: #333;
    display:block;
    padding: 10px 0;
    height: 50px;
}

#footer-text{
    margin: 0 auto;
    width:90%;
    min-width:230px;
    max-width: 1180px;
    text-align: left;
    color:#eee;
    font-size: 12px;
}

#wrapper1 {
    margin: 0 auto;
    width: 600px;
    background: rgba(255, 255, 255, .75);
    text-align: center;
    height:100%;

}    

#logo{
    margin: 0 auto;
    padding: 60px 0 0;
    width: 500px;
    text-align: center;
      z-index: 10;
}

.divider{
    background-color:#C41300;
    height: 1px;
    min-height: 1px;
    width: 80%;
    margin: 0 auto;
}

.divider2{
    background-color:#C41300;
    height: 1px;
    min-height: 1px;
    width: 40%;
    margin: 0 auto;
}

.bigred{
    color:#C41300;
    font-family: OS,sans-serif;
}

#text{
     margin: 0 auto;
    width: 80%;
    text-align: left;
}

.button{
    background-color: #C41300;
    border-radius: 5px;
    color: #eee;
    display: block;
    margin: 16px 16px;
    padding: 14px;
    text-align: center;
    font-family: OSb,sans-serif;
    font-size: 24px;
}

.button:hover {
    background-color: #c22c1b;
    margin: 16px 14px;
}

.button2{
    background-color: #C41300;
    border-radius: 5px;
    color: #eee;
    display: block;
    margin: 16px auto;
    padding: 14px;
    text-align: center;
    font-family: OSb,sans-serif;
    font-size: 24px;
    max-width:400px;
    width: 80%;
}

.button2:hover {
    background-color: #c22c1b;
    max-width:404px;
    width: 82%;
}

#wrap-info{
    margin: 120px auto 0;
    text-align:center;
    width:90%;
    min-width:230px;
    max-width: 1280px;
    color:#888;
    font-size: 16px;
    
}

#info-l{
width:31%;
min-width: 300px;
display:inline-block;
vertical-align:top;
}

#info-c{
width:31%;
min-width: 300px;
display:inline-block;
vertical-align:top;
}

#info-r{
width:31%;
min-width: 300px;
display:inline-block;
vertical-align:top;
}

.info-text{
    width:90%;
    text-align: left;
    margin: 0 auto;
}

.info-text-c{
    width:90%;
    text-align: center;
    margin: 0 auto;
}

.footer-link{
    color:#eee;
}

.footer-link:hover{
color:#ccc;
}