body{
	background: #fff;
	margin: 0 auto;
	width: 100%;
	padding:0;
	font-size: 1.2em;
}
ul, ol {font-size: 1.2em;}
@font-face {
    font-family: "krem";
    src: url('fonts/KremlinCTT.eot');
    src: url('fonts/KREM.TTF') format("truetype");  
    src: url('fonts/KremlinCTT.ttf') format("truetype");
    src: url('fonts/KremlinCTT.woff') format("woff");
    src: url('fonts/KremlinCTT.svg') format("svg");
}


span{color: red;}
img {max-width: 100%; height: auto; display: inline-block;}
/*img.head {z-index: 1; position: relative; margin: 0 auto;}*/
.head{
	background: url("../img/confectionary.png") repeat 50% 50%;
	border-bottom: 3px solid red;
}

.head img{
	z-index: 1; position: relative; margin: 0 auto; display: block;
}

.two-column h1{
	font-weight: 800;
	font-size: 33px;
	color: #8e5075;
	text-align: center;
	text-transform: uppercase;
}

.two-column h2{
	color: #8e5075;
	display: inline-block;
	font-weight: 800;
	font-size: 25px;
}

.winners-week{
	float: left;
	padding: 30px;
}

.winners-week ol{
	padding-bottom: 20px;
}

.winners-content{
	margin: 0 auto;
	display: table;
}

.menu {
	background: #ed1c24;
	width: 55%;
	text-align: center;
	margin: -25px auto 0 auto;
	padding:0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: "KremlinCTT";
	font-size: 1.5em;
	text-shadow: 1px 1px #555;
	position: relative; z-index: 2;
}
.menu a { padding: 15px 15px 10px 15px; display: inline-block; color: white;}
.menu a:hover {color: #ccc; text-decoration: none;}
.wrapper-text{
	width: 80%;
	margin: 0 auto;
	background: #fff;
}

.text{
	padding: 20px;
	font-size: 1.2em;
}

.two-column{
	width: 80%;
	margin: 0 auto;
}

.text-bottom{
	text-align: center;
	display: block !important;
	margin: 20px auto 0 auto;
	font-style: italic;
    font-weight: 800;
}

.text-rules{
	text-align: justify !important;
}








@media (max-width: 1000px){
.two-column{
	width: 90%;
	margin: 0 auto;
}
.wrapper-text .text{ font-size: 0.8em; }
.menu {
	background: #ed1c24;
	width: 55%;
	text-align: center;
	margin: -5px auto 0 auto;
	padding:0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: "KremlinCTT";
	font-size: 1.2em;
	text-shadow: 1px 1px #555;
	position: relative; z-index: 2;
}
.menu a { padding: 15px 15px 10px 15px; display: inline-block;}


.text-bottom{
	font-style: italic;
    font-weight: 800;
    display: inline-block;
    margin: 30px auto 20px auto;
}

a:focus, a:hover {
    color: #ccc !important ;
    text-decoration: none !important;
}

.menu a {
    color: #fff;
    text-decoration: none;
}

.wrapper-boxes{
	width: 100%;
	height: 100%;
	position: relative;
}

.large{
	text-align: center;
	margin-bottom: 40px;
}
}