/* 
newlife TMo - F B

*/

body {
  /*font-family: 'Poppins', sans-serif;*/

}

a.filled-button {
	background-color: #721414;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}

hr {

border: 1px solid #222;
}



.navbar{
	background-color: #721414;
}

.navbar-header{
background-color: #123;	
}


/* Responsive Style */


@media only screen and (max-width: 35em){

	
}




@media (max-width: 768px) {}