@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{

  margin: 0;
  padding: ;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  /*background-image: linear-gradient(45deg, #111, #fff);*/
  /*padding-bottom: 100px;*/
  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;
  }




/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#contact #parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:60px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
p {font-family:'Source Sans Pro', sans-serif; font-weight:400;  line-height:24px;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}

/* Section - Parallax */
/**************************/
#contact #parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(Pictures/Sci-Fi.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

#contact {
  width: 100%;
  height: 100%;
  margin-bottom: 220px;
}

#contact p{
  font-size: 25px;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*! margin: 0 auto; */
  position: relative;
  padding: 23px;
}

/* Left contact page */
.form-horizontal {
  float: left;
  display: grid;
  font-family: 'Lato';
  font-weight: 400;
  width: 100%;
  /*! border-radius: 10px; */
  padding-left: 10%;
  padding-right: 10%;
}

.form-control, 
textarea {
  /*max-width: 659px;*/
  font-size: x-large;
  height: 100%;
  background-color: #373737;
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
}

.send-button {
  cursor: pointer;
  width: auto;
  background: #373737;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 23px;
  margin-top: 30px;
  border-radius: 12%;
}

.send-button:hover {
  background: #838383;
  -webkit-transition:  0.3s ease-in-out;
  -moz-transition:  0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* Begin Right Contact Page */
.direct-contact-container {
    /* max-width: 400px; */
    background-color: #fdfdfd;
    width: 100%;
    background-color: #aaa;
    height: 774px;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
  padding: 45px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  list-style: none;
  position: relative; 
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/*footer*/


footer{
  width: 100%;
  padding: 10px;
  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;
}

.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;
  margin-bottom: 0px;
  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;
}


footer 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;
}

footer 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;
  margin: 0;
  color: white;
  font-size: 16px;
}

@media screen and (max-width: 1900px) {
  .SoundDesign .wrapper ul iframe{
    width: 490px;
    height: 400px;
  }
}

@media screen and (max-width: 1759px) {
  .SoundDesign .wrapper ul iframe{
    width: 450px;
  }
}

@media screen and (max-width: 1650px) {
  .SoundDesign .wrapper ul iframe{
    width: 400px;
  }
}


@media screen and (max-width: 1060px) {
  .SoundDesign .wrapper ul iframe{
    width: 100%;
  }

}

@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: 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;
  }
}


/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 400px;
    width: 273%;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: auto;
  }
}


@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: 120px;
  }

  .arrow {
    margin-top: 120px;
  }

  #bio-section {
    width: 85%;
  }
  
}

@media (max-width: 850px) {
  footer{margin-top: 210px;
  }
  .send-button{
    margin: 30 0 5px;
  }

  .checkbox{
    /*! margin-bottom: 23px; */
  }
}

@media (max-width: 768px) {
  .main-nav {
    max-height: 620px;
  }

  .main-nav h1 {
    margin-top: 70px;
    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: 60%;
  }

  .title {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .main-nav {
    background-position: 70%;
  }

  .main-nav h1 {
    font-size: 3.125rem; /* 50px/16px */
  }

  .title,
  .date {
    font-size: 0.75rem; /* 12px/16px */
  }
}

ul {
    padding-inline-start: 0px;
}

@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;
  }
}

textarea {
  resize: none;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}