@media screen and (min-width: 1061px) {

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



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

.bigcenter{
	margin-top: 250px;
}

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

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

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

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

.bigcenter h1{
	font-size: 160px;
	margin-top: 5px;
	color: white;
	text-shadow: 1px 1px 5px black;
}

.bigcenter .point_border{
	border: 3px dashed white;
	border-radius: 7px;
	padding: 5px;
	height: 217px;
	width: 587px;
}

.bigcenter .coupon_home{
	border: 2px solid white;
	border-radius: 7px;
	height: 200px;
	width: 570px;
}

.bigcenter .ciseau_logo{
	position: absolute;
	left: 880px;
	top: 399px;
	width: 80px;
}

.bigcenter .go_btn{
	margin-top: 20px;
	background-color: rgba(235,135,64,0.80);
	padding: 10px;
	border-radius: 50px;
	border: 1px solid white;
	width: 200px;
	font-size: 18px;
}

.bigcenter .go_btn a:link{
	display: block;
	width: 200px;
	margin-left: -10px;
}

/* -------------------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;
}

}