#nav-logo{
	width: 125px;
}

.nav-link{
	text-transform: uppercase;
	color: rgba(16, 61, 127, 1) !important;
}

.nav-link:hover{
	color: #999 !important;
}


@media (max-width: 767.98px) {

	#nav-logo{
		width: 80px !important;
	}

	#title{
		font-size: 14px !important;
		padding: 0px !important;
		padding-top: 70px !important;
		padding-bottom: 40px !important;
	}

	#countries{
		padding-bottom: 40px;
	}

	#footer-movil{
		background-color: rgba(16, 61, 127, 1);
		color: white;
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

#banner{
	height: 110vh;
	background-color: rgba(16, 61, 127, 1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/sles.png);
}

#world{
	
}

.world-map{
	background-image: url(../img/worldmap.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#title{
	color: rgba(16, 61, 127, 1);
	font-size: 2em;
	font-weight: 600;
	padding: 120px;
}

#countries{
}

.country{
	color: rgba(16, 61, 127, 1);
	text-transform: uppercase;
}

#coming-soon{
	padding: 30px 0 60px 0;
	font-size: .75em;
	color: rgba(16, 61, 127, 1);
}

#contact{
	margin-bottom: 30px;
}

#footer{
	font-size: .75em;
	padding: 30px 0;
	background-color: rgba(16, 61, 127, 1);;
	color: #fff;
}

#img-lunar{
	width: 10%;
}

.social-link{
	color: #fff;
}

.social-link:hover{
	color: #999 !important;
}

.social-icon{
	padding: 0 20px;
	font-size: 1.5em;
}