html,
body,
#site-wrapper {
    height: 100%
}

body {
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #dbdbdb 100%);
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dbdbdb 100%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#dbdbdb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=0 );

    position: relative;
    color: #000;
    font-family: Arial;
}
.active a {
    background: transparent !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}
.navbar {
    border-bottom: 0 none;
    box-shadow: -5px 0 15px 5px rgba(0,0,0,0.5);
    background: #900;
}
.nav li.active a {
    color: gold !important;
}
h1 {
    font-size: 300%;
    margin-top: 50px
}
h2 {
    font-size: 200%;
}
h3 {
    font-size: 220%;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: solid 4px red;
    margin-bottom: 30px;
}
.section p {
    font-size: 120%;
    line-height: 1.5;
    padding-bottom: 10px;
}
.section ul {
    font-size: 120%;
}

@media (min-width: 0px) and (max-width: 1200px){
    .navbar a {
        font-size: 80% !important;
    }
}

@media (min-width: 768px){
    .section .row {

    }
    .section .col-md-7,
    .section .col-md-5,
    .section .col-md-6,
    .section .col-md-12 {

    }
    .section .container,
    .section .row {
        height: 100%;
    }
    .section {
        height: 100%;
        position: relative;
    }
}

.section {
    border-top: solid 5px rgba(0,0,0,0.2);
    padding-top: 100px;
}
.section-small {
    border-top: solid 5px rgba(0,0,0,0.2);
}
.section-small .row {
    padding-top: 100px;
}

address {
    padding-top: 10px;
    padding-bottom: 10px;
}
#section_1 {
    background: #333;
    background-size: cover;
    color: #FFF;
}
@media (min-width: 768px){
    #section_1 {
        background: url(../../images/slide1.jpg);
    }
}
#contact {
    padding: 100px 0;
    width: 100%;
}
#footer {
    background: #900;
    font-size: 80%;
    text-align: center;
    padding: 30px 0;
}
#footer,
#footer a {
    color: rgba(255,255,255,0.5);
}