@font-face {
  font-family: 'vaground';
  src: url('vaground.ttf'); /* IE9 Compat Modes */
}

* {
	margin: 0;
	padding: 0;
}
body {
	background: white;
	font-family: 'gill sans', arial, sans-serif;
/*	font-weight: 200;*/
}



.rig.columns-3 :hover {
	background-image: url('https://bakerbotsbaking.com/wp-content/themes/bangbangicecream/css/images/1.gif');
	
}

li{
	list-style: none;
}


header{
	background: black;
	background-repeat: url ('images/whitebb.png')
}

h1 {
	font-family: 'gill sans', arial, sans-serif;
	font-size: 5em;
	font-weight: 400;
	margin: 10 10 10px;
	text-align: center;
	padding-top: 40px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #bbb;
	padding-bottom: 19px;

}

h2 {
	font-family: 'gill sans', arial, sans-serif;
	font-size: 3em;
	font-weight: 400;
	margin: 10 10 10px;
	text-align: center;
	padding-top: 40px;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #bbb;
	margin-bottom: 89px;

}

.flavours{
	font-family: 'gill sans', arial, sans-serif;
	font-size: 22px;
	text-align: justify;
    text-justify: inter-word;
    font-weight: 100;
}

.smallaf p{
	font-size: 6px;

}




hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 25px 0;
	clear: both;

}
.centered {
	text-align: center;
}

.centered a{
	color: #004631;
	text-decoration: none;
	list-style: none;
}
.wrapper {
	width: 100%;
	padding: 30px 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

h3{
/*	background: #D2232A;
	color: white;
	text-align: center;*/
font-family: 'gill sans', arial, sans-serif;
font-size: 1.8em;
font-weight: 100;
/*opacity: 0.7;*/
}
.product_list_wrap h3{
/*	background: #D2232A;
	color: white;*/
	text-align: center;
font-family: 'gill sans', arial, sans-serif;
font-size: 1.8em;
font-weight: 100;
/*opacity: 0.7;*/
}

/*.specialh {
text-align: left;
font-family: 'Omnes-regular', sans-serif;
font-size: 2.5em;
}*/






ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center;
}
ul.grid-nav li {
	display: inline-block;
}
ul.grid-nav li a {
	display: inline-block;
	background: black;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: 'gill sans', arial, sans-serif;
	font-size: 26px;
}
ul.grid-nav li a:hover {
	background: #DEDCB7;
}
ul.grid-nav li a.active {
	background: black;
}
.grid-container {
	display: none;
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
/*	border: 1px solid #ddd;*/
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
/*	box-shadow: 0 0 5px #ddd;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: 20px;
	line-height: 1.5em;
	color: #999;
	font-family: 'gill sans', arial, sans-serif;
	text-align: left;
	font-weight: 100;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}

.smallaf{
	font-size: 6px;
}


}
