@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900');

body .thankyoucontent {
    background-color: rgb(35,185,210);
}

.thankyoucontent a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s linear 0s;
}

.wrapper-1 {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.wrapper-2 {
	padding: 10px;
	text-align: center;
}
.thankyoucontent h1 {
	font-family: 'Raleway', Arial whitesmoke, Sans-Serif;
	font-size: 4em;
	font-weight: 900;
	letter-spacing: 3px;
	color: whitesmoke;
	padding-bottom: 0;
}
.wrapper-2 p {
	margin: 0;
	font-size: 1.3em;
	color: white;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	line-height: 1.5;
}
.go-home {
  background-color: rgb(35,185,210);
	border: none;
	padding: 25px 30px;
	margin: 30px 0;
	border-radius: 5px;
	cursor: pointer;
}
.go-home:hover {
	opacity: 0.5;
}
.go-home a {
	font-family: 'Raleway', Arial whitesmoke;
	font-size: 1rem;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media (min-width: 360px) {
	.thankyoucontent h1 {
		font-size: 4.5em;
	}
	.go-home {
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.thankyoucontent {
	
		margin-top: -60px;
	}
	.wrapper-1 {
		height: initial;
		max-width: 620px;
		min-height: 603px;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: -10000px;
	}
}
