@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  display: none
  }

header{
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #000;
}

header input{
    display: none;
  }

  .body-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
  .body-text div{
    font-size: 45px;
    font-weight: 600;
  }

header .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #3A3B3C;
}
.nav-links .mobile-item{
    display: none;
  }
  .nav-links li:hover .Music-box{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .Music-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  .Music-box .content{
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .Music-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
  }
  .content .row .Music-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  .row .Music-links li{
    padding: 0 20px;
  }
  .row .Music-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
  }
  .row .Music-links li a:hover{
    color: #000000;
  }
  .wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
  }


  h2 {
    text-transform: uppercase;
    color: #253b40;
    word-spacing: 2px;
    letter-spacing: 3px;
    padding-bottom: 5px;
  }
  
  .website-link:link,
  .website-link:visited {
    color: #486b73;
    text-decoration: none;
    border-bottom: 1.5px dashed #486b73;
  }
  
  .website-link:hover {
    color: #7b9ae6;
    border-bottom: 1.5px dashed #7b9ae6;
  }
  
  /* Main nav styles */
  
  .main-nav {
    color: rgba(255, 255, 255, 1);
    height: 1235px;
    padding-top: 153px;
    background: linear-gradient(to bottom, transparent, black 100%),
                url("Pictures/Me 1.jpg") no-repeat center;
    background-position-y: 10%;
    background-size: cover;
    text-align: center;
  }
  
  .main-nav h1 {
    font-size: 6.975rem; /* 110px/16px  */
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0,0,0,.3),
                 0 3px 5px rgba(0,0,0,.2),
                 0 5px 10px rgba(0,0,0,.25),
                 0 10px 10px rgba(0,0,0,.2),
                 0 20px 20px rgba(0,0,0,.15);
    margin-top: 784px;
    margin-bottom: 10px;
    letter-spacing: 15px;
    word-spacing: 13px;
  }
  
  .title {
    font-size: 1.375rem; /* 22px/16px */
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 8px;
    display: flex;
    justify-content: center;
  }
  
  .title p {
    margin: 0 20px;
  }
  
  .date {
    font-size: 1.375rem; /* 22px/16px */
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
    word-spacing: 7px;
    padding-top: 20px;
  }
  
  .arrow {
    margin-top: 200px;
    width: 50px;
  }
  
  .arrow:hover {
    transform: scale(1.5);
  }
  
  /* Biography styles*/
  
  #bio-section {
    margin: 0 auto;
    width: 65%;
    text-align: center;
    max-width: 1200px;
    padding-bottom: 25px;
  }
  
  .intro {
    font-size: 24px;
    line-height: 1.8;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #787878;
    margin: 0 auto;
  }
  
  .intro:hover {
    color: #303030;
  }
  
  .biography {
    font-size: 1em;
    padding: 10px 30px;
    margin-bottom: 40px;
    color: #3c3c3c;
    display: flex;
  }
  
  .bio-image {
    margin-right: 15px;
    padding-bottom: 20px;
    flex: 1;
  }
  
  .bio-image img {
    width: 270px;
    max-width: 100%;
    margin-top: 30px;
    border-radius: 10px;
  }
  
  .quote {
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 25px;
  }
  
  .quote-footer {
    color: #787878;
    padding-top: 10px;
    font-style: italic;
  }
  
  .bio-text {
    font-size: 1.125rem; /* 18px/16px */
    line-height: 1.7;
    padding: 0 25px;
    text-align: left;
    border-left: solid 3px #253b40;
    flex: 2;
  }
  
  .bio-text p {
    padding-bottom: 10px;
  }
  


/*footer*/


footer{
    width: 100%;
    padding: 10px 0;
    background: #000;
    color: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer p:first-of-type {
    margin-top: 5px;
  }

footer div{
    text-align: center;
    margin: auto;
    width: 50%;
}

.col-1{
    float: left;
    width: 50%;
    margin: 20px 0;
}
/*.col-1 .border{
    width: 100px;
    height: 4px;
    background: #fc5c65;  
}
*/
.col-2 img {
    width : 150px;
    height : 150px;
    border-radius: 50%;
}

footer div h3{
    font-weight: 300;
    letter-spacing: 1px;
}

.col-3{
    float: left;
    width: 50%;
    margin: 20px 0;
}

.col-3 a{
    display: block;
    text-decoration: none;
    color: #efefef;
    margin-bottom: 10px;
}


form input{
    width: 200px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 12px;
    outline: none;
    border: none;
    display: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

form button{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
}

.socials
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.socials li
{
  list-style: none;
}

footer .socials li a
{
  font-size: 2em;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

footer .socials li a:hover
{
  transform: translateY(-10px);
}

.copyright {
    background: #000;
    text-align: center;
    padding: 10px 0;
    color: white;
    font-size: 16px;
  }

  @media screen and (max-width: 970px) {
    .wrapper .btn{
      display: block;
    }
    .wrapper .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      max-width: 350px;
      top: 0;
      left: -100%;
      background: #242526;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
      transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-track {
      background: #242526;
    }
    ::-webkit-scrollbar-thumb {
      background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    #showMusic:checked ~ .Music-box{
      max-height: 100%;
    }
    .nav-links .desktop-item{
      display: none;
    }
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 20px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
      background: #3A3B3C;
    }
    .Music-box{
      position: static;
      top: 65px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .Music-box .content{
      box-shadow: none;
      flex-direction: column;
      padding: 20px 20px 0 20px;
    }
    .Music-box .content .row{
      width: 100%;
      margin-bottom: 15px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .Music-box .content .row:nth-child(1),
    .Music-box .content .row:nth-child(2){
      border-top: 0px;
    }
    .content .row .Music-links{
      border-left: 0px;
      padding-left: 15px;
    }
    .row .Music-links li{
      margin: 0;
    }

    footer .col-3{
        display: none;
    }
  }
  

  @media (max-width: 1024px) {
    .main-nav {
      max-height: 800px;
    }
  
    .main-nav h1 {
      font-size: 5rem; /* 80px/16px */
      margin-top: 378px;
    }
  
    .arrow {
      margin-top: 120px;
    }
  
    #bio-section {
      width: 85%;
    }
    
  }
  
  @media (max-width: 768px) {
    .main-nav {
      max-height: 620px;
    }
  
    .main-nav h1 {
      margin-top: 211px;
      font-size: 4.0625rem; /* 65px/16px */
    }
  
    .title,
    .date {
      font-size: 1.125rem; /* 18px/16px */
    }
  
    .arrow {
      display: none;
    }
  
    .intro {
      font-size: 1.25rem; /* 20px/16px */
    }
  
    #bio-section {
      width: 95%;
    }
  
    .biography {
      flex-direction: column;
    }
  
    .bio-image {
      width: 100%;
    }
  
    .quote- {
      padding-bottom: 20px;
    }
  
    .bio-text {
      width: 100%;
    }
  }
  
  @media (max-width: 675px) {
    .main-nav {
      background-position: 50%;
    }
  
    .title {
      flex-direction: column;
    }
  }
  
  @media (max-width: 500px) {

    .main-nav h1 {
      font-size: 3.125rem; /* 50px/16px */
      margin-top: 280px;
    }
  
    .title,
    .date {
      font-size: 0.75rem; /* 12px/16px */
    }
  
    .intro {
      font-size: 1.125rem; /* 18px/16px */
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .bio-image img {
      width: 250px;
    }
  
    #bio-section {
      width: 100%;
    }

  }

  @media (max-width: 400px) {
    footer {
      display: table;
      table-layout: fixed;
      width: 100%;
    }
    footer > * {
      display: table-cell;
      table-layout: fixed;
    }
    footer > :first-child {
      width: 70%;
    }
    footer .col-1{

        width: 100%;
    }
    footer .col-2{
        float: left;
        /* width: 100%; */
    }
  }

  @media (min-width: 2900px) {
  .main-nav h1 {
    font-size: 13rem;
  }
}