@charset "utf-8";


div#thanks * {
	margin: 0;
	padding: 0;
}

div#thanks {
	width: 960px;
	margin: 50px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#thanks dl dt {
	margin-top: 2em;
}



.thanks {
    padding: 200px 0;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(15, 19, 40, 1), rgba(87, 61, 146, 1));
    color: #fff;
    margin-bottom: 30px;
}
.thanks h2 {font-size: 36px; color: #ff9934;}

.thanks p {
    margin-bottom: 20px;
}
.thanks a {
    background-color: #fff;
    color: #ff9934;
    padding: 5px 0;
    width: 200px;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ff9934;
}
.thanks a:hover {
    background-color: #ff9934;
    color: #fff;
    padding: 5px 0;
    width: 200px;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ff9934;
}

/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

div#thanks {
	width: 95%;
	font-size: 100%;
}

}
/* 1000pixel end */




