.masthead{
	background: url("../img/imagen1.png") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 800px;

}
.opacidad-portada{
	background-color: rgba(0,0,0,0.5);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 800px;
	margin-top: -100px;
}
.index-espacio{
	height: 200px;
}
.index-text{
	color: rgba(211,211,211,0.5);
	/*text-shadow: 2px 2px #ffffff;*/
}
nav-link{
	color: #4e9aba;
}
.bg-gradient {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
  color: #ffffff;
}

.hover-gradient{
  color: #4e9aba !important;
}
#mainNav,section{
	box-shadow: 0px 0px 10px black;
}
section{
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
.logo{
	height: 90px;
	width: 300px;
	margin-top: -45px;
	margin-bottom: -20px;
}
.about-text,.staff-text,.footer-text{
	font-size: 35px;
	text-align : justify;
}
.footer-text{
	font-size: 30px;
	text-align: center;
	color: white;
}

.about-list {
    width: auto;
    margin: auto;
    font-size: 35px;
}

.contact-alert,.contact-button{
    font-size: 25px;
    color:#4e9aba;
    border-color: #4e9aba;
}
.contact-button:hover{
	background: #4e9aba;
	border-color: #4e9aba;
}
label{
	font-size: 35px !important;
}

.navbar-toggler{
	border: 2px solid #4e9aba;
	display: inline-block;
	color: #4e9aba !important;
}
@media screen and (max-width: 992px) {
	.logo {
		height: 70px !important;
		width: 200px !important;
	}
  	h1,h2{
  		font-size: 25px !important;
  	}
  	.star-dark{
  		max-width: 10rem !important;
  	}
  	.staff-text,.about-text,.about-list{
  		font-size: 20px;
  	}
	
	.footer-text{
		font-size: 20px;
	}

}
