/* Responsive web site template using HTML5 and CSS - Martin Biström - http://www.bistrom.eu */

html{
	background: #EEE;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: 400;
}

h1,h2,h3 {
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

hr {
	border: 0;
	height: 1px;
	background: #CCC;
}

a:link {
	text-decoration: none;
	color: #444;
}

a:visited {
	color: #444;
}

a:hover {
	color: #666;
}

a:active {
	color: #777;
}

.gifimg {
	width: 33%;
}

.header {
	/*font-family: 'VT323', Courier, monospace;*/
	font-family: 'Press Start 2P', cursive;
	width: 100%;
	margin: 15px 0px 25px 0px;
	/*text-align:center;*/
	/*background: #B66;*/
	
}

.container {
	background: #FFF;
	width: 1280px ;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-height: 100vh;
}

@media screen and (max-width: 1280px){
	.container {
		width: 100%;
		margin: 0px;
	}
}

.margincontainer {
	
	padding: 10px;
}

@media screen and (max-width: 640px){
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}
	.gifimg {
		width: 49%;
	}
}

@media screen and (max-width: 375px){
	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}

	h4 {
		font-size: 14px;
	}
	.gifimg {
		width: 100%;
	}
}