@charset "utf-8";
/* CSS Document */
/* GERAL */
@font-face{
	font-family: BaarMetanoia;
	src:url(../font/BaarMetanoia-BWZ8.ttf);
}

*{
	font-family: BaarMetanoia;
}

html {
    scroll-behavior: smooth;
 }

.container-fluid{
	padding: 0;
	border: 0;
	margin: 0;
}

/*HEADER*/

header a{
	color: #ff7d0c;
}

header li:hover {
	color: white;
	background-color: #ff7d0c;
}

header a:hover {
	color: white;
	font-size: 17px;
	
}

footer a{
	color: white;
	font-size: 30px;
}

footer a:hover{
	font-size: 35px;
	color: white;
	text-decoration: none;
}


.carousel-inner{
	width: 100%;
	overflow: hidden;
}

nav{
	height: 10vh;
	margin-bottom: 5px;
}

nav img{
	height: 8vh;
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}
/*MAIN*/
.divider{
	width: 80%;
}

h2 {
	color: #ff7d0c ;
	font-size: 70px;
	font-weight: 300;
}

span {
	color:  #ff7d0c;
	font-size: 35px;
}

/* ALBUM DE FOTOS */

picture{
	padding-left: 10px;
}


.d-flex picture {
  width:300px;
  flex: auto;
  cursor:pointer;
  margin-bottom: 10px;
}

/* FOOTER */

footer{
    background-color: #ff7d0c;
    display: flex;
	color: white;
}

/*REGRAS DE RESPONSIVIDADE*/
	
@media(max-width:1199px){
	iframe{
    width: 300px;
    height: 300px;
	}
	
	.img-responsive{
	width:400px;
	height:400px;
	}
}

@media(max-width:991px){
	iframe{
    width: 350px;
    height: 350px;
	}

	.social{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}



@media(max-width: 768px){


	h2{
		font-size: 30px;
		text-align: center;

	}

	span{
		font-size: 15px;
		text-align: center;
	}
}

@media(max-width: 576px){
	.img-responsive{
		width:200px;
		height:200px;
		}

	h2{
		font-size: 30px;
		text-align: center;
	}

	span{
		font-size: 15px;
		text-align: center;
		justify-self: center;
  }
  iframe{
    width: 250px;
    height: 250px;
	}
}



 
