body{
height: 100vh;
margin: 0;
}
.imagenfondod{
position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -5;
	filter: blur(4px);
	-webkit-filter: blur(4px);	
}
.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;
}
.contenedorcontacto{

	border: 2px solid black;
	border-radius: 40px;
-webkit-box-shadow: 10px 10px 32px 3px rgba(0,0,0,0.69);
-moz-box-shadow: 10px 10px 32px 3px rgba(0,0,0,0.69);
box-shadow: 10px 10px 32px 3px rgba(0,0,0,0.69);
}
.titulocontacto{
	font-family: 'Turret Road', cursive;
}

.btn-xlarge {
padding: 18px 28px;
font-size: 20px;
line-height: normal;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: none;
font-family: 'Turret Road', cursive;
}
.form-control{
	font-family: 'Turret Road', cursive;
}
.fa-artstation:before{
font-size: 30px;
color: #13aff0;
opacity: 1;
}
.fa-artstation:hover{
opacity: .5;
}
.fa-twitter:before {
font-size: 30px;
color: #1da1f2;
opacity: 1;
}
.fa-twitter:hover {
opacity: .5;
}
.fa-youtube:before {
font-size: 30px;
color: #ff0000;
opacity: 1;
}
.fa-youtube:hover {
opacity: .5
}
.fa-instagram:before {
font-size: 30px;
color: #f77b1b;
opacity: 1;
}
.fa-instagram:hover {
opacity: .5;
}
@media screen and (min-width: 576px){
.titulo{
	font-size: 26px;
}
.contenedorcontacto{

}
}
@media screen and (min-width: 768px){
.titulo{
	font-size: 26px;
}
.btn-xlarge {
	font-size: 24px;
}
.contenedorcontacto{

}
.titulocontacto{
	font-size: 26px;
}
.contenedorcontacto{
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.69);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.69);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.69);	
}
.textom{
	font-size: 20px;
}
}
@media screen and (min-width: 992px){
.titulo{
	font-size: 30px;
}
.textom{
font-size: 22px;
}
.titulocontacto{
	font-size: 40px;
}
.contenedorcontacto{

}
.fa-artstation:before{
	font-size: 30px;
}
.fa-twitter:before {
	font-size: 30px;
}
.fa-youtube:before {
	font-size: 30px;
}
.fa-instagram:before {
	font-size: 30px;
}
.navbar{
background-color: rgba(35,35,35,.9);
}
}