html,body{
    margin: 0;
	padding: 0;
}
@media screen and (max-width: 768px) {
	div.Top>img{
		width: auto;
		max-width: 28%;
		height: auto;
		margin-top: 21px;
		margin-left: 4px;
	}
	div.rules{
		text-decoration: none;
		margin-left: 15px;
		margin-bottom: 0;
	}
	div.rules>ul>li>a{
		text-decoration: none;
		font-family: Century gothic, sans-serif;
		font-size: 0.7em;
		line-height: 1em;
		color: white;
	}
	div.socialmedia{
		font-family: Century gothic, sans-serif;
		font-size: 0.7em;
		margin: auto;
		width: 50%;
	}
}
.container{
    height: 100vh;
    width: 100%;
	padding: 0;
	margin: 0;
}
.header{
	width: 100%;
	max-width: 100%;
	height: 40px;
	background-color: yellow;
	margin: 0;
	padding: 0;
}
.nav-top{
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
}
.nav-top ul{
	list-style-type: none;
	margin-top: 10px;
	margin-right: 20px;
}
.nav-top ul li{
	list-style: none;
	display: inline-flex;
	padding: 5px;
	margin-left: 10px;
}
.nav-top ul li a{
	text-decoration: none;
	color: black;
	transition: color 0.5s;
}
.banner{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: auto;
	display: block;
	position: relative;
	text-align: center;
	background-color: yellow;
}
.banner img{
	margin-top: -10px;
	margin-bottom: 10px;
	max-width: 100%;
	width: auto;
	height: auto;
	animation: fadein 3s;
}
.left{
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
.navigation{
	max-width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
	display: block;
}
.navigation img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
	height: auto;
}
.navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation ul li{
	list-style: none;
	margin-bottom: 4px;
}
.promotion{
	max-width: 100%;
	padding: 0;
}
.promotion p{
	font-family: century gothic, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px yellow;
	text-decoration: 2px underline;
	text-underline-position: under;
	text-align: center;
	margin-top: 10px;
    margin-bottom: 10px;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: yellow;    }
	50%{	color: transparent;}
    100%{   color: black;    }
}
.promotion img{
	display: block;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
	height: auto;
}
.DeliveryStamp{
	padding: 0;
	margin: 0;
}
.DeliveryStamp img{
	width: 35%;
	max-width: 100%;
	height: auto;
	display: flexbox;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 3px;
}
.DeliveryStamp img:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
h4{
	height: 15px;
	font-size: 28px;
	font-family: 'century gothic', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-shadow: 2px 2px yellow;
	text-decoration: 2px underline;
	text-underline-position: under;
}
#maincontent{
    width: 100%;
	background-color: white;
    padding: 0;
    margin: 0;
}
.right{
	width: 75%;
	padding: 0;
	margin: 0;
	float: right;
	display: block;
}
.Top{
    margin: 0;
    padding: 0;
}
.Top img{
	width: auto;
	max-width: 50%;
	height: auto;
	margin-top: 22px;
}
.Top p{
	width: 95%;
	font-family: century gothic, sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	margin: 8px 0px 25px 10px;
}
.Content{
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.Content img{
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
h3{
	font-size: 17px;
	font-family: 'century gothic', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS';
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline black;
	text-underline-position: under;
}
.Guidelines, .flyersA4, .flyersA3, .BrochureA4, .BrochureA5{
	width: auto;
	height: auto;
	display: block;
	max-height: auto;
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
.Guidelines ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 4px;
}
.Guidelines li{
	text-decoration: none;
    list-style: square;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 13px;
	font-style: italic;
    font-family: century gothic, 'Trebuchet MS';
    text-align: justify;
}
#footer{
    clear: both;
    padding: 0;
    margin: 0;
	height: 125px;
	max-width: auto;
	max-height: auto;
	background-color: black;
}
.rules{
	width: 18%;
	float: left;
    margin: 14px 0 0 50px;
	max-width: 100%;
}
.rules ul{
	margin: 0;
	padding: 0;
}
.rules ul li{
	list-style: none;
	margin: auto;
	border-bottom: 1px dotted yellow;
}
.rules ul li a{
	text-decoration: none;
	font-family: Century gothic, sans-serif;
    font-size: 14px;
	line-height: 28px;
	color: white;
}
.socialmedia{
	width: 25%;
	text-align: center;
    margin: auto;
	padding: 0;
}
.socialmedia img{
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
    padding: 0 0 0 10px;
}
.flash{
	animation-name: flash;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}
@keyframes flash{
	from {
	   color:white;
	}
	
	to {
	   color:yellow;
	}
 }
.socialmedia p{
	margin: 0;
	font-family: Century gothic, sans-serif;
	font-size: 12px;
	padding: 45px 0 0 15px;
	color: white;
}