/* Nav Bar */
.navbarNavDropdown{
    float: right;
}

nav{
    background-color: #f6f6f6;
    box-shadow: 0 4px 10px -2px gray;
}

/* Home Page */
.homecontent{
    background-color: #f6f6f6;
}
.homeimage {
    background-image: url("media/photos/482A5634.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #b1aeae;
    height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.introblock{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.introblock h1{
    margin-top: 5%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #420000;
}
.introblock h4{
    margin-top: 8%;
    font-family: 'Montserrat', sans-serif;
}

.introtext {
    background-color: #F0EFF4;
    padding-top: 4%;
    padding-left: 3%;
    padding-right: 2%;
    padding-bottom: 4%;
}
.introtext p {
    margin-left: 4%;
    margin-right: 4%;
}
.introtext h3{
    margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
}

.homeinfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buttons{
    margin-bottom: 40px;
}

.contactButton, .exploreButton, .readMore, .pricingButton{
    border-radius: 17px;
    border-style: none;
    font-size: 20px;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Montserrat', sans-serif;
}

.contactButton, .exploreButton{
    margin-top: 5%;
}

.pricingButton{
    text-align: center;
    background-color: #FF6978;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #F0EFF4;
    border-radius: 1px;
}

.contactButton{
    background-color: rgb(187, 137, 142);
    color: #F0EFF4;
}
.exploreButton{
    background-color: rgb(187, 137, 142);
    color: #F0EFF4;
}

.readMore{
    margin-top: 3%;
    margin-left: 13%;
    background-color: #3A3E3B;
    color: #F0EFF4;
}


.homevideo{
    display: flex;
    align-items: center;
}

.homevideo iframe{
    width: 170%;
    height: 700px;
    margin-top:10px;
    margin-bottom:2%;
}

/* Footer */
.socialMedia{
    margin-top: 3%;
}
footer{
    background-color: #f6f6f6;
}

/* About Page*/
.aboutPage{
    background-color: #eae9e9;
}

.aboutPage h1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 3% 3% 0 3%;
    color: #420000;
}

.aboutPage h1:before,
h1:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.aboutPage h1:after {
    margin: 0 0 0 20px;
}

.csBio{
    margin: 0 7% 3% 7%;
    text-align: center;
}

.aboutPage img{
    width: 200px;
}

/* Pricing Page*/
.pricingImage {
    background-image: url("media/photos/dagaPlaying.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #eae9e9;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
}

.pricingAmounts{
    padding-left: 20px;
    padding-right: 20px;
}

.pricingTab .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pricingAmounts .row{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1%;
    text-align: left;
}

.pricingTab{
    background-color:  #eae9e9;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-bottom: 3%;
}

.quartetFullPricing, .quartetDescription, .trioFullPricing, .trioDescription, .duoFullPricing, .duoDescription, .soloFullPricing, .soloDescription{
    float: right;
    color: #8f8181;
    cursor: pointer;
    text-decoration: underline;
}

.pricingContactUs{
    text-align: center;
}
.customArrangements{
    text-align: center;
    background-color: #F0EFF4;
    margin: 0% 10% 3% 10%;
    padding: 2%;
    border-radius: 5px;
}
.locations{
    text-align: center;
}
.pricingContactUs{
    background-color: #FF6978;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #F0EFF4;
    border-radius: 5px;
}
.pricingDescription{
    background-color: #b1aeae;
    padding: 2%;
    margin: 0% 4% 2% 4%;
}
.pricingDescription h5{
    color: #3A3E3B;
}
.pricingDescription h3{
    color:#420000;
}
.pricingAmounts .col{
    margin: 2%;
}

.pricingAmounts {
    width:420px;
}
.pricingAmounts ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.pricingAmounts li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.groupPricing{
    text-align: center; 
    color:#420000;
}

/* Rep page */
.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
  display: none;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
  display: inline-block;
}

i.fa {
  cursor: pointer;
  margin-right: 5px;
}

.collapsed ~ .panel-body {
  padding: 0;
}


@media screen and (max-width: 770px){
    .homevideo iframe{
        width: 100%;
        height: 300px;
        margin-left: 0%;
    }
    .logo {
        width: 200px;
    }
    .introblock h1{
        text-align: center;
    }
    .introtext p{
        text-align: center;
    }
    .readMore{
        margin-left: 0%;
    }
    .introtext{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 1450px){
    .pricingDescription{
        margin-right: 15%;
        margin-left: 15%;
    }

}




