﻿body {
    font-family: 'Arial';
    font-size: 18px;
}

.pad-top {
    padding-top: 25px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sub-hr {
    border: 1px solid #000;
    width: 20% !important;
}

a{
    color: #fff;
}


/* nav bar */
.navbar-inverse {
    background-color: #000; /*#116;*/
    border-color: rgba(255, 255, 255, 0);
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        padding: 17px 12px;
    }

/* About */
#home-sec {
    padding: 0;
    min-height: 600px;
    color: #fff;

    background: url(../img/homebackground.jpeg);
    background-size: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#home-sec .overlay {
    padding: 50px;
    background-color: rgba(44, 46, 53, 0.7);
    min-height: 700px;
}

.btn-home {
    background-color: rgba(66, 168, 255, 0.8);
}

    #home-sec h1 {
        line-height: 80px;
        font-size: 45px;
        font-weight: 900;
    }

#home-sec mark {
    font-family: 'Arial';
    background-color: rgb(255, 255, 255);
    color: #000;
    padding: 7px 3px 8px 15px;
    margin: 0px 15px 0px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.home-p {
    line-height: 30px;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-home {
    background-color: rgba(66, 139, 202, 0.8);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.img-home-side {
    padding-left: 30px;
    padding-top: 180px;
    text-align: center;
    color: #fff;
}

/* services */
#features-sec {
    color:#000;
}

#features-sec .overlay {
    background-color: rgba(44, 46, 53, 0.5);
    min-height: 600px;
}

#features-sec p {
    line-height: 30px;
    color: #000;
}

#services-sec {    
    padding: 0;
    color: #fff;
}

#services-sec .overlay {
    background-color: #333;
    padding: 50px;
}

/* Testimonials */
#testimonials-sec {
    min-height: 450px;
}
    #testimonials-sec p {
        padding: 0 190px 0 190px;
        line-height: 30px;
        color:#000;
        font-size: 15px;
    }
    
.carousel-control.left, .carousel-control.right {
    background-image: none;
    color: #777;
}

/* Blurb */
#blurb-sec {
    padding: 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 900;
}

    #blurb-sec .overlay {
        /*background: url(../img/grid.png);*/
        background-color: rgb(43, 33, 33);
        padding: 50px 30px;
    }


/*Gallery */
#gallery-sec {
    padding: 50px;
    min-height: 600px;
}

#port-folio {
    text-align: center;
}
.portfolio-item { 
    width: 200px;
 }     
 .grid {
    margin: 0 auto;
  }


/* Contact */
#contact-sec {
    padding: 0;
    color: #fff;    
    
}

#contact-sec .sub-hr {
    border: 1px solid #fff;
    width: 20% !important;
}

#contact-sec .overlay {    
        background-color: #333;
        padding: 50px 30px;

       /* background: url(../img/AdobeStock_69999941_Preview.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;    
        -webkit-background-size: cover;
        -moz-background-size: cover;*/
}