.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/jumbotron.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%;*/
}



.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;
}



#ContactUs .contact-form {
    padding-top: 40px;
}
#ContactUs .form-control {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}
#ContactUs input {
    height: 50px;
}
#ContactUs input[type="submit"] {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
#ContactUs 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/topbar_logo.jpeg');
    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/abacus.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}

.payfee{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.payfee::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/payfee.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.3;
    z-index: -0;

}

.accounting-services{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.accounting-services::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/1040-calculator.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}

.condominium-services{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.condominium-services::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/condo-assoc.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.2;
    z-index: -0;

}



.quickbooks{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.quickbooks::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/quickbooks.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    opacity: 0.3;
    z-index: -0;

}

.tax-services{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.tax-services::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/tax-pennies.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-y;
    /*background-attachment: fixed;*/
    opacity: 0.3;
    z-index: -0;

}

.corporate-services{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.corporate-services::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/skyline-ftlauderdale.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-y;
    /*background-attachment: fixed;*/
    opacity: 0.3;
    z-index: -0;

}

.calculators{
    position: relative;
    /*width: 100px;
    height: 100px;*/
}

.calculators::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background:  url('../img/calculator-cartoon.jpg');
    background-size: cover;
    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-bg.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 */