/*
	Reset
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------END RESET------------*/

/*General*/
body{
	font-family: 'Open Sans', sans-serif;
}
/*End General*/
/*Header*/
header {
  margin: 2em auto 1em auto;
  color: #D32027;
  text-align: center;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
  border-radius: 8px;
}

.site-logo-container{
	width:300px;
    float: none;
    margin: 0 auto;
    padding: 0;
}
.site-logo-container a {
  display: block;
	text-align: center;
}
.site-logo-container a img {
  display: block;
  margin: 5px auto;
	width: 100%;
}
.slim-buttons .slim-button{
	display: inline-block;
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.slim-button{
	background: rgb(190,30,45);
	width: 125px;
	height: 40px;
	border-radius: 10px;
	line-height: 3;
	text-align: center;
	font-size: 12px;
}
.order-buttons{

	width: 510px;
    float: none;
    margin: 0    auto;
    padding: 20px 0;
}
.order-buttons a{
	display: inline-block;
	color: white;
	text-decoration: none;
}
.order-button{
	background: rgb(190,30,45);
	height: 80px;
	border-radius: 10px;
	line-height: 3;
	text-align: center;
	font-size: 28px;
    padding: 5px;
}
.order-button:hover, .slim-button:hover{
	background: rgba(190,30,45,.8);
}
@media (max-width: 1000px) {
	.site-logo-container{
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	.order-buttons{
		float: none;
		margin: 0	auto;
		padding: 20px 0;
	}
}
/*End Header*/
/*Slider*/
/*End Slider*/
/*Content*/
.content-square-container{
	width: 99%;
	margin: 0 auto;
}
.content-square{
	width:99%;
	margin: 5px auto 0 auto;
	margin-bottom: 40px;
	padding: 20px 0;
	border: 4px solid rgb(190,30,45);
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	font-size: 1.25em;
}
.content-square h2{
	font-family: 'Merienda', cursive;
	color: rgb(190,30,45);
	font-size: 1.5em;
}
.content-square table{
	margin: 0 auto;
	margin-top: 10px;
}
.content-square table th{
	background: rgb(190,30,45);
	color: white;
}
.content-square table th, .content-square table tr td{
	padding: 10px 20px;
	text-align: left;
}
.content-square table tr:nth-child(even) {
	background-color: #f2f2f2
}

/*End Content*/
/*Footer*/
/*End Footer*/
