@charset "UTF-8";
/* CSS Document */
nav{
	text-align: center;
}

.photo{
	text-align: center;
}

	.audio{
		text-align: center;
	}
@media (min-width: 758px) {
	nav {
	display: flex;
	align-content: center;
	justify-content: center;
		text-align: center;
	}
.main {


	display: block;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.audio{
	display: block;
 align-content: center;
 justify-content: center;
		text-align: center;
	
}
	
.photo {
 display: flex;
 align-content: center;
 justify-content: center;
}
.home {
    
    text-shadow: 0 0 rgba(255,255,255,1.00);
    border-radius: 1px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
    box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
}
.videos {
    text-shadow: 0 0 rgba(255,255,255,1.00);
    border-radius: 1px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
    box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
    position: static;
}
.music {
    text-shadow: 0 0 rgba(255,255,255,1.00);
    border-radius: 1px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
    box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
}
.contact {
    text-shadow: 0 0 rgba(255,255,255,1.00);
    border-radius: 1px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
    box-shadow: 2px 2px 8px rgba(0,0,0,1.00);
}
.banda {
    -webkit-box-shadow: 2px 2px 18px rgba(0,0,0,1.00);
    box-shadow: 2px 2px 18px rgba(0,0,0,1.00);
}
}
@media (min-width: 769px) and (max-width: 1024px) {
	
.photo {
 display: flex;
 align-content: center;
 justify-content: center;
}
}
@media (min-width: 1025px) {
    
.photo {
 display: flex;
 align-content: center;
 justify-content: center;
}
	
}