
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}


h4 {
	font-size: 14px;
	font
}


.nav-container {
	max-width: 900px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	padding-right: 1em;
	padding-left: 1em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}


.card {
	margin-bottom: 40px;
	border: none;
}

.footer-container {
	max-width: 900px;
}

.max-container {
	max-width: 900px;
}

.contact {
	background-image: url('../img/maldo-background.png');
	background-repeat: no-repeat;
	background-color: #0c0c0c;
	background-size: cover;
	background-position: center;
}

#countdown {
	color: #fff;
	padding-top: 45%;
	text-align: center;
	font-family: Helvetica, serif;
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 3px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 500px) {
	#countdown {
		font-size: 0.6rem;
	}
}