﻿

/**************BEGIN JUMBOTRON ******************/

.jumbotron {
 
    margin-bottom: 0px;
    background-image: url(../agency/img/bvb-sq.jpg);
    background-position: 0% 47%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    min-height: 450px;
    text-align: center;
}

    .jumbotron img-responsive container {
        height: auto;
        padding-bottom: 80px;
     
    }

.title-test {
    margin-top: 10px;
    font-size: 38px;
    text-align: center;
    font-weight: 300;
    color: #000;
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
}

.subtitle {
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}


.testimonial-image img {
    max-width: 170px;
    margin-top: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-text {
    margin-top: 30px;
    font-weight: 300;
    line-height: 1.5em;
    
}

    .testimonial-text p {
        color: #fff;
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .testimonial-text a {
        color: #fff;
        border-bottom: 1px dotted #fff;
        font-size: 16px;
    }

        .testimonial-text a:hover,
        .testimonial-text a:focus {
            color: #fff;
            border: 0;
        }

.blkbkgrd {
    background-color: #1f1c13;
    opacity: 96%;
}
.greybkgrd {
    background-color: #333;
}

.rounded {
    border-radius: 2rem !important
}

.browncontent h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
        color: #336699;
     margin-bottom: 0px;
}

.browncontent h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}
.bvbsection {
    padding-top: 40px;
   margin-bottom: 0px;
   padding-bottom: 40px;
}

.browncontent p {
    font-size: 16px;

}

.containerbkgrd {
    background-color: #F1F1F1;
}
/***************** END JUMBOTRON **************************************/

.photocap {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  
    
}

.padding15 {
    padding: 15px 0px 15px 0px;
}

.small-middle-container {
    margin: auto;
    width: 40%;
}

@media (max-width: 768px) {
    .small-middle-container {
        margin: auto;
        width: 94%;
    }
}

    @media (min-width: 992px) {
        .small-middle-container {
            margin: auto;
            width: 40%;
        }
    }
/*Video Wrapper */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
    }

.videocontainer {
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    display: block;
    margin: auto;
}

    .videocontainer iframe {
        left: 15%;
        top: 0;
        height: 70%;
        width: 70%;
        position: absolute;
        display: block;
        margin: auto;
    }


    /* CARDS */
/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
    display: flex;
    flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
    margin-bottom: 30px;
}

.content {
    height: 100%;
    padding: 20px 20px 10px;
    color: #fff;
}


/* Demo backgrounds and styling*/

.colour-1 {
    background: #3C6E71;
}

.colour-2 {
    /* background: #483C46;*/
    background: #406C7d;
    color: #fff;
}

.colour-3 {
    /* background: #406F3E;*/
    Background: #7E6B67;
}

.colour-4 {
    /* background: #82204A;*/
    background: #765F77;
}

.colour-5 {
    background: #558C8C;
}

.colour-6 {
    background: #917C78;
}

body {
    padding: 80px 0 0 0;
    font-family: Roboto, sans-serif;
}

@media (max-width: 768px) {
    body {
        padding: 10px 0 0 0;
    }
}


.content h3 {
    margin-top: 0px;
    font-weight: 300;
}

h1 {
    font-weight: 300;
    margin-bottom: 40px;
}

.pad30 {
    padding-top: 30px;
    padding-bottom: 30px;
}