body
{
	background-image: url(/img/backgroundcountdown.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
#header
{
	background-color: black;
}
.headerContainer
{
	padding-top: 2em;
	padding-bottom: 2em;
}
#header .headerContainer h1
{
	color: white;
	text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size:2em;
}
#header .headerContainer h1 a
{
	color: rgba(63, 133, 124);
}
#countdown
{
	margin: 0 auto;
	width: fit-content;
	margin-top: 5%;
	text-align: center;
}
#textcontent
{
        margin: 0 auto;
        width: fit-content;
        background: rgba(100, 143, 125, 0.25);

        border-radius: 25px;
	padding: 15px;

	margin-top: 5%;
}
#textcontent h2,
#textcontent h3
{
	text-align:center;
	color: #D0FFFD;
}
.badge
{
 	flex:1;
	background-color: green;
  	background: rgba(63, 133, 124, 0.5);
	color: #D0FFFD;

  	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-top:20%;

	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:5em;
	
}

.badgeContainer
{
  	#border-radius: 25px;
  	padding: 20px;
  	width: 150px;
  	height: 170px;
 	display:inline-flex;
	 flex-direction: column;
	text-align:center;
}

.caption
{
	background-color: black;
	color:white;
	height:2em;
	text-align:center;
	
  	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;

  	text-transform: uppercase;
	font-weight:900;

}
.caption p
{
	margin-top:0.2em;
}
#footer
{
	position:fixed;
	bottom: 1%;
	right: 0em;
}

#footer img
{
	width: 30%;
	float: right;
	margin: 10%;
}
