/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates

dark blue:
#01447b 

lightblue:
#b1cecc
-----------------------------------------------------------------*/



h1, h2, h3, h4, h5, p, div, body, span{color:white!important;}


#header.sticky-header #header-wrap {
  background-color: #01447b;}
  
#content{
  background:#68bad0 url('../images/bg-flip4.jpg');
  background-size:cover;
}
#header{background-color:#01447b!important;}
.input-enter{font-size:20px;width:100%;max-width:900px;border:2px solid #ccc;margin:auto;}
.the-answer{padding:20px;background:whitesmoke;max-width:600px;margin:0 auto;margin-top:40px;text-align: center;min-height: 80px;}
.vanilla-form input, .vanilla-form textarea{color:#333!important;}

.about li{margin-left:30px!important;}
.read-intro{font-size:16px;background-color:#0d3148;padding:10px;color:#ddd!important;letter-spacing: .5px;border-bottom:1px solid #004e7f;margin-top:10px;}
.read-intro a{background-color: #e684fd;padding:2px 10px;font-size:14px;color:black;border:3px solid transparent;}
.btn-wrap{border:1px solid transparent;padding:7px 5px;}
.btn-wrap:hover{border-color:#a7d849;}