﻿/*==============================
GENERAL STYLES
==============================*/

body {
    font-family: "Lucida Bright";
    line-height: 25px;
    color: #111111;
}

.pad-bottom {
    padding-bottom: 60px;
}

section {
    padding-bottom: 120px;
    padding-top: 100px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.set-bk-clr {
    background-color: #FFFFFF;
}

.clr-set {
    color: #FFFFFF;
}

.f-big {
    font-size: 40px;
    font-weight: 900;
}

.set-bk-clr:hover {
    background-color: rgba(107, 1, 41, 0.67);
}

/* ADDED PADDING IN NAVBAR */
.navbar {
    padding: 15px;
    -webkit-transition: padding .8s ease-out;
    -moz-transition: padding .8s ease-out;
    transition: padding .8s ease-out;
}
/* CLASS FOR REMOVING PADDING IN NAVBAR*/
.navbar-pad-original {
    padding: 0px;
}

 .navbar-brand img {
        max-width: 100%; 
        height: auto;
} 

/* =============================================================
  HEADER SECTION STYLES
 ============================================================ */

 #header {
    /*background-image: url(../img/lourdes-3-min.jpg);*/
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
    /*min-height: 900px;*/
}

    .overlayLight {
        /* background-color: rgba(248, 148, 6, 0.8); */
        background-image: linear-gradient(white, rgb(255, 123, 0));
        min-height: 0px;
        -webkit-transition: background .8s ease-out;
        -moz-transition: background .8s ease-out;
        transition: background .8s ease-out;
        margin-top: 200px;
    } 

    #header h2 {
        line-height: 60px;
        font-weight: 900;
        padding-top: 20px;
        padding-bottom: 15px;
    }


    #header h5 {
        line-height: 30px;
        padding-bottom: 20px;
    }

/* =============================================================
  INTRO SECTION STYLES
 ============================================================ */

 #intro {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
} 

    #intro span {
        top:-200px;
        position: absolute;
    }

    #intro h2 {
        line-height: 60px;
        font-weight: 900;
        padding-top: 120px;
        padding-bottom: 15px;
    }

    #intro img {
        max-width: 100%; 
        height: auto;
    }

    #intro h5 {
        line-height: 30px;
        padding-bottom: 20px;
    }

 /* =============================================================
  BREAK1 SECTION STYLES
 ============================================================ */
 #break1 {
    /* background-image: url(../img/purple-fade-background2.png); */

    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
}

    #break1 .overlay {
        /* background-color: rgba(255, 203, 5, 1); */
        background-image: linear-gradient(white, rgb(100, 0, 255));
        min-height: 50px;
        color: #fff;
    }   

    #break1 div {
        padding-left: 0;
        padding-right: 0;
    }

/*================================
    CHAPTER1 STYLES
==================================*/
#chapter1 {
    /*background-image: url(../img/blue-fade-background.png);*/
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: white;
    }


    #chapter1 #chapter1-link {
        top:-200px;
        position: absolute;
    }

    #chapter1 .what-content {
        color: #fff;
    }

    #chapter1 img {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px;
    max-width: 100%; 
    height: auto;
}

/* =============================================================
  BREAK2 SECTION STYLES
 ============================================================ */
 #break2 {
    /* background-image: url(../img/purple-fade-background2.png); */

    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
}

    #break2 .overlay {
        /* background-color: rgba(255, 203, 5, 1); */
        background-image: linear-gradient(white, rgb(255, 166, 0));
        min-height: 50px;
        color: #fff;
    }

    #break2 div {
        padding-left: 0;
        padding-right: 0;
    }

/*================================
    CHAPTER2 STYLES
==================================*/
#chapter2 {
    /*background-image: url(../img/blue-fade-background.png);*/
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: white;
}

    #chapter2 span {
        top:-200px;
        position: absolute;
    }

    #chapter2 h1 {
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #chapter2 .what-content {
        color: #fff;
    }

    #chapter2 img {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px;
    max-width: 100%; 
    height: auto;
}



/* =============================================================
  BREAK3 SECTION STYLES
 ============================================================ */
 #break3 {
    /* background-image: url(../img/purple-fade-background2.png); */

    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
}

    #break3 .overlay {
        /* background-color: rgba(255, 203, 5, 1); */
        background-image: linear-gradient(white, rgb(255, 0, 0));
        min-height: 50px;
        color: #fff;
    }

    #break3 div {
        padding-left: 0;
        padding-right: 0;
    }

/* =============================================================
  TEAM SECTION STYLES
 ============================================================ */
#about {
    /*background-image: url(../img/purple-fade-background2.png);*/
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: white;
}

    #about span {
        top:-200px;
        position: absolute;
    }

    #about img {
        max-width: 100%; 
        height: auto;
    }

.media img {
    margin-right: 40px;
    max-height: 150px;
    margin-bottom: 20px;
    border: 2px solid #0044cc;
}

    .media img:hover {
        opacity: 0.6;
    }

/* =============================================================
  BREAK4 SECTION STYLES
 ============================================================ */
 #break4 {
    /* background-image: url(../img/purple-fade-background2.png); */

    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
}

    #break4 .overlay {
        /* background-color: rgba(255, 203, 5, 1); */
        background-image: linear-gradient(white, rgb(255, 166, 0));
        min-height: 50px;
        color: #fff;
    }

    #break4 div {
        padding-left: 0;
        padding-right: 0;
    }

/* =============================================================
  Supplier SECTION STYLES
 ============================================================ */
#suppliers {
    /*background-image: url(../img/purple-fade-background2.png);*/
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: white;
}

#suppliers span {
    top:-200px;
    position: absolute;
}

#suppliers img {
    max-width: 100%; 
    height: auto;
}

#suppliers h3, #suppliers h4 {
    color: blue;
}

.media img {
    margin-right: 40px;
    max-height: 150px;
    margin-bottom: 20px;
    border: 2px solid #0044cc;
}

.media img:hover {
    opacity: 0.6;
}

/* =============================================================
  BREAK5 SECTION STYLES
 ============================================================ */
 #break5 {
    /* background-image: url(../img/purple-fade-background2.png); */

    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
}

    #break5 .overlay {
        /* background-color: rgba(255, 203, 5, 1); */
        background-image: linear-gradient(white, rgb(0, 0, 255));
        min-height: 50px;
        color: #fff;
    }

    #break5 div {
        padding-left: 0;
        padding-right: 0;
    }

/* =============================================================
  CONTACT SECTION STYLES
 ============================================================ */
#contact {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
}

#contact span {
    top:-200px;
    position: absolute;
}

    #contact .overlay {
        background-color: white;
        padding-top: 20px;
        min-height: 100px;
        padding-bottom: 0px;
    }
/* =============================================================
  FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 20px;
    font-size: 15px;
    font-weight: bold;  
    text-align: left;
    font-weight: 900;
    background-color: white !important;
}

footer a, footer a:hover {
    color: #000;
    text-decoration: none;
    position: relative;
    margin-right: 10px;
    float: right;    
}
