
@import url('https://fonts.googleapis.com/css?family=family=Raleway:300,400,500,700|Nunito+Sans');

body {
    background: #ececec;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}



/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-weight: 400;
  margin: 16px 24px;
  font-size: 2.6em;
  line-height: 1.4em;
  text-transform: uppercase;
}

h2 {
  color: #575757;
  font-size: 2em;
  line-height: 1.2em;
}

h3 {
  color: #617f9d;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 20px;
  /* padding-bottom: 36px; */
}

h5 {
  color: #797979;
  font-size: 24px;
  font-weight: 400;
}

h6 {
  color: #878787;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.2px;
}

p {
  color: #878787;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.2px;
  /* padding-bottom: 20px; */
}

strong, span {
  color: #878787;
  font-weight: normal;
}



/*---------------------------------------
  BUTTONS
-----------------------------------------*/


.arrow-btn i {
  background: #a6bbc9;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow-btn i:hover {
  background: #617f9d;
}



/*---------------------------------------
  MAIN
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #575757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.parallax-tracklist {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#about, #work,
#contact, footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}


/*---------------------------------------
  PRELOADER
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  HOME
-----------------------------------------*/

#home {
  background: url('../images/home-bg.jpg') 100% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 45vh;
  text-align: center;
  position: relative;
  margin: 0px;
}

.home-wrapper {
  background: rgba(250,250,250,0.6);
  padding: 32px 32px;
}

#home .home-thumb {
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;

}



/*---------------------------------------
  ABOUT
-----------------------------------------*/

#about {
  padding-top: 50px;
}

#about .col-md-4 img {
  border-radius: 5px;
  margin-bottom: 28px;
}

#about .col-md-4 a {
  background: #e8e8e8;
  border-radius: 8px;
  color: #000000;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 40px;
}

#about .col-md-4 a:hover {
  background: #000000;
  color: #ffffff;
}

#about .about-thumb {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  padding: 42px 32px;
}

.tools-list {
  width: 100%;
  height: 100%;
  display: block;
  justify-content: left;
  align-items: left;
  list-style: none;
  font-size: 16px;
  color: #878787;
  line-height: 28px;
  margin: 0px;
}

.tools-list li {
  width: 100%;
  height: 100%;
  display: block;
  justify-content: left;
  align-items: left;
  list-style: none;
  font-size: 16px;
  color: #878787;
  line-height: 28px;
  margin: 0px;
}



/*---------------------------------------
  FAQ
-----------------------------------------*/


.accordion {
 background-color: #ececec;
 color: #444;
 cursor: pointer;
 padding: 18px;
 width: 100%;
 text-align: left;
 border: none;
 outline: none;
 transition: 0.4s;
}

.active, .accordion:hover {
 background-color: #dfdfdf;
}

.panel {
  padding: 0 18px;
  background-color: white;
  font-size: 15px;
  color: #878787;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/*---------------------------------------
  WORK
-----------------------------------------*/

#work {
  background: #ffffff;
}

#work .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#work .work-thumb img {
  border-radius: 5px;
  cursor: pointer;
}

#work .work-list {
  padding-top: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-list p {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

#work .work-list a {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}



/*---------------------------------------
  TRACKLIST
-----------------------------------------*/


#tracklist {
  background: url('../images/album-bg3.jpg') 100% 100% no-repeat fixed;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 20vh;
  text-align: center;
  position: relative;
}


.tracklist-wrapper {
  margin: 0;
}

.tracklist-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
}

.tracklist-list {
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.tracklist-list p {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tracklist-list a {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}


/*---------------------------------------
  CONTACT
-----------------------------------------*/

#contact .form-control {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact input {
  height: 55px;
}

#contact button#submit {
  background: #617f9d;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#contact button#submit:hover {
  background: #3d3d3f;
  color: #ffffff;
}


/*---------------------------------------
  FOOTER
-----------------------------------------*/

footer {
  background: #000000;
}

footer h4 {
  color: #f9f9f9;
}

footer h5 {
  color: #f9f9f9;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer .col-md-4 .support-cus:last-child {
  padding-top: 12px;
}

footer .col-md-4 .support-cus p {
  line-height: 20px;
}

footer .dash-line {
  border-top: 1px solid #292929;
  margin-top: 62px;
  padding-bottom: 52px;
  position: relative;
}

footer .copyright-text {

}

footer .attribution-text {
  color: #303033;
  font-size: 0.7em;
  padding-bottom: 25px;
}

footer .attribution-text a {
  color: #303033;
}
footer .attribution-text a:hover {
  color: #3d3d3f;
}



/*---------------------------------------
  SOCIAL ICONS
-----------------------------------------*/


.social-icon {
  position: relative;
  margin: 6px 5px 8px 4px;
  text-align: center;
}

.social-icon-inline {
  display: inline-block;
  position: relative;
  margin: 0px 5px 0px 5px;
  text-align: center;
  padding-bottom: 40px;
}

.social-icon-inline a {
  display: inline-block;
  background: #f9f9f9;
  border-radius: 100%;
  color: #3d3d3f;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0px 5px 0px 5px;
}

.social-icon-inline a:hover {
  transform: scale(1.1);
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin: 6px 5px 8px 4px;
}

.social-icon li a {
  background: #f9f9f9;
  border-radius: 100%;
  color: #3d3d3f;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 6px 5px 8px 4px;
}

.social-icon li a:hover {
  transform: scale(1.1);
}

/*---------------------------------------
  MOBILE
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {
   font-size: 2em;
   line-height: 1.6em;
 }

 #about .about-thumb {
 }

 #work .work-thumb {
  margin-top: 25px;
 }

.social-icon-inline {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

.social-icon-inline a {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}


@media (max-width: 768px) {

  h1 {
    /* font-size: 24px; */
    font-size: 1.5em;
    line-height: 1.4em;
  }

  h2 {font-size: 24px;}

  footer .col-md-4 {
    margin-bottom: 35px;
  }

  footer .col-md-6 {
    text-align: center;
  }

  footer .copyright-text {
    padding-bottom: 2px;
  }


.social-icon-inline {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

.social-icon-inline a {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

}

@media (max-width: 580px) {

  h3 {
    font-size: 14px;
    letter-spacing: 4px;
  }

  #about .about-thumb {
    padding: 22px 12px;
    margin-top: 0px;
  }

.social-icon-inline {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

.social-icon-inline a {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

}

@media (max-width: 360px) {
  #home {
    height: 45vh;
  }


.social-icon-inline {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

.social-icon-inline a {
  display: inline-block;
  position: relative;
  margin: 0px 3px 0px 3px;
  text-align: center;
}

}
