@import url('https://fonts.googleapis.com/css2?family=Fondamento&display=swap');

.hide {
  display: none; }

.no-scroll {
  overflow: hidden; }

.header--sticky .logo h1 {
  font-family: 'Fondamento', cursive;
    letter-spacing: -1px;
    color: #d3e1de;
    font-size: 15pt;
    font-weight: lighter;
    text-align: center;
    margin-top: 0.1em;
}

.welcome h1 
{
    font-family: 'Fondamento', cursive;
    letter-spacing: -1px;
    color: #d3e1de;
    font-size: 40pt;
    font-weight: lighter;
}

.welcome p
{
    color: #d3e1de;
    line-height: 1.66;
}

.lyrics
{
    width: 100%;
    padding-top: 400px;
    font-family: 'Fondamento', cursive;
    text-transform: lowercase;
    color: #d3e1de4e;
    
}

.center
{
    text-align: center;
}

.lyrics p
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 2em 30px;
    font-weight: 700;
    color: #d3e1de;
}

.button {
    border-style: solid;
    border-width: 2px;
    transition: all 300ms ease-in-out;
    z-index: 4; }
    .button h1, .button h2, .button h3, .button h4, .button h5, .button h6, .button p, .button a {
      text-align: center;
      transition: all 300ms ease-in-out;
      font-size: 20px; }
    .button--dark {
      border-color: rgba(0, 0, 0, 0.87) !important; }
      .button--dark h1, .button--dark h2, .button--dark h3, .button--dark h4, .button--dark h5, .button--dark h6, .button--dark p, .button--dark a {
        color: rgba(0, 0, 0, 0.87); }
    .button--light {
      border-color: white !important; }
      .button--light h1, .button--light h2, .button--light h3, .button--light h4, .button--light h5, .button--light h6, .button--light p, .button--light a {
        color: white; }
    .button:hover {
      border-color: #FFA900 !important; }
      .button:hover h1, .button:hover h2, .button:hover h3, .button:hover h4, .button:hover h5, .button:hover h6, .button:hover p, .button:hover a {
        color: #FFA900; }
  
  .button--close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    padding: 10px 0;
    cursor: pointer;
    z-index: 4; }
    .button--close:hover span, .button--close:hover.button--close-dark span, .button--close:hover.button--close-light span {
      background: #FFA900; }
      .button--close:hover span:after, .button--close:hover.button--close-dark span:after, .button--close:hover.button--close-light span:after {
        background: #FFA900; }
    .button--close.button--fixed {
      position: fixed; }
    .button--close span {
      position: relative;
      display: block;
      width: 30px;
      height: 1px;
      background: rgba(0, 0, 0, 0.87);
      transform: rotate(45deg); }
      .button--close span:after {
        content: "";
        position: relative;
        display: block;
        width: 30px;
        height: 1px;
        background: rgba(0, 0, 0, 0.87);
        transform: rotate(-90deg); }
    .button--close.button--close-light span {
      background: white; }
      .button--close.button--close-light span:after {
        background: white; }
    .button--close.button--close-dark span {
      background: rgba(0, 0, 0, 0.87); }
      .button--close.button--close-dark span:after {
        background: rgba(0, 0, 0, 0.87); }
    .button--close.button--close-small {
      width: 10px;
      padding: 5px 0; }
      .button--close.button--close-small span {
        width: 10px;
        height: 1px; }
        .button--close.button--close-small span:after {
          width: 10px;
          height: 1px; }
    .button--close.button--close-medium {
      width: 20px;
      padding: 10px 0; }
      .button--close.button--close-medium span {
        width: 20px;
        height: 1px; }
        .button--close.button--close-medium span:after {
          width: 20px;
          height: 1px; }
    .button--close.button--close-large {
      width: 30px;
      padding: 15px 0; }
      .button--close.button--close-large span {
        width: 30px;
        height: 1px; }
        .button--close.button--close-large span:after {
          width: 30px;
          height: 1px; }
  
  section:before {
    display: block;
    content: "";
    height: 70px;
    margin-top: -70px;
    visibility: hidden; }
  
  .section--wrap {
    width: 100%;
    position: relative; }
  
  .white {
    background: #fff; }
  
  .blue {
    background: #304269; }
  
  .imgbg {
    position: relative;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .imgbg:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #304269;
      opacity: 0.4;
      pointer-events: none;
      z-index: 1; }
  
  .arrow {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    z-index: 1; }
  
  .white .arrow {
    border-color: white transparent transparent transparent; }
  
  .blue .arrow {
    border-color: #304269 transparent transparent transparent; }
  
  .header--wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: auto;
    min-height: calc(20px + 30px + 20px);
    background-color: transparent;
    transition: background-color 300ms ease-in-out; }
    .header--wrap .logo {
      padding: 10px;
      z-index: 12; }
      .header--wrap .logo img {
        width: 220px;
        -webkit-filter: invert(100%);
                filter: invert(100%);
        transition: -webkit-filter 800ms ease-in-out;
        transition: filter 800ms ease-in-out;
        transition: filter 800ms ease-in-out, -webkit-filter 800ms ease-in-out; }
    .header--wrap .nav--bar {
      max-height: calc(20px + 30px + 20px);
      padding: 10px 10px 10px 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .header--wrap .nav--item a {
      color: white;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      transition: color 300ms ease-in-out; }
      .header--wrap .nav--item a:hover {
        color: #FFA900; }
  
  .header--sticky {
    border-bottom: rgba(208, 208, 208, 0.05) solid 1px;
    /* background-color: rgba(255, 255, 255, 0.95);*/ }
    .header--sticky .logo img {
      -webkit-filter: invert(0%);
              filter: invert(0%); }
    .header--sticky .nav--item a {
      color: rgba(0, 0, 0, 0.87); }
  
  .mobile {
    display: none; }
    .mobile .nav--m-button + .nav--mobile {
      display: none; }
    .mobile .nav--m-button.nav--m-button-active + .nav--mobile {
      display: -ms-flexbox;
      display: flex;
      animation: opac 600ms 0s forwards; }
    .mobile .nav--m-button {
      position: fixed;
      top: 17px;
      right: 20px;
      padding: 13px 2px 12px;
      z-index: 12;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      cursor: pointer; }
      .mobile .nav--m-button:hover span, .mobile .nav--m-button:hover span:after, .mobile .nav--m-button:hover span:before {
        background-color: #fff; }
      .mobile .nav--m-button span, .mobile .nav--m-button span:after, .mobile .nav--m-button span:before {
        display: block;
        width: 10px;
        height: 2px;
        background-color: white;
        transition: all 250ms ease-in-out; }
      .mobile .nav--m-button span:before {
        content: "";
        margin-top: -7px; }
      .mobile .nav--m-button span:after {
        content: "";
        margin-top: 12px; }
    .mobile .nav--m-button-active.nav--m-button:hover span {
      background-color: transparent; }
    .mobile .nav--m-button-active span {
      background-color: transparent; }
      .mobile .nav--m-button-active span:before {
        background-color: white;
        transform: rotate(45deg);
        margin-top: 0px; }
      .mobile .nav--m-button-active span:after {
        background-color: white;
        transform: rotate(-45deg);
        margin-top: -2px; }
    .mobile .nav--mobile {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      margin: 0;
      padding: 0;
      background-color: rgba(16, 10, 10, 0.9);
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          -ms-grid-row-align: center;
          align-items: center; }
      .mobile .nav--mobile .nav--item {
        list-style: none;
        padding: 10px; }
  
  .header--sticky .mobile .nav--m-button span, .header--sticky .mobile .nav--m-button span:after, .header--sticky .mobile .nav--m-button span:before {
    background-color: rgba(255, 255, 255, 0.87); }
  
  .header--sticky .mobile .nav--m-button:hover span, .header--sticky .mobile .nav--m-button:hover span:after, .header--sticky .mobile .nav--m-button:hover span:before {
    background-color: #fff; }
  
  .header--sticky .mobile .nav--item a {
    color: white; }
  
  .header--sticky .mobile .nav--m-button-active.nav--m-button:hover span {
    background-color: transparent; }
  
  .header--sticky .mobile .nav--m-button-active span {
    background-color: transparent; }
    .header--sticky .mobile .nav--m-button-active span:before {
      background-color: white; }
    .header--sticky .mobile .nav--m-button-active span:after {
      background-color: white; }
  
  @keyframes opac {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  @media screen and (max-width: 640px) {
    .mobile {
      display: block; } }
  
  @media screen and (max-width: 860px) {
    .header--wrap .nav--bar {
      padding: 10px 10px 20px 10px; } }
  
  @media screen and (max-width: 640px) {
    .header--wrap {
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .header--wrap .nav--bar {
        display: none; } }
  
  @media screen and (max-width: 380px) {
    .header--wrap .logo {
      /*margin-right: 64px;*/ } }


      .menu--head {
        width: 100%; }
        .menu--head h4 {
          text-align: center;
          color: white;
          margin: 0;
          font-family: "Comfortaa", cursive;
          font-size: 24px;
          font-weight: 400; }
      
      .menu--icon {
        width: 31px;
        height: 31px;
        margin: 0 auto;
        margin-bottom: 7px;
        background-image: url("../images/ecgfoic.png");
        background-size: 173px;
        background-repeat: no-repeat; }
      
      .menu--line {
        width: 50px;
        height: 1px;
        margin: 7px auto 15px auto;
        background-color: white; }
      
      .menu--body {
        margin-bottom: 50px; }
        .menu--body li {
          text-align: center;
          line-height: 1.4; }
          .menu--body li a {
            color: white;
            letter-spacing: 0.03em;
            font-size: 12px;
            font-weight: 500; }
            .menu--body li a:hover {
              color: #FFA900; }

/*
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #121212;
    color: #d3e1de;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.container {
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.col {
    flex: 1 0 0%;
  }



h1 {
    font-family: 'Fondamento', cursive;
    letter-spacing: -1.5px;
    color: #d3e1de;
    font-size: 40pt;
}

.welcome {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background-image: url("/./dev/tbx/assets/images/bg-top.jpg");
    /* background-attachment: fixed; */
    /*
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.welcome h1 {
    margin-top: 35vh;
}

.center {
    text-align: center;
}

.lyrics p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16pt;
    margin: 2em;
    font-weight: 600;
    color: #d3e1de;
}

.lyrics-box {
    width: 100%;
    height: 100vh;
    background-image: url("/./dev/tbx/assets/images/bg-gaush.jpg");
    /* background-attachment: fixed; */
    /*
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */