@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #000 url('https://cdn.crowdability.com/events/202103pmp/VSL_bg_blackborder_small.png') no-repeat center center fixed;
	background-size: cover;
}
#content {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.4);
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	padding:0 0 10em 0;
}
#header {
	width:100%;
	margin: 3rem auto 2em auto;
}
	#main_content #header h1 {
		font-family: Impact, sans-serif;
		margin-top: 0;
		margin-bottom: .5em;
		font-size: 100px;
	}
	#main_content #header p {
		margin-bottom: 0;
    font-size: 20px;
	}
	#main_content #header h3 {
		font-size: 1em;
		margin-bottom: 2em;
	}
#headerwrapper {
	text-align: center;
	padding: 0 20px 0 0;
}


#main_content {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
	#main_content h1 {
		text-align: center;
		font-weight: normal;
		margin-bottom: 1em;
	}

	#main_content .h1{
		font-size: 42px;
	}

	#main_content p,
	#main_content li {
		margin-bottom: 1.4em;
		line-height: 1.2;
	}
	
	#main_content h2 {
		font-size: 28px;
		font-weight: bold;
		/*text-align: center;*/
    	margin-bottom: 1em;
	}
	
	#main_content img {
		margin-bottom: 1em;
		max-width: 100%;
	}
	


footer {
	margin-top: 2em;
	font-size: 12px;
	color:#888;
}




/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 965px;
  }

}

@media (max-width: 767px) {
  #header_image {
    display:none;
  }
}



#header_image img {
	width:100%;
}

.btn-default, .btn-default:active, .btn-default:focus{
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  border-color: #d1b200;
  padding: 20px 90px;
  font-family: Helvetica, sans-serif;
  background-color: red;
  *background-color: red;
  background-image: -moz-linear-gradient(top, #f00, #FF4500);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd00), to(#e8c500));
  background-image: -webkit-linear-gradient(top, #f00, #FF4500);
  background-image: -o-linear-gradient(top, #f00, #FF4500);
  background-image: linear-gradient(to bottom, #f00, #FF4500);
  background-repeat: repeat-x;
  border-color: #d1b200 #d1b200 #FF4500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd00', endColorstr='#e8c500', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	margin-bottom: 1em;
}
  .btn-default:hover {
    color:#eee;
  }


  #main_content h1 {
  	font-size: 2.6em;
  	margin: .8em auto;
  	clear:both;
  }

  #main_content h1 a.subscribe_link {
  	font-size: 44px;
  	color:#00f;
  	text-decoration: underline;
  	margin: 1em auto;
  	display: block;
  }

  #main_content .h1 .subscribe_link{
	  color: #00f;
  }

  #headerwrapper h1 {
  	font-family: Impact, Helvetica, Arial, sans-serif;
  	font-size: 60px;
  	font-weight: normal;
  	padding: 0;
  	margin-bottom: 1rem;
  	line-height: 1.3;
  }
  #headerwrapper h2 {
  	line-height: 1.3;
  	font-size: 41px;
  }

 
  #header {
  	margin-bottom: 0;
  }


.checkmarks li {
  margin-bottom: 1em;
  list-style: none;
  position: relative;
  padding-left: 1.8em;
}
.checkmarks li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    color:red;
}
#main_content .tightlist {
	margin-bottom: 1.5em;
}
#main_content .tightlist li {
	margin-bottom: 0;
}


.red {
	color:red;
}

#main_content h3 {
	text-align: center;
	font-size:1.3em;
	margin-bottom: 1em;
}

.subhead_caption {
	font-size: .6em;
}



.indent {
	margin-left: 4em;
}


#content img,
#main_content img {
	max-width: 100%;
}

.img_left {
	margin:0 1.4rem 1.4rem 0;
}
.img_right {
	margin:0 0 1.4rem 1.4rem;	
}
#main_content #matt_circle {
	width: 90px;
}

#classified {
	width: 90px;

}

#product {
	width:200px;
}







.subscribe_link {
  color:blue;
}
.btn.subscribe_link {
  color:#fff;
}
