/*   
BABA Landing Page
*/

/* Theme Colors
-------------------------------------------------------------- */
/*

Dark Blue:	#062947;
Light Blue: #067cc9;
Red: 		#c1022e;

*/

/* Theme Fonts
-------------------------------------------------------------- */
/*
font-family: "Merriweather", serif;
font-family: "Roboto", sans-serif;
*/


/* Headings
-------------------------------------------------------------- */
h1 {
	font-family: "Merriweather", serif;
	font-weight: 600;
	text-transform: uppercase;
}

h2,h3,h4 {
	
}
h5,h6 {
	/*font-family: 'Open Sans', sans-serif;
	font-weight: 700;*/
}

/* Global Customizations
-------------------------------------------------------------- */

/* makes all content block images responsive */
.content img {
	display: block;
    max-width: 100%;
    height: auto;
}
/*a {
    color: #002c44;
    text-decoration: none;
}*/

/* Site Layout
-------------------------------------------------------------- */
body {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
}
#intro {
	color: #fff;
	background-color: #c1022e;
	padding: 50px 0;
	margin-bottom: 60px;
	font-size: 26px;
}
#content {
	padding: 0;
	margin-bottom: 60px;
}
#content h3 {
	font-size: 48px;
	font-weight: 700;
	color: #c1022e;
	text-align: center;
	margin-bottom: 30px;
	-webkit-text-stroke: 1px #fff;
	text-shadow: 5.657px 5.657px 21.84px rgba(14, 14, 14, 0.36);
}
#content a {
	color: #067cc9;
}
#content img {
	border: 10px solid #fff;
	margin-bottom: 60px;
	box-shadow: 5.657px 5.657px 21.84px rgba(14, 14, 14, 0.36);
}
.learn {
	text-align: center;
	border: 1px solid #c1022e;
	border-radius: 25px;
	margin: 25px 0;
	padding: 25px;
}
.learn h4 {
	text-transform: uppercase;
	color: #c1022e;
	font-size: 30px;
}
#waivers {
	background-color: #e6e7e8;
	padding: 80px 0;
}
#waivers h3 {
	font-size: 48px;
	color: #062947;
	text-align: center;
	margin-bottom: 30px;
}
#resources {
	padding: 80px 0;
	text-align: center;
}
#resources h3 {
	font-size: 48px;
	color: #062947;
	text-align: center;
	margin-bottom: 10px;
}
#resources h4 {
	font-size: 40px;
	color: #c1022e;
	text-align: center;
	margin-bottom: 30px;
}
#resources a {
	color: #067cc9;
	padding: 0 5px;
}
.learn a:before,
#resources a:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: '\f1c1';
  margin-right: 5px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
    padding: 160px 0 100px;
    background: #0072bc;
	color: #fff;
	background-image: url(images/baba/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
}
.footer-logo {
	text-align: center;
	margin-bottom: 30px;
}
.footer-logo a {
	color:#fff;
}
/*footer social */
div.social-links {
	color: #fff;
}
.social-links a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 20px;
	background-color: #fff;
	color: #0072bc;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.social-links a:hover {
	background-color: #000;
	color: #fff;
}
/* footer bar */
.footer-bar {
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
    color:#fff;
	font-size: 13px;
	font-weight:400;
}
.footer-bar a {
	color:#fff;
}