@import url("reset.css");

@font-face {
	font-family: 'Anthony';
	src: url('../fonte/Anthony.woff2') format('woff2'),
		url('../fonte/Anthony.woff') format('woff');
}

body, html {
    /*height: 100%;
    width: 100%;*/
}

body{
	margin: 0px;
	 background: url("../imagens/ceu.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*width: 100%;
        height: 100%;*/
	}


a, a:active, a:visited {
  color: white;
  border-bottom: 2px white dashed;

	}
	
a:hover {
	background:#FFF;
	color:#FFF;
	}
	
::selection {
	background-color: rgba(255, 255, 255, 0.99);
 	color: white;
	}

::-moz-selection {
	background: white;
	color: white;
	}

::-webkit-selection {
	background: white;
	color: white;
	}


#caixa {
	padding: 3vh;
	width: 70vw;
	}
	
	.texto{
	font-family: 'Anthony', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 4em;
	line-height: 1.20;
	}

	.rodape{
	font-family: 'Anthony', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 4em;
	line-height: 1.20;
	}

@media (max-width: 1200px) {
    .texto {
        font-size: 6vw;
    }
    .rodape {
        font-size: 6vw;
    }
}