html,body{
    margin: 0;
	padding: 0;
}
.container{
    height: 100vh;
    width: 100%;
	padding: 0;
	margin: 0, auto, 0, auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.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;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-color: yellow;
	}
	.banner img{
		margin-top: -10px;
		margin-bottom: 10px;
		max-width: 100%;
		width: auto;
		height: auto;
		animation: fadein 3s;
	}
	@keyframes fadein {
		0% {opacity: 0;}
		100% {opacity: 1;}
    }
	.left{
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
	}
	.navigation{
		display: none;
	}
	.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%;
		width: 305px;
		height: 350px;
	}
	.DeliveryStamp{
		padding: 0;
		margin: 0;
	}
	.DeliveryStamp img{
		width: 30%;
		max-width: 100%;
		height: auto;
		display: flexbox;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6px;
		padding: 10px;
	}
	.DeliveryStamp img:hover{
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
    #maincontent{
        width: 100%;
        background-color: white;
        padding: 0;
        margin: 0;
    }
    .right{
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }
	.Top{
		margin: 0;
		padding: 0;
	}
	.Top img{
		width: auto;
		height: auto;
		max-width: 50%;
		margin-top: 12px;
		margin-left: 5px;
	}
	.Top p{
		width: 92%;
		font-family: century gothic, sans-serif;
		font-size: 14px;
		line-height: 20px;
		text-align: justify;
		margin: 8px 0px 25px 10px;
		animation-duration: 2s;
		animation-name: slidein;
	}
	@keyframes slidein {
		from {
		  margin-left: 100%;
		}
	  
		to {
		  margin-left: 0%;
		}
	}
	#form{
		max-width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		text-align: center;
	}
	.form_reference{
		width: 100%;
		max-width: auto;
		margin: 0;
		padding: 0;
		display: block;
	}
	h1{
		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;
		font-style: italic;
	}
	.form_reference p{
		font-size: 15px;
		font-family: 'century gothic', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
		text-align: center;
        margin-top: 35px;
	}
	.form_reference ul{
		list-style-type: none;
		display: inline-block;
		max-width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.form_reference ul li{
		list-style: none;
		width: auto;
		text-align: left;
		margin-top: 5px;
	}
	.description{
		font-family: century gothic, sans-serif;
		font-size: 15px;
		font-weight: 600;
		text-align: left;
	}
	.element{
		font-family: century gothic, sans-serif;
		font-size: 13px;
		font-weight: 400;
		width: 400px;
		max-width: auto;
		display: block;
	}
	.element2{
		font-family: century gothic, sans-serif;
		font-size: 13px;
		font-weight: 400;
		width: 409px;
		max-width: auto;
		display: block;
		margin-top: 5px;
	}
	.element3{
		font-family: century gothic, sans-serif;
		font-size: 13px;
		font-weight: 400;
		width: 400px;
		max-width: auto;
		display: block;
		margin-top: 5px;
	}
	.button{
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0;
		padding-bottom: 10px;
		padding-top: 8px;
		text-align: left;
	}
	.button_text{
		background-color: yellow;
		cursor: pointer;
		border-radius: 5px;
		min-height: 35px;
		width: 125px;
		color: black;
		font-family: century gothic, sans-serif;
		font-size: 18px;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.Content{
		width: 90%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.flyersA5, .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;
	}
	#footer{
		clear: both;
		padding: 0;
		margin: 0;
		height: 150px;
		max-width: auto;
		max-height: auto;
		background-color: black;
	}
	.rules{
		width: 25%;
		float: left;
		margin: 14px 0 0 30px;
		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: 30px;
		color: white;
	}
	.socialmedia{
		width: 30%;
		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;
	}
	.socialmedia p{
		margin: 0;
		font-family: Century gothic, sans-serif;
		font-size: 12px;
		padding: 40px 0 0 15px;
		color: white;
	}
	.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;
		}
	}
	.g-recaptcha{
        width: 100%;
        margin: auto;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
	.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;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-color: yellow;
	}
	.banner img{
		margin-top: -10px;
		margin-bottom: 10px;
		max-width: 100%;
		width: auto;
		height: auto;
		animation: fadein 3s;
	}
	@keyframes fadein {
		0% {opacity: 0;}
		100% {opacity: 1;}
    }
    #maincontent{
        width: 100%;
        background-color: white;
        padding: 0;
        margin: 0;
    }
	.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%;
		width: 305px;
		height: 350px;
	}
	.DeliveryStamp{
		padding: 0;
		margin: 0;
	}
	.DeliveryStamp img{
		width: 35%;
		max-width: 100%;
		height: auto;
		display: flexbox;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6px;
		padding: 10px;
	}
	.DeliveryStamp img:hover{
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
    .right{
        width: 75%;
        padding: 0;
        margin: 0;
        display: block;
        float: right;
    }
	.Top{
		margin: 0;
		padding: 0;
	}
	.Top img{
		width: auto;
		height: auto;
		max-width: 50%;
		margin-top: 12px;
		margin-left: 5px;
	}
	.Top p{
		width: 92%;
		font-family: century gothic, sans-serif;
		font-size: 14px;
		line-height: 20px;
		text-align: justify;
		margin: 8px 0px 25px 10px;
		animation-duration: 2s;
		animation-name: slidein;
	}
	@keyframes slidein {
		from {
		  margin-left: 100%;
		}
	  
		to {
		  margin-left: 0%;
		}
	}
    .Content{
		width: 90%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.flyersA5, .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;
	}
	#form{
		max-width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		text-align: center;
	}
	.form_reference{
		width: 100%;
		max-width: auto;
		margin: 0;
		padding: 0;
		display: block;
	}
	h1{
		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;
		font-style: italic;
	}
	.form_reference p{
		font-size: 15px;
		font-family: 'century gothic', 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
		text-align: center;
        margin-top: 35px;
	}
	.form_reference ul{
		list-style-type: none;
		display: inline-block;
		max-width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.form_reference ul li{
		list-style: none;
		width: auto;
		text-align: left;
		margin-top: 5px;
	}
	.description{
		font-family: century gothic, sans-serif;
		font-size: 15px;
		font-weight: 600;
		text-align: left;
	}
	.element{
		font-family: century gothic, sans-serif;
		font-size: 13px;
		font-weight: 400;
		width: 550px;
		max-width: auto;
		display: block;
	}
	.element2{
		font-family: century gothic, sans-serif;
		font-size: 13px;
		font-weight: 400;
		width: 559px;
		max-width: auto;
		display: block;
		margin-top: 5px;
	}
	.element3{
		font-family: century gothic, sans-serif;
		font-size: 13px;
		font-weight: 400;
		width: 550px;
		max-width: auto;
		display: block;
		margin-top: 5px;
	}
	.button{
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0;
		padding-bottom: 10px;
		padding-top: 8px;
		text-align: left;
	}
	.button_text{
		background-color: yellow;
		cursor: pointer;
		border-radius: 5px;
		min-height: 35px;
		width: 125px;
		color: black;
		font-family: century gothic, sans-serif;
		font-size: 18px;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#footer{
		clear: both;
		padding: 0;
		margin: 0;
		height: 150px;
		max-width: auto;
		max-height: auto;
		background-color: black;
	}
	.rules{
		width: 25%;
		float: left;
		margin: 14px 0 0 30px;
		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: 30px;
		color: white;
	}
	.socialmedia{
		width: 30%;
		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;
	}
	.socialmedia p{
		margin: 0;
		font-family: Century gothic, sans-serif;
		font-size: 12px;
		padding: 40px 0 0 15px;
		color: white;
	}
	.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;
		}
	}
	.g-recaptcha{
        width: 100%;
        margin: auto;
        padding: 0;
    }
}