body{
height: 100vh;
margin: 0;
}
.contenedorprincipal{
height: 100%;
}
.row{
height: 100%;
}
.columnaprincipal{
height: 100%;
}
.titulo{
font-family: 'Turret Road', cursive;
font-size: 16px;
}
.navbar{
background-color: rgba(35,35,35,1);
}
.textom{
font-family: 'Turret Road', cursive;
font-size: 16px;
}
.fa-artstation:before{
font-size: 28px;
color: #13aff0;
opacity: 1;
}
.fa-artstation:hover{
opacity: .5;
}
.fa-twitter:before {
font-size: 28px;
color: #1da1f2;
opacity: 1;
}
.fa-twitter:hover {
opacity: .5;
}
.fa-youtube:before {
font-size: 28px;
color: #ff0000;
opacity: 1;
}
.fa-youtube:hover {
opacity: .5
}
.fa-instagram:before {
font-size: 28px;
color: #f77b1b;
opacity: 1;
}
.fa-instagram:hover {
opacity: .5;
}
.titulosb{
	font-family: 'Turret Road', cursive;
font-size: 34px;
font-weight: bold;

}
.imgabajo{
	border: 2px solid rgba(35,35,35,1);
	border-radius: 10px;
}
.textop{
	font-size: 20px;
}
.textob{

	font-weight: bold;
	color: #ed9039;
}
@media screen and (min-width: 576px){
.titulo{
	font-size: 26px;	
}
.imgabajo{
	border: 4px solid rgba(35,35,35,1);
	border-radius: 10px;
}
}
@media screen and (min-width: 768px){
	.fa-artstation:before{
		font-size: 40px;
	}
	.fa-twitter:before {
		font-size: 40px;
	}
	.fa-youtube:before {
		font-size: 40px;
	}
	.fa-instagram:before {
		font-size: 40px;
	}
	.textom{
	font-size: 20px;
}
.imgabajo{
	border-radius: 20px;
}
.textop{
	font-size: 20px;
}
}
@media screen and (min-width: 992px){
	.titulo{
	font-size: 30px;
}
.textom{
font-size: 22px;
}
.imgabajo{
border: 2px solid rgba(35,35,35,1);
}
.textop{
	font-size: 16px;
}
}
@media screen and (min-width: 1200px){
.textop{
	font-size: 20px;
}	
}
