
body{
    min-width: 280px; 
}



@font-face
{
    font-family: Nevis;
    src: url('../fonts/nevis.ttf')
}

h1,h2,h3{
    color:#4f7e9f;
    font-family: Nevis;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

h1{
    font-size: 33px;
    padding:23px 0 20px 0;
    border-top:  1px solid #eaece9;
    border-bottom:  1px solid #eaece9;
    margin-top: 15px;
    text-shadow:0.2px 1px 0 #3F3F3F;
}

h2{
    background: #5F90B2;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow:0.2px 1px 0 #3F3F3F;
}

a{
    color:#3e6d8e;
}

p{
    color: #777777;
    font-size: 14px;
}

ul{
    margin-top: 25px;
    color: #777777;
    font-size: 13px;
}

.offset1 {
    margin-left: 30px;
    margin-right: 30px;
}

.clear{
    margin-left: 0px !important;
    margin-right: -14px;
}

#top-background{
    background:#4f7e9f;
    height:200px;
    margin-bottom: -210px;
}

#logo.hidden-phone{
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    margin-top: 35px;
    padding-top: 0;
}

#logo-mobile.visible-phone{
    background: url("../images/logo_blue.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    margin-top: 35px;
    padding-top: 0;
}

#logo img{
    padding-top: 36px;
    padding-bottom: 34px;
}

#banner{
    background:gray;
    display:block;
    border:5px solid #aabcc8;
}

.heading.visible-phone h1{
    font-size: 19px;
    line-height: 24px;
}

#section1{
    margin-top: 20px;  
}

#section1 .row .span5 p{
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
}

.general-content{
    margin-top:23px;    
}

.general-content .row div{
    margin-left:44px;
}

.general-content .title{
    border-top:  1px solid #dddddd;
    border-bottom:  1px solid #dddddd;
}

.general-content .title h2{
    padding: 6px 0;
    margin-bottom: 2px;
    margin-top: 2px;
}

.general-content .title h2.visible-phone{
    font-size: 14px;
    line-height: 18px;
}

#section3.general-content .title h2{
    font-size:18px;
}

#section3.general-content .title h2.visible-phone{
    font-size: 14px;
    line-height: 18px;
}

#section3.general-content div p{
    text-align:center;
    font-size: 15px;
    margin: 25px 0 45px 0;
}

#footer{
    color:#fff;
    text-align: center;
    font-size: 13px;
    font-family: arial, sans-serif;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-top: 10px;    
    background: #6c9bbc;
    bottom: 0%;
    position: relative;
    width:100%;
}


