﻿body {
    height: 100%;
    background-color:#b1324f;
}

.header {
    height: 130px;
    padding: 30px 0 0 0;
    background-color:#fff;

}

.logo {
    margin: 0 auto 0;
    background-image: url('../images/logo.png');
    width: 300px;
    height: 76px;
}

.background-image {
    background-image: url('../images/background-v2.jpg');
    /*background-position: center;*/
    background-position-y:-210px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1200px;
}

.icons {
    padding-top: 40px;
    margin: 0 auto;
}

    .icons img {
        padding: 10px;
    }

#exTab1 .tab-content {
    color: #b1324e;
    background-color: #fff;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: #b1324e;
    background-color: #fff;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content p {
    color: #000;
}

#exTab3 .tab-content label {
    color: #000;
}

#exTab3 .tab-content li {
    color: #000;
}

li a {
    color: #fff;
}

    li a:hover {
        color: #b1324e;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #b1324e;
    background-color: #fff;
}

.tabs {
    width: 90%;
    margin: 0 auto;
}

h1 {
    font-family: Helvetica;
    font-size: 5em;
}

h2 {
    font-family: Helvetica;
    font-weight: bold;
    margin-bottom: 30px;
}

h3 {
    font-family: Helvetica;
    margin-bottom: 7px;
}

h4 {
    font-family: Helvetica;
}

.contact-us-form button {
    margin: 5px;
}
