@import url('https://fonts.googleapis.com/css?family=Lato|Palanquin|Heebo:900');
/*
web safe shop blue - 3973ac
web safe shop blue2 - 6699cc
*/
html, body {
	margin: 0 auto;
	background: #000;
	
}
div, header, footer, p, h1, h2, h3, h4, h5, span {
	margin: 0;
}
ul {
	padding: 0;
	list-style-type: none;
}
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
body {
	width: 100%;
	height: 100vh;
	font-size: 1em;
	font-family: 'Palanquin', sans-serif;
	color: #fff;
}
header {
	width: 100%;
	margin: 0 auto;
	border: 0;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
#wrapper {
	margin: 1em auto;
}
#wrapper > #section-1 > .blog-post > ul > li.blog-post-title {
	display: none;
}
#wrapper #section-1 p {
	display: block;
	margin: 0 auto;
	width: 90%;
	font-size: 1.25em;
	text-align: center;
}
#wrapper #section-1 img {
	display: block;
	max-width: 65%;
	max-height: 65%;
	margin: 1em auto;
}
#gform_wrapper_1 {
	display: block;
	width: 90%;
	margin: 0 auto;
}
#gform_1 > div.gform_footer.top_label {
	text-align: center;
}
#gform_submit_button_1 {
	width: 200px;
	background: #fff;
	border: 0;
	-webkit-border-radius: .85em;
	-moz-border-radius: .85em;
	border-radius: .85em;
	-webkit-box-shadow: 0 .25em 0 #95999d;
	-moz-box-shadow: 0 .25em 0 #95999d;
	box-shadow: 0 .25em 0 #95999d;
	background: -webkit-linear-gradient(top, #caccce, #afb3b6);
	background: -moz-linear-gradient(top, #caccce, #afb3b6);
	background: -o-linear-gradient(top, #caccce, #afb3b6);
	background: -ms-linear-gradient(top, #caccce, #afb3b6);
	background: linear-gradient(top, #caccce, #afb3b6);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	font-size: 1em;
}
#gform_submit_button_1:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(top, #96989c, #6f7276); /* safari and chrome */
	background: -moz-linear-gradient(top, #96989c, #6f7276); /* firefox */
	background: -o-linear-gradient(top, #96989c, #6f7276); /* opera */
	background: -ms-linear-gradient(top, #96989c, #6f7276); /* internet explorer */
	background: linear-gradient(top, #96989c, #6f7276);
	-webkit-box-shadow: 0 .25em 0 #57595c;
	-moz-box-shadow: 0 .25em 0 #57595c;
	box-shadow: 0 .25em 0 #57595c;
	cursor: pointer;
}
#gform_submit_button_1:active {
	box-shadow: 0 .15em 0 #57595c;
	position: relative;
	top: 3px;
}
/*--===================================================
	Media Queries
=================================================== --*/
/*--===================================================
	screen size of 900px
=================================================== --*/
@media only screen and (min-width: 900px) {

#wrapper #section-1 p {
	width: 75%;
	font-size: 1.5em;
}
#gform_wrapper_1 {
	display: block;
	width: 60%;
	margin: 0 auto;
}
}


