body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.5;
	padding:0;
	background-color:#36141e;
}

.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}


header{
	background:#ff638a;
	padding-top:30px;
	padding-bottom:10px;
	min-height:70px;
	border-bottom:#5c1b37 3px solid;
}

header a{
	text-decoration:none;
	text-transform: uppercase;
	font-size:20px;
}

header ul{
	margin:0;
	padding:0;
}

header li{
	float:left;
	display:inline;
	padding: 0 10px 0 10px;
}

header #topbar{
	float:left;
}

header #topbar h1{
	font-size:34px;
	font-family: "thickhead";
	color:#260b17;
	margin:0;
}

header nav{
	float:right;
	margin-top:6px;
}

header .current a{
	color:#ffb3c6;
	font-weight:bold;
}

a:link{
	color:#5c1b37;
}

header a:hover{
	color:#ffffff;
}

a:visited{
	color:#5c1b37;
}


#showcase{
	background:#1a050c;
	margin-top:20px;
	text-align:center;
}
#showcase img{
	padding-top:20px;
	min-width:50px;
	max-width:300px;
}
#showcase h1{
	color:#ff638a;
}

#showcase p{
	color:#ff638a;
}

#boxes{
	margin-top:30px;
}

#boxes .box{
	float:left;
	width:30%;
	padding:10px;
	text-align:center;
}

#boxes .box img{
	width:150px;
}

footer{
	padding:20px;
	margin-top:20px;
	background:#ff638a;
}

footer p{
	text-align:center;
}

.galnav{
	width:50%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background:#ffd6e2;
	border:#ff618f 3px solid;
	display: flex;
    flex-direction: row;
    justify-content:center;
}

.galnav h2{
	margin:10px;
}

#buttonleft{
	margin:14px;
	float:left;
}

#buttonright{
	float:right;
	margin:14px;
}

.row {
  margin-top:20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
 }

#galspace{
	margin: 20px 10px 20px 10px;
}

.galrow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
 }

.photo{
 	height:150px;
 	line-height:150px;
 	width:150px;
 	text-align:center;
 	overflow:hidden;
}

.photo img{
  min-width:150px;
  min-height:150px;
  vertical-align: middle;
}

#cookchoice .box{
	margin: 10px 20px 10px 20px;
	background:#ff8a1c;
	padding-left:60px;
	padding-right:60px;
	border:#ffe2c7 3px solid;
}

#cookchoice h1{
	color:#170401;
	font-size:30px;
	font-family:"fatfont";
	text-align:center;
}

/* Custom Fonts */
@font-face{
	font-family: "thickhead";
	src: url("../fonts/THICKHEAD.ttf") format("truetype");
}

@font-face{
	font-family: "fatfont";
	src: url("../fonts/fatfont.ttf") format("truetype");
}

/* Media Queries */
@media(max-width: 786px){
	header #topbar,
	header nav,
	header nav li,
	#boxes .box{
		float:none;
		text-align:center;
		width:100%;
	}
	#cookchoice .row{
		float:none;
		text-align:center;
		flex-direction: column;
		width:100%;
	}
}