* {
    margin: 0;
    padding: 0;
    cursor: default;
}
  
  html, body {
    height: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
}
  
a {
    text-decoration: none;
    cursor: pointer;
}
  
body {
    overflow-x: hidden;
    overflow-y: hidden;
}
  
body a:hover {
    text-decoration: none;
}
  
::-webkit-scrollbar {
    overflow-x: hidden;
    display: none;
    visibility: hidden;
}


/* Bootstrap pre-sets */
.col-sm {
    padding: 0;
    margin: 0;
}

.row {
    padding: 0;
    margin: 0;
}


/* Navigation style */
nav {
    position: fixed;
    width: 100%;
    z-index: 98;
}

nav .logo {
    position: fixed;
    top: 3%;
    left: 3%;
}

nav .logo img {
    height: 2.6vh;
    cursor: pointer;
}

nav .opener {
    position: fixed;
    top: 3.5%;
    right: 3%;
}

nav .opener img {
    height: 2.1vh;
    cursor: pointer;
    transition: .2s ease-in-out;
}

nav .opener #white-hamburger {
    display: none;
}

nav .opener img:hover {
    opacity: 0.7;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 98;
    backdrop-filter: blur(4px);
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    background: rgb(18, 53, 36, 0.8);
}
  
.sidenav .closebtn {
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    z-index: 97;
}
  
.closebtn img {
    color: white;
    height: 2.9vh;
    cursor: pointer;
}
  
.nav-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin-left: 5%;
    font-family: 'Urbanist', sans-serif;
}

.nav-content li {
    list-style: none;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 2.5em;
    padding: 2% 0 0 0;
    transition: all .2s;
}

.nav-content a {
    text-decoration: none;
    color: white;
    transition: .3s;
}

.nav-content li:hover {
    font-size: 2.55em;
    padding: 2% 0;
}


header {
    height: 100%;
}

header .left-side {
    position: relative;
    /*background: linear-gradient(189.47deg, #0c6424 78.88%, #064f1b 137.78%);*/
    background-color: #123524;
    z-index: 10;
}

/* mobile */
header .logo-mobile {
    position: absolute;
    left: 0;
    top: 8%;
}

header .logo-mobile img { 
    width: 100vw;
}
/* end mobile */

header .logo-mobile {
    display: none;
}

header .title-content {
    position: absolute;
    width: 65%;
    color: white;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
}

header .title-content h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 5em;
    text-align: center;
}

header .title-content h2 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1em;
    text-align: center;
}

header .title-content h3 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    letter-spacing: 0.07em;
    font-size: 0.98em;
    line-height: 1.4em;
    text-align: center;
    padding: 2% 4% 0 4%;
}

/*  title-content mobile*/

header .title-content-mobile {
    position: absolute;
    color: white;
    width: 94%;
    left: 3%;
    top: 70%;
    transform: translateY(-50%);
    display: none;
}

header .title-content-mobile h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 3em;
    text-align: center;
}

header .title-content-mobile h2 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 0.7em;
    text-align: center; 
}

header .title-content-mobile h3 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    letter-spacing: 0.07em;
    font-size: 0.93em;
    line-height: 1.4em;
    text-align: center;
    padding: 2% 4% 0 4%;
}

/* end title-content-mobile */

header .contact-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #194e34;
    width: 60%;
    padding: 0;
    margin: 0;
    overflow: hidden !important;
}

header .col {
    margin: 0;
    padding: 5% 7%;
    overflow: hidden;
    text-align: center;
    transition: .3s ease-out;
}

header .col-left {
    border-right: solid 2.5px #123524;
}

header .col-right {
    border-right: left 2.5px #123524;
}

header .col:hover {
    background-color: #266546;
}

header .col a {
    font-family: 'Urbanist', sans-serif;
    color: white;
    text-decoration: none;
    font-weight: 500;
}


header .right-side {
    position: relative;
    font-family: 'Urbanist', sans-serif;
    z-index: 5;
}

header .right-side .inside-row {
    position: relative;
    height: 50%;
}

header .right-side .inside-row .col-sm {
    position: relative;
}

header .right-side h4 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: #123524;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

header .right-side h5 {
    position: absolute;
    width: 100%;
    top: 56%;
    transform: translateY(-50%);
    font-size: 1em;
    color: #123524;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

header .topic {
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

header .topic-height-2 {
    height: 50%;
}

header .topic-height {
    height: 100%;
}

header .piano {
    background-color: #f6f6e6;
}

header .ivorypuck {
    background-color: #f3f3e4;
}

header .design {
    background-color: #f0f0e1;
}

header .design h4 img {
    height: 1em;
    padding-bottom: 5px;
    opacity: 0;
    width: 0;
    cursor: pointer;
    transition: all .3s ease-out;
}

header .topic-height h4 img {
    height: 1.1em;
    padding-bottom: 1%;
    opacity: 0;
    width: 0;
    cursor: pointer;
    transition: all .3s ease-out;
}

header .topic:hover > h4 img {
    opacity: 1;
    padding-left: 2%;
    width: auto;
}


/* mobile */
.mobile-select {
    height: 0;
    font-family: 'Urbanist', sans-serif;
    visibility: hidden;
    padding: 0;
    margin-top: -50px;
    margin-bottom: 0;
}

.mobile-select .col-sm  {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 30%;
}

.mobile-select .left {
    background-color: #f6f6e6;
}

.mobile-select .middle {
    background-color: #f3f3e4;
}

.mobile-select .right {
    background-color: #f0f0e1;
}

.mobile-select .col-sm h4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #123524;
}

.mobile-select .col-sm h5 {
    position: absolute;
    left: 48%;
    font-size: 0.8em;
    transform: translateX(-50%);
    color: #123524;
    margin-top: 10%;
}

.mobile-select .col-sm h4 img {
    height: 1em;
    padding-bottom: 5%;
}


footer {
    font-family: 'Urbanist', sans-serif;
    background-color: #123524; 
    text-align: center;
    color: white;
    font-size: 0.9em;
    padding: 4% 1% 1% 1%;
    margin: 0;

    display: none;
  }