/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-size: 55.6%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    color: #ffffff;
    background: rgb(0, 0, 0);
}

/*Header*/
.header{
    position: fixed;
    top: 40px;
    left: 0;
    width: 100vw;
    float: middle;
    padding: 20px 10%;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.772);
    height: 60px;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100vw;
}

.sticky + .content {
    padding-top: 102px;
}

.logo1{
    position: relative;
    width: 150px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: default;
    opacity: 0;
    animation: slideRight 2s ease forwards;
}

.logo{
    position: relative;
    font-size: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.navbar a{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    animation: slideTop 2s forwards;
}

.navbar a:hover{
    color: rgb(224, 90, 6);
}

.home{
    position: relative;
    width: 100vw;
    justify-content: space-between;
    height: 100vh;
    background: url(images/dance.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
}

.about1{
    position: relative;
    width: 100vw;
    justify-content: space-between;
    height: 100vh;
    background: url(images/richard.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
}

.portfolio{
    position: relative;
    width: 100vw;
    justify-content: space-between;
    height: 100vh;
    background: url(images/stage2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
}


.songlist{
    position: relative;
    width: 100vw;
    justify-content: space-between;
    height: 100vh;
    background: url(images/piano.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
}

.contact{
    position: relative;
    width: 100vw;
    justify-content: space-between;
    height: 100vh;
    background: url(images/guitar.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 10% 0;
}


.home-content h1{
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}

.home-content p{
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}

.home-content{
    max-width: 600px;
}

.home-sci a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid rgb(133, 72, 35);
    border-radius: 50%;
    font-size: 20px;
    color: rgb(133, 72, 35);
    text-decoration: none;
    transition: .5s ease;
    opacity: 0;
    animation: slideaLeft 1s ease forwards;
    animation-delay: calc(.2s * var);
    margin: 30px 15px 30px 0;
}

.home-sci a:hover {
    background: rgb(133, 72, 35);
    color: rgb(0, 0, 0);
}

.btn-box{
    display: inline-block;
    padding: 12px 28px;
    background: rgb(133, 72, 35);
    border-radius: 40px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: 2s;
    font-family: Arial, Helvetica, sans-serif;
    margin: 60px;
}

.btn-box1{
    display: inline-block;
    padding: 12px 28px;
    background: rgb(133, 72, 35);
    border-radius: 40px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: 2s;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-box:hover{
    background: rgb(255, 255, 255);
    color: rgb(133, 72, 35);
}


@keyframes slideRight {
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideLeft {
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slideTop {
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideBottom {
    0%{
        transform: translateY(-100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}



/*header*/

/* Info */

.about {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 align-items: center;
 gap: 1.5rem;
 font-family: Arial, Helvetica, sans-serif;
}
.about-img img{
    max-width: 550px;
    height: auto;
    width: 100vw;
    border-radius: 30px;
    margin: 20px 0 30px 150px;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: 2s;
}
.about-text h2{
    font-size: 60px;
    color:rgb(133, 72, 35);
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 30px 10px 60px;
}
.about-text h3{
    font-size: 30px;
    color: rgb(160, 100, 62);
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 20px 10px 60px;
}
.about-text p{
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 20px 10px 60px;
    line-height: 1.7;
    opacity: 0;
    animation: slideTop .5s ease forwards;
    animation-delay: 3s;
}

.container{
    padding: 90px;
}

.services{
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4rem;
    font-family: Arial, Helvetica, sans-serif;
    
}

.sub-title{
    text-align: center;
    font-size: 60px;
    padding-bottom: 70px;
    color: rgbrgb(133, 72, 35);
    font-family: Arial, Helvetica, sans-serif;
}

.services-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(259px,1fr));
    grid-gap: 40px;
    margin-top: 25px;
    width: 500px;
    float: center;
}

.services-list div{
    background-color: transparent;
    padding: 40px;
    font-size: 16px;
    font-weight: 13px;
    border-right: 10px;
    border-radius: 20px;
    transition: background 0.5s, transform 0.5s;
    box-shadow: 1px 1px 20px rgb(217, 186, 160), 
                1px 1px 40px rgb(255, 255, 255)
}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.services-list a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}

.read{
    display: inline-block;
    padding: 12px 28px;
    background: rgb(133, 72, 35);
    border-radius: 40px;
    font-size: 16px;
    font-size:16px;
    color: rgb(160, 100, 62);
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    animation: slideTop 2s forwards;
}

.holiday{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 9rem;
}

.center-text{
    text-align: center;
}

.center-text h2{
    font-size: 60px;
    color:rgb(133, 72, 35);
    font-family: Arial, Helvetica, sans-serif;
}

.tour-content{
    display: grid;
    grid-template-columns: 150px, 150px, 150px;
    align-items: center;
    gap: 3rem;
    margin-top: 5rem;
}

.box{
    position: relative;
}

.box img{
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(70%);
    transition: all .3s cubic-bezier(.499, .05, .55, .95);
    will-change: filter;
    display: block;
}

.column {
    float: left;
    width: 33.33%;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .left, .right {
    width: 25%;
  }
  
  .middle {
    width: 50%;
  }

  @media screen and (max-width: 600px) {
    .column {
      width: 100vw;
    }
  }
  @media screen and (max-width: 400px) {
    .column {
      width: 50%;
    }
  }
  .box img{
    height: 500px;
    width: 400px;
    margin: 30px 100px 30px 100px;
  }
  
/* Info */

/* Footer */


* {
  font-family: Arial, Helvetica, sans-serif;
}



.footer-distributed{
  background:rgb(133, 72, 35);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100vw;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left{
  width: 40%;
}


.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}


.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  rgb(133, 72, 35);
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}


.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}


.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  rgb(133, 72, 35);
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100vw;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}
   /* Footer */

   /* Contact form */

   body {
    margin: 0;
    padding: 0;
    background-color: #000000;
  }
  
  #contact {
    width: 100vw;
    height: 100vh;
  }
  
  .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;
    padding: 20px;
    position: relative;
    max-width: 840px;
  }
  
  .form-horizontal {
    max-width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
  
  .form-control, 
  textarea {
    max-width: 400px;
    color: #000000;
    letter-spacing: 1px;
  }

  #name, #email  {
    width: 550px;
    height: 50px;
    margin-top: 15px;
  }

  #message {
    width: 550px;
    height: 200px;
    margin-top: 15px;
  }
  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }
  
  .alt-send-button {
    width: 400px;
    height: 10px;
    transition: all .2s ease-in-out;
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  }
  
  .direct-contact-container {
    max-width: 400px;
  }
  
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #ffffff;
    margin-left: 70px;
  }
  
  .contact-text {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .5px;
    color: #ffffff;
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #ffffff;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #7a5835;
    text-decoration: none;
  }
  
  .social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100vw;
    margin: 0 auto;
    padding: 0;
  }
  
  .social-media-list li a {
    color: #7a5835;
  }
  
  .social-media-list li {
    position: relative; 
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.292);
    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 #7a5835;
    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: #ffffff;
  }
  
  
  hr {
    border-color: #7a5835;
  }

  #openHam {
    color: white;
    display: none;
  }

  #closeHam {
    color: white;
    display: none;
  }
  
  /* Begin Media Queries*/
  @media screen and (max-width: 1023px) {
    .navbar {
      display: none;
    }
  }

  @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: 300px;
    }    
    .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: 99%;
    }
  }

   /*Contact form*/