.blue {
    color: rgb(0,60,163);
}

.h1_cost {
    color: black;
}

.carousel_pics {
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    overflow: hidden;
    position: relative;
    margin: auto;
    height: var( — app-height);
}

.mySlides {
    display: none;
}

.caption {
    display: block;
    position: absolute;
    bottom: 5vh;
    right: 5vh;
    padding: 30px;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.4);
    z-index: 100;
}

.ref_img {
    height:100vh;
    min-height: -webkit-fill-available;
    width: 100%;
    object-fit:cover;
}

.pics{
    display: none;
    width: 100%;
    height:100%;
    object-fit:cover;
}

.dots_under {
    width: 150px;
    position: absolute;
    bottom: 5vh;
    left: 50%;
    margin-left: -50px;

    text-align: center;
  
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.carousel-arrows {
  display: none;
}

.carousel-arrows:hover {
    display:block;
} 

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 20%;
  height: 50%;
  width: 20%;
}

/* Next & previous buttons */
.prev_arrow, .next_arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 20px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
  }

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
.next_arrow {
  right: 0;
}
  
  /* On hover, add a black background color with a little bit see-through */
  .prev_arrow, .next_arrow {
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.3);
    z-index: 100;
  }

.container_split_studio {
    position: absolute;
    display: flex;
    width: 100vw;
    overflow: hidden;
}

.split_studio {
    overflow: hidden;
    height: 100%;
    width: 50vw;
}

 .left_studio {
    /* float:left; */
    background-image: url("../img/GMC_Services_VASEN.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(143, 76, 76);
    width: 100%;
    height: 100%;
    transition: all 1s;
}


.right_studio {
    /* float: right; */
    background-image: url("../img/GMC_Services_OIKEA.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(44, 57, 92);
    width: 100%;
    height: 100%;
    transition: all 1s;

}

#cont_services_left:hover > .left_studio {
    background-blend-mode: luminosity;
    transform: scale(1.1);
}

#cont_services_right:hover > .right_studio {
    background-blend-mode: luminosity;
    transform: scale(1.1);
}

.text_calculation_side {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
}
  
.text_demo_side {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.caption_split {
    width: 500px;
    font-size: 2rem;
}

.caption_split_title {
    padding: 20px;
}
.caption_split_title {
    font-size: 2.5rem;
}

#sect_services {
    height: 1120px;
}

.services {
    height: 1120px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: grid;
}

.sub-title {
    width: 100%;
    height: 180px;
    background-color: white;
    position: absolute;
    top: 0;
    display: block;
}

#title_services {
    display: block;
    width: 100%;
    height: 200px;
    background-color: white;
    padding-top:40px;
}

.centered {
    text-align: center;
    padding-top: 30px;
}
  
.team {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}


.next:hover, .prev:hover {
  color: rgb(247, 120, 120)
}

.contact_image {
    height: auto;
    position: relative;
  text-align: center;
}

.cont_img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  
}

.white-contact-text {
    position: absolute;
    top: 5px;
    color: white;
}

/* Fading animation */
.fade-pics {
  transition: opacity 500ms ease 0s !important;
    -webkit-animation-name: fadeImg;
    -webkit-animation-duration: 1s;
    animation-name: fadeImg;
    animation-duration: 1s;
  }
  
  @-webkit-keyframes fadeImg {
    from {opacity: .8}
    to {opacity: 1}
  }
  
  @keyframes fadeImg {
    from {opacity: .8}
    to {opacity: 1}
  }

.team_div {
    height: 100vh;
    min-height: -webkit-fill-available;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var( — app-height);
}

.background_image_screenshot_youtube {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url("../img/final-fantasy-orchestra-screenshot.png");
}

.play_button_div {
    height: 150px;
    width: 150px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.play_button_icon {
    font-size: 80px !important;
    color:#bb0000;
}

.questions-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 220px;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
}

.calculation-questions {
    flex-grow: 2;
    width: 100%;
}

.question-wrapper {
    border-bottom: 1px solid #eee;
    margin: 0px 40px 0px 40px;
    padding: 40px 40px 0;
    height: 160px;
}

.question-wrapper-instrumental-section {
    border-bottom: 1px solid #eee;
    margin: 0px 40px 0px 40px;
    padding: 10px 40px 0;
    height: 100px;
}

.question-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.question-title {
    font-size: xx-large;
}

.question-conductor {
    font-size: medium;
}

.input-number-wrapper {
    text-align: right;
    width: 200px;
    margin-left:auto;
    margin-right:0;
    padding-top: 10px;
}

.input__number--static {
    text-align: right;
    min-width: 125px;
}

.contact_studio {
    background-image:  url("../img/DESKTOP/GMC_contact_studio_D.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#added-instrument-section-questions {
    width: 100%;
    height: 0px;
}

#option-questions {
    height: 260px;
}

#option-questions .question-wrapper {
    height: 260px;
}

.calculation-input {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

#const-breakdown-div {
    width: 100%;
    height: 0px;
}

table, th, tr, td {
    border: 1px solid #eee;
    padding: 10px;
}

.cost-table {
    margin-top: 50px;
  }

.cost-breakdown-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-cost-div {
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
}

.services_p {
    padding-top: 30px;
}


/* control styling if window is small */
/* Normal to large size mobile devices */
@media screen and (max-width: 600px) {
    #sect_services {
        height: 900px;
    }

    .services {
        height: 900px;
    }
    .services_p {
        padding: 10px;
    }

    .question-title {
        font-size: x-large;
    }

    .main-description {
        display: none;
    }

    .question-wrapper {
        padding: 0;
        height: 100px;
        margin: 0px 20px 0px 20px;
    }

    #question-num-instrument-sections {
        height: 110px;
    }

    .question-wrapper-instrumental-section {
        margin: 0px 20px 0px 20px;
        padding: 0;
        height: 120px;
    }

    #title_services {
        height: 260px !important;
    }

    .questions-container {
        top: 260px;
    }

    .input-number-wrapper {
        width: 100px;
    }
    .input-number-wrapper input {
        width: 60px;
    }

    #option-questions {
        height: 230px;
    }

    #option-questions .question-wrapper {
        height: 230px;
    }

    .caption {
        bottom: 5vh;
        left: 0;
        right: 0;
        padding: 20px;
    }

    .caption .h5, h5 {
        font-size: 1rem;
    }

    .container_split_studio {
        display: block;
    }

    .split_studio {
        height: 50%;
        width: 100vw;
    }

    .text_calculation_side {
        top: 25%;
        left: 50%;
    }
      
    .text_demo_side {
        top: 75%;
        left: 50%;

    }

    .caption_split {
        width: 300px;
        font-size: 1rem;
    }

    .caption_split_title {
        font-size: 1.5rem;
    }

    .contact_studio {
        background-image:  url("../img/MOBILE/GMC_contact_studio_M.jpeg");
    }
}

/* control styling if window is small */
/* Small mobile devices */
@media screen and (max-width: 350px) {

    .question-wrapper {
        margin: 0px 20px 0px 20px;
    }

}