.bg-white{
    background-color: #ffffff !important;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0!important;
}

.navbar-light .nav li a:hover,
.navbar-light .nav li a:focus,
.navbar-light .nav li a.current,
.navbar-light .nav li a.active{
    color: #28a7e9 !important;
}

.navbar-light .nav li.active{
    color: #28a7e9 !important;
}

.navbar-light .nav li a {
    color: #666 !important;
    font-size: 13px;
    font-weight: bold;
    /*height: 70px;
    line-height: 40px;*/
}

/*
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
}

*/

.jumbotron-img-1 {
    background-image: url('../img/beach-violin-4-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    /*min-width: 100%;
    max-width: 100%;*/
}

.jumbotron-img-1 img {
    /*height: auto;
    min-width: 100%;*/
}

.jumbotron-img-2 {
    background-image: url('../img/beach-wedding-people.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    /*min-width: 100%;
    max-width: 100%;*/
}

.jumbotron-img-2 img {
    /*height: auto;
    min-width: 100%;*/
}

.jumbotron-img-3 {
    background-image: url('../img/trio-wide.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    /*min-width: 100%;
    max-width: 100%;*/
}

.jumbotron-img-3 img {
    /*height: auto;
    min-width: 100%;*/
}

.jumbotron-img-4 {
    background-image: url('../img/beach-wedding.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    /*min-width: 100%;
    max-width: 100%;*/
}

.jumbotron-img-4 img {
    /*height: auto;
    min-width: 100%;*/
}

.jumbotron-img-5 {
    background-image: url('../img/sheet-music-cello.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    /*min-width: 100%;
    max-width: 100%;*/
}

.jumbotron-img-5 img {
    /*height: auto;
    min-width: 100%;*/
}

.company-header {
    font-size: 400%;
    color: white;
    padding-top: 90px;
}

.company-header-title {
    color: white;
    padding-top: 90px;
}

.company-header-subtitle {
    color: white;
}

.carousel-content {
    color:black;
    display:flex;
    align-items:center;
    min-height:100%;
    min-width:100%;
}

.slick-prev, .slick-next{
    z-index: 100;
    margin-right: 35px;
    margin-left: 35px;
}


.tab {
    padding-left: 40px;
}

.top-pad{
    padding-top: 50px;
}

.top-pad-sm{
    padding-top: 10px;
}

.bottom-pad{
    padding-bottom: 30px;
}


#Contact {
    background: url('../img/contact-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    /*height: 100vh;*/
}
#Contact h2 {
    padding-bottom: 10px;
}
#Contact address {
    padding-top: 20px;
}
#Contact address .fa {
    background: #28a7e9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}
#Contact .contact-form {
    padding-top: 40px;
}
#Contact .form-control {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}
#Contact input {
    height: 50px;
}
#Contact input[type="submit"] {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
#Contact input[type="submit"]:hover {
    background: #107DB6;
}

/* Strings Attached Specific */
.under-home{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.under-home::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/violin_scroll.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}

.about{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.about::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/string_quartet-min.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}

.weddings{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.weddings::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/beach-wedding-cropped.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}

.events{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.events::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/events-min.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}



.ensembles{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.ensembles::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/sheetmusic_heart_3-min.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.3;
    z-index: -0;

}

.faq{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.faq::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/cartoon_quartet.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.1;
    z-index: -0;


}

.contact-us{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.contact-us::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/contact_us-min.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}

/*-------- Mobile Landing Images (portrait and landscape) --------*/

@media (hover:none){
    .jumbotron-img-1 {
        background-image: url('../img/beach-violin-3-min-mobile.jpg');
        align-items: flex-start;
    }

    .jumbotron-img-3 {
        background-image: url('../img/trio-wide-mobile.jpeg');
        align-items: flex-start;
    }

    .ensembles::before {
        background:  url('../img/sheetmusic_heart_3-min-mobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .weddings::before {
        background:  url('../img/beach-wedding-cropped-mobile.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

/* End Strings Attached Specific */