﻿@charset "UTF-8";
/* CSS Document */

body{
	font-family: sodosans;
	font-size: 1.4rem;
}

.wallpaper-body {
	font-family: sodosans;
	font-size: 1.4rem;
}

.text-shadow{
	text-shadow: 2px 2px 6px #000000;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 0rem;
	color: #05724D;
}

h2
{
	font-family: landergrande;
}

#tdays, #tminutes, #tseconds, #thours {
	font-size: 1rem;
	font-weight: bold;
	padding: 0px 15px;
	width: 70px;
}

.bg-white{
	background-color: #FFFFFF;
}

.bg-grey{
	background-color: #F9F9F9;
}

.navbar .nav-link{
	font-family: 'sodosans';
	color: #000000 !important; 
}

.jumbotron{
	background-color: #D8E8E3;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	/* margin-top: 100px; */
}

@media (max-width: 992px) {
	.jumbotron{
		padding-bottom: 100px;
	}
}

.carousel-container{
	margin-top: -250px;
}

.btn-download{
	position: absolute;
	z-index: 3;
	width: 70px;
	left: 47%;
}

.nav-pills {
   justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #05724D;
	border-radius: 25px;
}

.nav-pills .nav-link {
    color:  #05724D;
    background-color: #D8E8E3;
	border-radius: 25px;
	font-size: 14px !important;
}

@media (max-width: 575.98px) {
	.jumbotron {
		min-height: 400px;
	}
	
	.carousel-container{
		margin-top: -120px;
	}
	
	.btn-download{
		position: absolute;
		z-index: 3;
		width: 40px;
		left: 45%;
	}
}

@media (max-width: 767.98px) {
		.jumbotron {
		min-height: 400px;
	}
	
	.carousel-container{
		margin-top: -60px;
	}
	
}

@media (max-width: 1199px) {
		.jumbotron {
		min-height: 400px;
	}
	
	.carousel-container{
		margin-top: -60px;
	}
}

@media (min-width: 1200px) {
		.jumbotron {
		min-height: 600px;
	}
	
	.carousel-container{
		margin-top: -220px;
	}

}

@media (min-width: 1500px) {
		.jumbotron {
		min-height: 600px;
	}
	
	.carousel-container{
		margin-top: -160px;
	}

}