

body {
	background: url(assets/images/hero-8.jpg) no-repeat top center;
	background-color:#010101;
	background-position: center 130px;
	  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

  color:#A6C5D6
}

section {
	  font-size:18px;
  line-height:34px;
  text-align:center
}

.home-top {
	
	height:100vh;
	position:relative
}

.home-top-bottom {
	position:absolute;
		width:100%;
	bottom:120px;
	left:0px
}

.container.home-top-menu {
	
}

.container.home-top-menu .row {

}

.song-info .song-album {
	display:none
}

.fiddle-player .play-list .list-song {
padding-top:3px;
padding-bottom:3px
}

.logo {
	width:388px;
	position:absolute;
	top:120px;
	left:calc(50% - 194px)
}

.button {
	border:2px solid #EDE1CC;
	color:#EDE1CC;
	border-radius:40px;
	display:inline-block;
	padding:15px 50px 15px 61px;
	transition:.3s;
	font-weight:400;
	font-size:16px;
	line-height:16px;
}

.button:hover {
	background-color:#EDE1CC;
	color:#000
}

.home-top-three {
	text-align:right
}

.song.amplitude-song-container {
	color:#BFA366;
	cursor:pointer
}

.mobile-only {
	display:none
}

.button-download {
	background: url(assets/images/download.svg) no-repeat center left;
	background-position:20px 9px
}

.button-download:hover {
	background: url(assets/images/download-black.svg) no-repeat center left;
	background-color:#EDE1CC;
	background-position:20px 9px
}


.button-play {
	background: url(assets/images/play.svg) no-repeat center right;
	background-position:calc(100% - 20px) 12px;
		padding:15px 81px 15px 70px;
}

.button-play:hover {
	background: url(assets/images/play-black.svg) no-repeat center right;
	background-position:calc(100% - 20px) 12px;
		background-color:#EDE1CC;
}

.fiddle-player .player-controls .controls .play-pause {
  background: #8f856b;
}

#home-txt {
	padding-top:80px;
	padding-bottom:60px;
	font-weight:300
}

#home-ppl-second {
	font-weight:300;
	padding-top:0px;
	padding-bottom:90px;
}

#home-ppl {
	font-weight:300;
	padding-top:50px
}


#home-ppl span {
	font-weight:700;
	color:#BFA366
}

#home-ppl-second span {
	font-weight:700;
	color:#BFA366
}

#home-download {
	padding-top:100px;
	padding-bottom:110px
}

#home-download a {
	margin-left:20px;
	margin-right:20px
}

#home-footer img {
	max-width:300px
}

#home-footer {
	padding-bottom:60px
}

#home-copyright {
font-weight:300;
padding-bottom:90px;
color:#6B7F8A
}

.home-top-one {
	padding-left:80px
}

.home-top-three {
	padding-right:80px
}

@media only screen and (max-width: 1400px) {

.logo {
  top: 100px;
}

.home-top-bottom {
  bottom: 100px;
}
	
}

@media only screen and (max-width: 1200px) {

.home-top-one {
	padding-left:40px
}

.home-top-three {
	padding-right:40px
}

}

@media only screen and (max-width: 998px) {
	
	.mobile-hidden {
		display:none
	}
	
	.mobile-only {
	display:block
}
	
.home-top-one {
	padding-left:10px
}

.home-top-three {
	padding-right:10px
}	
	
}

@media only screen and (max-width: 768px) {

  .logo {
    top: 80px;
    width: 250px;
    left: calc(50% - 125px);
  }
  
    .home-top-bottom {
    bottom: 70px;
  }
  
  .home-top-one,  .home-top-two,  .home-top-three {
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
	padding-bottom:20px
  }  
  
  .img-fluid {
	  width:100%
  }
  
body {
	background-position: center 100px;
}

section {
	  font-size:15px;
  line-height:28px;
  text-align:center
}
  
  #home-txt {
  padding-top: 40px;
  padding-bottom: 10px;
}
#home-ppl {
  padding-top: 0px;
}
  
#home-download {
  padding-top: 40px;
  padding-bottom: 60px;
}  
  
#home-download a {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}  
  
#home-footer img {
  max-width: 250px;
}  

#home-footer {
  padding-bottom: 30px;
}

#home-copyright {
  padding-bottom: 50px;
}

.button {
	font-size:15px;
	line-height:15px;
}

.song.amplitude-song-container {
	font-size:14px;
	line-height:21px;
	color:#BFA366
}
  
}