﻿@import url('https://fonts.googleapis.com/css?family=Chivo:900|Numans');
body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    background-color: #ccedfb;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a09f9f;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #a09f9f;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #a09f9f;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a09f9f;
}
/*BEGIN header CODE*/
.site-header {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    background: url(images/pattern-menu-bg.png);
    opacity: 0.96;
    min-height: 72px;
    margin:0 auto !important;
}
    .site-header h1 {
    /*text-align:center;
    padding-bottom:10px;*/
    padding-left:20px;
    }
    /*END header CODE*/
    .fixedCont {
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 90px 80px 100px;
        background-color:#ffffff;
    }
.topfixedCont {
    max-width: 957px;
    margin: 0 auto;
    padding-left:100px;
}
    .footerfixedCont {
    max-width: 957px;
    margin: 0 auto;
}
.fixedLinkCont {
    max-width: 300px;
    margin: 0 auto;
    text-align:center;
}
    .fixedLinkCont .fixedLinkCont2 {
        max-width: 300px;
        margin: 0 auto;
        padding-right: 8px;
        padding-right: 8px;
    }
/*font-family: 'Chivo', sans-serif; font-family: 'Numans', sans-serif;*/
.blueHead {
    font-family: 'Chivo', sans-serif;
    font-size: 48px;
    line-height: 62px;
    color: #43c6f4;
    font-weight: 900;
    padding:75px 0 50px 0;
    max-width:680px;
    margin:0 auto;
}

.downlinks {
    font-family: 'Chivo', sans-serif;
    font-size: 13px;
    line-height: 26px;
    white-space: nowrap;
}
.downlinksDivide {
    color:#52cdf5;
    padding-left:8px;
    padding-right:8px;
    display:inline;
    overflow:hidden;
}
.downlinksDivide2 {
    color: #52cdf5;
    padding-left: 8px;
    padding-right: 8px;
    /*display: inline;
    overflow: hidden;*/
}
.downlinks a {
    color: #000000;
    text-decoration: none;
}
    .downlinks a:hover {
        text-decoration: none;
        border-bottom: 3px solid #52cdf5;
    }
.dlitem {
margin-bottom:35px;
}
    .dlitem img {
        padding-bottom: 10px;
        max-width: 397px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.socialline ul > li {
    display: inline-block;
   padding-right:6px;
    zoom: 1;
    *display: inline;
    /* this fix is needed for IE7- */
}
.socialline ul {
padding-left:0;
}
.subfoot {
    padding: 80px 0 20px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.subfoot p {
    font-family: 'Chivo', sans-serif;
    font-size: 27px;
    line-height: 34px;
    color: #064960;
    font-weight: 900;
    text-align:center;
}
    .subfoot input {
        border-bottom: 2px solid #52cdf5;
        border-left: none;
        border-top: none;
        border-right: none;
        text-align: center;
        color: #000000;
        font-family: 'Numans', sans-serif;
        font-size: 16px;
        width:100%;
        max-width:300px;
    }
.thanks {
    color: #52cdf5 !important;
}
.bpad8 {
    padding-bottom: 8px;
    padding-top: 5px;
}
.footer {
    background-color: #222222;
    min-height: 200px;
}
.footercont {
padding:70px 40px 70px 40px;
}
    .footercont p {
        font-family: 'Numans', sans-serif;
        color: #ffffff;
    }
.addy {
    font-size:12px;
    line-height:22px;
    padding-bottom:25px;
}
.about {
    font-size: 12px;
    line-height: 20px;
}
.phone {
letter-spacing:2px;
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .blueHead {
    font-size:30px;
    line-height:38px;
    }
    .fixedCont {
        padding: 0 20px 80px 20px;
    }
    .topfixedCont {
    padding-left:0 !important;
    }
    .footer {
    margin-left:0 !important;
    margin-right:0 !important;
    }
    .dlitem img {
        /*padding-bottom: 10px;*/
        max-width: 320px;
    }
    /*img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }*/
    .socicons {
    padding-bottom:45px;
    }
}


/*SNOWFALL*/
/*@import url(https://fonts.googleapis.com/css?family=Molle:400italic&subset=latin,latin-ext);

body {
    background-color: hsla(0,0%,0%,1);
    margin: 0px;
    overflow: hidden;
    font-family: 'Molle', cursive;
}

h2 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate( -50%, -50%);
    font-size: 3em;
    color: hsla(255, 255%, 255%, .1);
}*/