@media screen and (max-width: 656px) {

/* -------------------SMALL HEADER------------------- */

/*
header.smallheader h1{
	float: left;
	font-size: 40px;
	margin-top: 10px;
	margin-left: 10px;
}

header.smallheader h1 a:link{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.smallheader h1 a:hover{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.smallheader h1 a:active{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.smallheader h1 a:visited{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.largeheader{
	display: none;
}
*/

header.largeheader a:link{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.largeheader li a:hover{
	color: #e5e5e5;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.largeheader a:active{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.largeheader a:visited{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 5px black;
}

header.largeheader h1{
	font-size: 70px;
	margin-left: 10px;
	margin-top: 10px;
}

header.smallheader{
	display: none;
}

header.largeheader .point_border{
	border-radius: 7px;
	border: dashed;
	padding: 5px;
	color: white;
	width: 270px;
	margin-left: 20px;
	margin-top: 20px;
}

header.largeheader .coupon_unit{
	border: 2px solid white;
	border-radius: 7px;
	padding: 5px;
	height: 140px;
	width: 255px;
}

header.largeheader .ciseau_logo{
	position: absolute;
	left: 160px;
	top: 140px;
	width: 33%;
}

/* -------------------HOME PAGE------------------- */

.home .container .home_content{
	margin-top: 100px;
	font-size: 16px;
	font-family: 'Source Sans Pro', serif;
	text-shadow: 1px 1px 10px black;
}

.home .container .home_content input[type="email"]{
	width: 177px;
	height: 35px;
	border: 0px;
	float: left;
	color: white;
	padding-left: 10px;
}

.home .container .home_content input[type="submit"]{
	height: 35px;
	width: 100px;
	color: white !important;
	background-color: #4dae93;
	border: 0px;
	float: right;
}

/* -------------------IMPORTANT LINKS------------------- */

.important_links{
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 12px;
	color: white;
}

.important_links a:link{
	color: white;
	text-decoration: none;
}

.important_links a:hover{
	color: white;
	text-decoration: none;
}

.important_links a:visited{
	color: white;
	text-decoration: none;
}

.important_links a:active{
	color: white;
	text-decoration: none;
}

/* -------------------SOCIAL LINKS------------------- */

.social_links{
	display: none;
}

}