body	{
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	font-family: 'Athiti', sans-serif;
	font-size: 1.2em;
}

h1,h2,h3,h4,h5,h6	{
	font-family: 'Raleway', sans-serif;
}

.navbar	{
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(245,245,245,.85);
}

.links	{
	width: 67%;
	height: 100%;
	margin: auto;
}

.links a	{
	font-size: 36px;
	color: #212121;
	text-decoration: none;
	letter-spacing: 3px;
	margin-right: 70px;
}
.links a br	{
	display: none;
}
.links a:visited	{
	color: #424242;
}

#hamburger	{
	display: none;
	float: right;
	background-image: url("hamburger.png");
	width: 45px;
	height: 55px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.banner	{
	margin-top: 70px;
	width: 100%;
	height: 80vh;
	background-image: url("newlogo1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.content	{
	background-color: #f5f5f5;
	padding: 20px 0px 20px 20px;
	overflow: auto;
	margin-bottom: 0px;
}

.col	{
	background-color: #fafafa;
	box-sizing: border-box;
	width: 32%;
	min-width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-height: 300px;
	float:left;
	padding: 20px;
	overflow: auto;
}

.col .img	{
	background-color: #646464;
	background-size: cover;
	border-radius: 50%;
	width: 175px;
	height: 175px;
	float: left;
	box-shadow: 4px 5px 1px #212121;
}

#dent1	{
	background-image: url("dent1.jpg");
}
#dent2	{
	background-image: url("dent2.jpg");
}
#dent3	{
	background-image: url("dent3.jpg");
}

.coltext	{
	padding: 15px;
	padding-left: 25px;
	box-sizing: border-box;
	max-width: 60%;
	float: left;
}
.coltext h3	{
	margin-top: .33em;
}

#about	{
	background-color: #eee;
	width: 100%;
	min-height: 200px;
	overflow: auto;
	padding-bottom: 30px;
}

.maincontentsub	{
	width: 67%;
	height: 100%;
	margin: 30px auto;
}

.words	{
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}
#ralph	{
	float: right;
	width: 300px;
	height: 400px;
	background-color: #424242;
	background-image: url('ralph.jpg');
	background-size: contain;
	box-shadow: 2px 2px 1px #424242;
}

#deal	{
	background-color: #e0e0e0;
	overflow: auto;
	width: 100%;
}

#deallist	{
	width: 100%;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

#deallist ul	{
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
}
#deallist li	{
	font-family: 'Athiti', sans-serif;
	font-weight: normal;
	list-style-type: none;
	margin-left: 10px;
}


.footer	{
	height: 200px;
	width: 100%;
	background-color: #212121;
	position: relative;
}

#footnote	{
	color: #f5f5fa;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0px;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	font-family: 'Baloo Da', cursive;
	letter-spacing: 1px;
}


@media screen and (max-width: 1530px){
	.col .img	{
		width: 150px;
		height: 150px;
	}
	.col	{
		width: 31%;
	}
	.content	{
		padding-left: 50px;
	}
}
@media screen and (max-width: 1440px){
	.links a	{
		margin-right: 50px;
	}
}
@media screen and (max-width: 1400px){
	.col .img	{
		width: 125px;
		height: 125px;
	}
}
@media screen and (max-width: 1325px){
	.links a	{
		margin-right: 40px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 1260px){
	.col .img	{
		width: 100px;
		height: 100px;
	}
	.col	{
		width: 31%;
	}
	.content	{
		padding-left: 50px;
	}
}

@media screen and (max-width: 1215px){
	.links a	{
		font-size: 30px;
	}
	.navbar	{
		height: 55px;
	}
	.banner	{
		margin-top: 55px;
	}
}
@media screen and (max-width: 1070px){
	.links	{
		width: 80%;
	}
}
@media screen and (max-width: 900px){
	#hamburger	{
		display: block;
	}
	.links a	{
		display: none;
	}
	#sitetitle	{
		display: inline;
	}
	.maincontentsub	{
		width: 90%;
	}
}
@media screen and (max-width: 760px){
	#deallist	{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	#ralph	{
		display: inline-block;
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 690px){
	.col .img	{
		width: 175px;
		height: 175px;
	}
	.col	{
		width: 100%;
	}
	.content	{
		padding-left: 20px;
	}
}
@media screen and (max-width: 600px){
	#deallist	{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}