*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
}

@font-face {
  font-family: averia;
  src: url("fontes/AveriaSerifLibre-Light.ttf");
}
@font-face {
  font-family: averiaital;
  src: url("fontes/AveriaSerifLibre-LightItalic.ttf");
}

body{
	background-color: lightcyan;
}
#menu a{
	color: white;
}


}
body a:hover{
	cursor: pointer;
	text-decoration: underline;
}

h1{
    font-family: averiaital;
    font-size: 80px;
    font-weight: 10;
    text-decoration: none;
	text-align: center;
	width: 100%;
    color: white;
	position: fixed;
    top: 50%;
    margin-top: -50px;
	z-index: 8;
}

#menu{
	width: 100%;
	padding: 2vw;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 8;
}

h2{
	font-family: averia;
    font-size: 20px;
	letter-spacing: 20;
    text-decoration: none;
	display: inline-block;
	color: white;

}


#container{
	width: 100vw;
	height: auto;
	margin:0;
	position: absolute;	
}

img{
	width: 100%;
	margin-top: -5px;
}
.ital{
	font-family: caslonital;
}


.visible {
	display: block;
}
.invisible{
	display: none;
}



#apropos{
	position: absolute;
	display: none;
	height: auto;
	margin-top: 20vh;
	margin-bottom: 100px;
	margin-left: 2vw;
	margin-right: 2vw;
	z-index: 9;
	padding-bottom: 10vh;
}
h3{
	font-family: averia;
	line-height: 1.2;
    text-align: left;
    text-decoration: none;
    color: dodgerblue;
}
h3 a{
	color: dodgerblue;
}

.col1{
	font-size: 25px;
	width: 40%;
	float: left;
	padding-right: 2vw;
	padding-bottom: 25px;
}
.col2{
	font-size: 15px;
	width: 50%;
	float: right;
	padding-right: 2vw;
	padding-bottom: 25px;
}

.contact{
	color: dodgerblue;
	font-size: 15px;
	line-height: 1;
}