/*.full{
    width: 100%;
}

.center{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}*/

/*

for header:
font-family: 'Domine', serif;
------------------------------
for p and others
font-family: 'Fira Sans', sans-serif;
font-family: 'Roboto', sans-serif;

*/

/*-----------------------------------*/


.logo-main-container{
    width: 100%;
    background-color: #990033;
    position: relative;
    z-index: 12;
}

.logo-content{
    width: 1280px;
    height: 0px;
    margin: 0 auto;
    position: relative;
}

.logo{
    background: url(../images/top-logo.png) top center no-repeat;
    width: 198px;
    height: 133px;
    position: absolute;
    top: 20px;
}



.top-bar-holder{
    height: 80px;
    background-color: black;
    opacity: 0.5;
    z-index: -2;
}

.main-nav{
    width: 1280px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: -63px;
}

.main-nav ul li{
    display: inline-block;
}

.on{
    color: white;
    text-decoration: none;
    padding: 15px;
    background-color: #99cc33;
    color: #000000;
}

.main-nav ul li a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
}

.main-nav ul li a:hover{
    background-color: #99cc33;
}

footer{
    background-color: #990033;
    text-align: center;
    padding: 10px 0;
    margin-top: 80px;
}

footer p{
    font-size: .7em;
    font-weight: bold;
    color: #ffffff;
}

/*=============END HEADER=============*/


.contact-main-container{
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -50px;
}

.contact-main-container h1{
    font-size: 2em;
    color: #7d7d7d;
    margin-bottom: 70px;
}

.contact-main-container p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.mb{
    margin-bottom: 15px;
    font-size: 1em;
    color: #7d7d7d;
}
.head{
    font-size: 1em;
    font-weight: bold;
    padding-right: 20px;
}






































