@charset "utf-8";
/* CSS Document */

body
{
	/*font-family: 'Marko One', serif;*/
	font-family: 'Archivo', sans-serif;
	/*font-family: 'Archivo Black', sans-serif;*/

	font: 100%;/* 'Open Sans Condensed', 'Helvetica', sans-serif;*/
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

#Container {
	width: 100%;
    max-width:512px;
	background: #FFF;
    margin: 0 auto;
    padding: 0 0 40px;
    overflow: hidden;
}

/*#MainContent
{
	padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box 
}*/

.header-image
{
	max-width:560px;
}

.video-image
{
	max-width:280px;
}

h1, h2
{
	font-family: 'Archivo Black', sans-serif;
	padding: 0px;
	font-size: 1em;	
	text-transform: uppercase;
}

p
{
	margin: 0px;
	font-size: 1em;	
	padding-bottom: 15px;
}

.no-padding
{
	padding-bottom: 5px;
}

.padding-left
{
	margin-left: 10px;
}

.inline-bold
{
	font-family: 'Archivo Black', sans-serif;
}

#items
{
	font-size: 1em;
	margin-top: 0px;
	text-align: left;
/*	border-color: #554400;
	border-style: solid;
	border-width: 5px;*/
}

.item
{
	padding: 10px;
	margin-bottom: 15px;	
	text-align: left;
/*	border-color: #FFFFFF;
	border-style: solid;
	border-width: 5px;*/
}


.item p
{
	padding-left: 3px;
}

#badges
{
	text-align: center;
}

.centered
{
	text-align: center;
}

.centered-image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 1em;
}

.half-size
{
    width: 50%;
    height: 50%;
}

#badges img
{
	max-height:40px;
	padding: 10px;
}

a
{
	font-family: 'Archivo Black', sans-serif;
	color: #f2004b;
	text-decoration: none;
}

a:visited
{
	color: #c7003e;
	text-decoration: none;
}

#Footer
{
	margin-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-size: 0.85em;
	text-align: center; 
}

@media screen and (max-width: 1081px){
	#Container
	{
		/*font-size: 20vw;*/
		width: 100vw;
		max-width: 90vw;
		
	}
	h1, h2
	{
		font-size: 1.5em;	
		padding-top: 1em;
		padding-bottom: 0.25em;
	}
	p
	{
		font-size: 1.5em;
	}
	.header-image
	{
		max-width: 100vw;
	}
	.video-image
	{
		max-width:50vw;
	}
}