html, body {
	width: 100%;
	height: 100%;
}

/*
html { 
  background: url(../images_2019/Street-Team-Background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

html { 
  background: url(../images_2019/Street-Team-Background.png) repeat-x center center fixed; 
  background-size: auto 100%;
}

body {
	background: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.central_col {
	height: 100%;
}


iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.wrap {
	 
}
a, a:active, a:visited {
	color:#fff;
}
a:hover {
	color: #000;
}

.space_top_big {
	margin-top: 90px;
}
.space_top {
	margin-top: 20px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot {
	margin-bottom: 20px;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin: 0px;
}

h2 {
	font-size: 28px;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}

.button {
	display: inline-block;
	border: 1px solid #fff;
	padding: 15px 30px;
}
.button:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.orange_button {
	background-color: #ef7d24;
	border: 1px solid #ef7d24;
	border-radius: 8px;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 10px 40px;
}
.orange_button:hover {
	background-color: #1b16c8;
	border: 1px solid #1b16c8;
	text-decoration: none;
	color: #fff;
}

@media (max-width: 767px) {

}
@media (min-width: 768px) {

.mailchimp_inputs {
	font-size: 18px;
	height: 50px;
}

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}