/*
	Fernando Antunnes
	Copyright: Fernando Antunnes | https://www.fernandoantunnes.com
*/

body {
	width:100%;
	height:100%;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color:#0f0f0f;
	background: #e7e7e7;
	font-weight:300;
	margin: 0;
	padding: 0;

}
html {
	width:100%;
	height:100%;
	scroll-behavior: smooth;
}
.menubar-contact{
	width: 100%;
	position: static;
}
h1{
	font-family: 'Gothic A1', sans-serif;
	font-size: 50px;
	letter-spacing: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #0f0f0f;
	border-bottom: 1px solid #8F8F99;
}
h2 {
	font-family: 'Gothic A1', sans-serif;
	font-size: 25px;
	text-transform: uppercase; 
	letter-spacing: 1px;
	margin: 0;
	color: #f0f0f0;
}
h3 {
	font-family: 'Gothic A1', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 5px;
	margin: 0;
	color: #0f0f0f;
}
h4{
	font-family: 'Gothic A1', sans-serif;
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #0f0f0f;
	margin-top: 25px;
}
p {
	font-size: 16px;
	line-height: 25px;
}
a{
	text-decoration: none;
	color: #0f0f0f;
}
a:hover{
	opacity: 0.7;
}
#container{
	max-width: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background: #f0f0f0;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.20);
}


/* TopMenu */
.menubar{
	width: 100%;
	position: absolute;
}
.top-bar {
	color: #0f0f0f;
	padding: 20px 30px 40px 30px;
}
.top-bar a{
	text-decoration: none;
	color: #f0f0f0;
}
.top-bar a:hover{
  opacity: 0.7;
}
.logo{
	float: left;
}
.menu {
	float: left;
	padding: 0;
	margin: auto;
	word-spacing: 20px;
	font-size: 20px;
}
.menu a{
	word-spacing: 0;
	padding: 0px 15px;
}

.logo h2, .menu{
	font-size: 18px;
}

.new-album-info-header h3{
	font-size: 20px;
}
.container-btn {
	font-size: 15px;
}

.logo, .menu{
	text-align: center;
	width: 100%;
}

.logo h2{
	padding-top: 10px;
}
.music-service{
	width: 100%;
	margin-bottom: 35px;
}

.applemusic {
	max-width: 250px;
}
.new-album-info-header span{
	font-size:14px;
}


/* Photo & Banner Mobile */
.banner{
	float: left;
	text-align: center;
	width: 100%;
	height: 500px;
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-size: cover;
}
.banner img {
	max-width: 70%;
	padding-top: 60px;
	display: none;
}
#bio {
	float: left;
	width: auto;
	padding: 0 30px 30px 30px;
}
#bio p {
	font-size: 14px;
	text-align: justify;
	color: #0f0f0f;
}

.spotify-player{
    padding:10px 10px 50px 10px;
}
.spotify-player iframe{
        box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
}


/* Photos */
#photos{
	padding: 0 5px;
	float: left;
}
#photos h4{
	padding-bottom: 0;
	margin-bottom: 0;
}
#photos p{
	padding-top: 0;
	margin-top: 0;
	text-align: center;
	font-size: 13px;
}
.photos-col{
	width: 100%;
	margin: auto;
	float: left;
}

.photos-col-img{
	width: 50%;
	float: left;
}
.photos-col img{
	max-width: 100%;
	margin: auto;
	display: block;
}
.photos-col img:hover{
	opacity: 0.7;
}
.photo a{
	width: 100%;
}
.photo{
	padding:5px 5px 5px 5px;
}

/* Social */
#social{
 float: left;
 padding-top: 30px;
 width: 100%;
}
#social h4{
	margin-bottom: 20px;
}

/* Footer */
#footer-bio {
	padding-top: 30px;
	float: left;
	text-align: center;
	width: 100%;
	margin: 0 auto;

}

#footer-bio p{
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 3px;
}

@media(max-width:768px) {
    .menu a {
	word-spacing: 0;
	padding: 0px 3Vw;
    }
}


@media(max-height:325px) {
	#footer-bio p{
		font-size: 8px;
	}
}