body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url(header2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
	font-size: 3rem;
	color: #e2dbdb;
}

#content {

	text-align: center;
	padding-top: 25%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				0px 8px 13px rgba(0,0,0,0.1),
				0px 18px 23px rgba(0,0,0,0.1);
	margin-bottom:25px;
}

hr {
	border-color: #0EABF3;
	border-width: 4px;
	max-width: 70px;
}

.buffer {
	height: 1rem;
}



.fa-facebook-square {
	padding-right: 1rem;
	
}

.fa-youtube {
	padding-right: 1rem;

}

#utube {
	background-color: #ff0000;
	border-color: #ff0000;
}

#utube:hover {
	background-color:#FF6666;
	border-color: #FF6666;
}

.btn {
	font-weight: 700;
	border-radius: 600px;
	text-transform: uppercase;
	margin: 20px 0 20px 0;

}


.btn-xl {
	padding: 1rem 2rem;
}

.btn-primary {
	background-color: #0EABF3;
	border-color: #0EABF3;
}

.btn-primary:hover {
	background-color: #5FBFF9;
	border-color: #5FBFF9;
}

.btn-xl {
	padding: 1rem 2rem;
}

h2 {

	/*text-align: center;
	padding-top: 25%;*/
	text-shadow: 0px 4px 3px rgba(255,255,255/*,0.4*/),
				0px 8px 13px rgba(255,255,255/*,0.1*/),
				0px 18px 23px rgba(255,255,255/*,0.1*/);
	/*margin-bottom:25px;*/
}

h3 {
	text-align: center;
	padding-top: 25%;
	text-shadow: 0px 4px 3px rgba(255,255,255,0.4),
				0px 8px 13px rgba(255,255,255,0.1),
				0px 18px 23px rgba(255,255,255,0.1);
	margin-bottom:2px;
}



