body {
	text-align: center;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	height:100vh;
}

#footer {
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#frase {
	padding-top: 2em;
	padding-bottom: 1em;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30%;
}

.position {
	position: relative;
	top: 220px;
}
h1{
		font-size: 18px;
	}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
		h1{	font-size: 28px !important;}
		p{ font-size:22px !important;}
}
@media screen and (min-width: 800px) and (max-width:850px) {
	h1 {
    font-size: 16px !important;
}
	p{font-size:14px !important;}
}
@media screen and (min-width:375px) and (max-width:480px) {
	img.img-responsive.center-block.logo {
		width: 250px !important;
		top: 40px !important;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 14px!important;
	}
	.logo {
		width:50%;
		top:40px;
	}
}

@media screen and (min-width: 480px) and (max-width:767px) {
	h1{
		font-size: 16px;
	}
	.logo {
		top: 30px;
		width:30%;
	
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
	h1{
		font-size: 22x !important;
	}
	.logo {
		top: 80px;
		width:50%;
	}
	p{ font-size:18px !important;}
}


@media screen and (min-width: 767px) and (max-width:1025px) {
	.logo {
		top: 20px;
		width:50%;
	}
	h1{
		font-size: 28px;
	}
	p{ font-size:24px;}
}

@media screen and (max-width: 992px) {
	h1{
		font-size: 24px;
	}
}


/*@media screen and (min-width: 1500px)and (max-width:3000px) {
.logo {
    top: 200px;
    width: 50%;
}
*/