
@media all and (min-height: 50px) and (max-height: 599px) {
	body {
    	font-size: 8px;
  	}
}

@media all and (min-height: 600px) and (max-height: 1999px) {
	body{
		font-size: 1.5vh;
	}
}

@media all and (min-height: 2000px) {
	body {
		font-size: 30px;
	}
}

*{
	margin:0px;
}

html {
	min-width: 1000px;
	min-height: 700px;
}

body{
	font-family: 'Quicksand', sans-serif;
	background-image: url("../imagens/efeito.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

h2{
	font-size: 2em;
	line-height:2em;
}
h3{
	font-size: 2em;
	line-height:2em;
}
.nome{
	color: white;
	margin-left: 6%;
	margin-top: 6%;
}

a {
   color:rgb(255,214,131);
   text-decoration:none; 
}
a:visited{
	text-decoration: none;
}
a:hover{
	color: rgb(98,161,212);
}