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

/* -------------------LARGE HEADER------------------- */

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: 90px;
	margin-left: 30px;
	margin-top: 1px;
}

header.smallheader{
	display: none;
}

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

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

header.largeheader .ciseau_logo{
	position: absolute;
	left: 270px;
	top: 140px;
	width: 100px;
}

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

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

.home .container .home_content h1{
	font-size: 37.5px;
}

.home .container .home_content input[type="email"]{
	width: 80%;
	height: 35px;
	border: 0px;
	float: left;
	color: black;
	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: 20px;
	left: 40px;
	font-size: 13px;
	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{
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-size: 13px;
	color: white;
}

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

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

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

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

}