html {
    scroll-behavior: smooth;
    overflow-y: scroll; 
  }

  @font-face {
    font-family: Jost;
    src: url(/fonts/futura-medium.otf);
  }
  
  body {
    font-family: 'Jost';
    letter-spacing: 0.5pt;
    color: #fffffF;
    overflow: hidden; /* Hide scrollbars */
    text-align: left;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Jost';
    font-weight: 600;
    letter-spacing: 1.5pt;
  }
  
  .btn-xl {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    text-align: left;
  }
  
  .btn-s {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  
  .bg-black {
    background-color: #000 !important;
  }
  
  .rounded-pill {
    border-radius: 5rem;
  }
  
  header.masthead {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding-top: calc(3rem);
    padding-bottom: 3rem;
    background: linear-gradient(to bottom, rgba(0, 51, 51, 0.3) 0%, rgba(0, 51, 51, 0.7) 75%, #0A4C4C 100%), url("../img/pic-tch1.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
  
  header.masthead .masthead-content {
    z-index: 1;
    position: relative;
  }
  
  header.masthead .masthead-content .masthead-heading {
    font-size: rem;
    font-family: 'Jost';
    font-weight: 700;
    font-size: 3.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  
  header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
  }
  
  header.masthead .masthead-content .masthead-logo {
    position: relative;
    height: 150px;
    width: 150px;
    -webkit-user-drag: none;
  }
  
  header.masthead .masthead-content .masthead-social {
    height: 125px;
    width: 125px;
    -webkit-user-drag: none;
    visibility: hidden;
  }
  
  .divided {
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
  }
  
  .divider {
    flex-grow: 1;
    box-shadow: 
      0 -20px 0 1px #fff,
      0 -10px 0 1px #fff,
      0 0px 0 1px #fff,
    0 10px 0 1px #fff,
    0 20px 0 1px #fff;
    margin: 0px;
    position: relative;
    visibility: hidden;
  }
  
  @media (min-width: 992px) {
    header.masthead {
      padding-top: calc(3rem);
      padding-bottom: 10rem;
    }
    header.masthead .masthead-content .masthead-heading {
      font-size: 4rem;
      padding-top: 1.5rem;
      padding-bottom: 1rem;
    }
    header.masthead .masthead-content .masthead-subheading {
      font-size: 3rem;
    }
    .divider {
      visibility: visible;
    }
  
    header.masthead .masthead-content .masthead-social {
      visibility: visible;
    }
  
  }
  
  .btn-primary {
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    padding: 1rem 4rem;
    margin-top: 1rem!important;
  }
  
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black;
  }
  
  .btn-secondary {
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    padding: 1rem 3.3rem;
    margin-top: 1rem!important;
  }
  
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black;
  }
  
  .btn-modal {
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
    padding: 1rem 3.3rem;
    color: #fff;
    text-align: center;
  }
  
  .btn-modal:active, .btn-modal:focus, .btn-modal:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000;
  }

  .btn-modal-2 {
    background-color: transparent;
    border-color: rgb(198, 47, 124);
    border-width: 2px;
    padding: 1rem 3.3rem;
    color: rgb(198, 47, 124);
  }
  
  .btn-modal-2:active, .btn-modal-2:focus, .btn-modal-2:hover {
    background-color: rgb(198, 47, 124) !important;
    border-color: rgb(198, 47, 124) !important;
    color: #000;
  }
  
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
  }
  
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-timeline {
    background-color: transparent;
    border-color: magenta;
    color: magenta;
    border-width: 2px;
    padding: 0.6rem 2rem;
    margin-top: 0.5rem!important;
  }
  
  .btn-timeline:active, .btn-timeline:focus, .btn-timeline:hover {
    background-color:magenta;
    border-color: magenta;
    color: black;
  }

  .btn-brahms {
    background-color: transparent;
    border-color: black;
    color: black;
    border-width: 2px;
    margin-top: 0.5rem!important;
    padding: 0.6rem 2rem;
    text-align: left;
    margin-left: 10%;
    
  }
  
  .btn-brahms:active, .btn-brahms:focus, .btn-brahms:hover {
    background-color: black;
    border-color: black;
    color: white;
  }


    .btn-tchaikovsky {
    background-color: black;
    border-color: white;
    color: white;
    border-width: 2px;
    margin-top: 0.5rem!important;
    padding: 0.6rem 2rem;
    text-align: left;
    margin-left: 10%;
    
  }
  
  .btn-tchaikovsky:active, .btn-tchaikovsky:focus, .btn-tchaikovsky:hover {
    background-color: white;
    border-color: white;
    color: black;
  }
  
  
  .btn-timeline:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
  }
  
  .history {
    background: linear-gradient(to bottom, rgba(10, 76, 76, 1) 0%, rgba(10, 76, 76, 1) 60%, rgba(0, 0, 0, 1) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-bottom: 10rem;
  }
  
  .history .history-heading {
    font-size: 2rem;
    padding-bottom: 0%;
    font-family: 'Jost';
    font-weight: 600;
  }
  
  .history .history-subheading {
    font-family: 'Jost';
    font-weight: 400;
  }
  
  .history-action {
    color: rgba(51,204,204);
    font-weight: 400i !important;
    font-style: italic;
  }
  
  /* Style  */
  
  .timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 5px;
    margin-left: -1.5px;
    content: '';
    background: rgb(51,204,204);
    background: linear-gradient(190deg, 
    rgba(51,204,204,0),
    rgba(51,153,204,1),
    rgba(51,102,204,1),
    rgba(102,51,204,1),
    rgba(153,51,204,1),
    magenta, 
    rgba(0, 0, 0, 0));
    }
  
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: ' ';
  }
  
  .timeline > li:after {
    clear: both;
  }
  
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 110%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 150px;
    height: 150px;
    margin-left: 0;
    text-align: center;
    border-radius: 100%;
    visibility: hidden;
  }
  
  .timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  
  .timeline .timeline-heading h4 {
    margin-top: 0;
  }
  
  .timeline .timeline-heading h4.subheading {
    text-transform: none;
  }
  
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 150px;
      height: 150px;
      margin-left: -50px;
      visibility: visible;
    }
    .timeline > li .timeline-image h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 200px;
      height: 200px;
      margin-left: -75px;
      visibility: visible;
    }
    .timeline > li .timeline-image h4 {
      font-size: 18px;
      line-height: 26px;
      margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 200px;
      height: 200px;
      margin-left: -100px;
      visibility: visible;
    }
    .timeline > li .timeline-image h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px;
    }
  }
  
  .project {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url("../img/pic-1.jpeg");
    background-color: black;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
    height: 185vh;
    min-height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  
  }
  


  .project-heading {
    font-family: 'Jost';
    text-align: left;
    margin-left: 10%;
    margin-top: 10rem;
    font-size: 3rem;
    padding-bottom: 7px;
  }
  
  .project-body {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Jost';
    font-size: 1.3rem;
  }


/*Brahms*/


  .brahms {
    background: rgb(34,193,195);
    background: linear-gradient(170deg, rgba(34,193,195,1) 0%, rgba(28,169,242,1) 28%, rgba(66,124,245,1) 45%, rgba(133,40,255,1) 73%, rgba(253,45,238,1) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-bottom: 10rem;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    padding-left: 10px;
    padding-right: 10px;
  
  }


  .brahms-heading {
    font-family: 'Jost';
    text-align: left;
    margin-left: 10%;
    margin-top: 1rem;
    font-size: 3rem;
    padding-bottom: 7px;
  }
  
  .brahms-heading2 {
    font-family: 'Jost';
    text-align: left;
    margin-left: 10%;
    margin-top: 2rem;
    font-size: 1.5rem;
    padding-bottom: 3px;
  }

  .brahms-headingnow {
    font-family: 'Jost';
    color: black;
    text-align: left;
    margin-left: 10%;
    margin-top: 2rem;
    font-size: 1.5rem;
    padding-bottom: 3px;
  }
  
  .brahms-bodynow {
    text-align: left;
    color: black;
    margin-left: 10%;
    font-weight: 500;
    margin-right: 10%;
    font-family: 'Jost';
    font-size: 1.3rem;
  }

  .brahms-body {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Jost';
    font-size: 1.3rem;
  }
  


  @media (max-width: 576px) {
    .brahms-heading {
      font-size: 2rem;
      margin-left: 10%;
      margin-right: 10%;
    }
    .brahms-body {
      margin-left: 10%;
      margin-right: 10%;
    }
    .brahms-heading2 {
      margin-left: 10%;
      margin-right: 10%;
    }
    .brahms-headingnow {
      margin-left: 10%;
      margin-right: 10%;
    }
    .brahms-bodynow {
      margin-left: 10%;
      margin-right: 10%;
    }
  }




/*Tchaikovsky */
  
 .tchaikovsky {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%), url("../img/pic-tch2.jpeg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-bottom: 10rem;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  
  }


  .tchaikovsky-heading {
    font-family: 'Jost';
    text-align: left;
    margin-left: 10%;
    margin-top: 10rem;
    font-size: 3rem;
    padding-bottom: 7px;
  }
  
  .tchaikovsky-heading2 {
    font-family: 'Jost';
    text-align: left;
    margin-left: 10%;
    margin-top: 2rem;
    font-size: 1.5rem;
    padding-bottom: 3px;
  }

  .tchaikovsky-headingnow {
    font-family: 'Jost';
    color: black;
    text-align: left;
    margin-left: 10%;
    margin-top: 2rem;
    font-size: 1.5rem;
    padding-bottom: 3px;
  }
  
  .tchaikovsky-bodynow {
    text-align: left;
    color: black;
    margin-left: 10%;
    font-weight: 500;
    margin-right: 10%;
    font-family: 'Jost';
    font-size: 1.3rem;
  }

  .tchaikovsky-body {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Jost';
    font-size: 1.3rem;
  }
  


  @media (max-width: 576px) {
    .tchaikovsky-heading {
      font-size: 2rem;
      margin-left: 10%;
      margin-right: 10%;
    }
    .tchaikovsky-body {
      margin-left: 10%;
      margin-right: 10%;
    }
    .tchaikovsky-heading2 {
      margin-left: 10%;
      margin-right: 10%;
    }
    .tchaikovsky-headingnow {
      margin-left: 10%;
      margin-right: 10%;
    }
    .tchaikovsky-bodynow {
      margin-left: 10%;
      margin-right: 10%;
    }
  }



  .fab {
    width: 64px;
    height: 64px;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    position: fixed;
    bottom: 48px;
    right: 48px;
    font-size: 2.6667em;
    display: inline-block;
    cursor: default;
  }
  .fab span {
    vertical-align: middle;
    text-align: right;
  }
  .fab.child {
    right: 58.66666666666667px;
    width: 42.666666666666664px;
    height: 42.666666666666664px;
    display: none;
    opacity: 0;
    font-size: 2em;
  }
  

  .p-5 {
    padding: 3rem !important;
  }
  
  div * {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    ::-webkit-scrollbar-track {
      -webkit-box-shadow: none !important;
      background-color: transparent;
    }
    ::-webkit-scrollbar {
      width: 3px !important;
      background-color: transparent;
    }
    ::-webkit-scrollbar-thumb {
      background-color: transparent;
    }
  }
  
  ::-webkit-scrollbar {
    display: none;
  }
  
  .loader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 76, 76, 1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader .loader-img {
    width: 200px;
  }
  
  .loader > img {
    width: 100px;
  }
  
  .loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
  }
  
  @keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
  }
  
  .thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
  }
  
  .modal-body {
    background-color: #000;
    padding: 0rem !important;
    text-align: center;
  }
  
  .modal-header {
    border-bottom: 0px !important; 
    color: white;
    background-color: black;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  
  .modal-footer {
    border-top: 0px !important;
    background-color: #000;
    display: block !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    text-align: center;
  }
  
  .modal-content {
    border-radius: 2rem !important;
  }
  
  .close {
    color: #fff !important;
    text-shadow: 0 0px 0 #fff !important;
  }