/*
Theme Name: Bootstrap Waves
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Template: wp-bootstrap-starter
Description:  Child theme of WP Bootstrap Starter
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bootstrap-waves
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Serif');

body {
	font-family: 'Lato', sans-serif;
	margin: 0;
  background: #f7f6e2;
}
/* Headings

--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif', serif;
}

.navbar-brand {
	padding-top: 0.15rem;
}
/* nav bar background */
header#masthead {
  background: #fff;
}

/* waves ahead name in header */
.navbar-brand>a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
  font-size: 30px;
  color: #2a3890;
}
/* mobile hamburger menu */
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(42, 56, 144, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
/* links in header */
body:not(.theme-preset-active) #masthead .navbar-nav>li a {
	border-bottom-width: 0;
	display: block;
	font-family: 'Lato', sans-serif;
	padding: 10px;
	text-transform: uppercase;
  color: #2a3890;
}
@media screen and (max-width: 1199px) {
	body:not(.theme-preset-active) #masthead .navbar-nav>li a {
		text-align: center;
	}
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #2a3890;
	font-weight: normal;
	text-decoration: underline;
}
/* dontaion link */
#masthead .navbar-nav li#menu-item-447 {
	background: #d52d29;
}
#masthead .navbar-nav li#menu-item-447 a {
	color: #f7f6e2;
}
#masthead .navbar-nav li#menu-item-447.current_page_item {
	background: #d52d29;
}
#masthead .navbar-nav li#menu-item-447.current_page_item a {
	color: #f7f6e2;
}

h1.entry-title {
  font-family: 'Noto Serif', serif;
  color: #dfdfdf;
  position: relative;
  bottom: 98px;
  font-size: 100px;
  margin: 0 auto -98px;
  font-weight: bold;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
	h1.entry-title {
		bottom: 48px;
		font-size: 50px;
		margin: 0 auto -48px;
	}
}

/* content area */
#content.site-content {
  padding: 0;
}
#content .container {
  background: #fff;
}

/* homepage donate button */
a.btn-primary {
	background-color: #d52d29;
	border: none;
	padding: 20px 80px;
	font-size: 24px;
	border-radius: 0;
}
/* homepage carousel */
article#post-156 .white {
  margin: 40px -15px;
}

/* footer */
.site-footer {
  background-image: url('https://wavesahead.org/wp-content/uploads/2018/03/footer.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
.site-footer h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
  font-size: 30px;
  color: #f7f6e2;
  text-align: right;
  padding: 10px 80px 0 0;
}
.site-footer .contact-info {
  text-align: right;
}
.site-footer .contact-info .wpcw-widget-contact {
  color: #2a3890;
}
.site-footer .contact-info .wpcw-widget-social {
  color: #2a3890;
}
@media screen and (max-width: 768px) {
  body:not(.theme-preset-active) footer#colophon.site-footer {
    background-image: none;
    background-color: #2a3890;
  }
  body:not(.theme-preset-active) footer#colophon.site-footer h2 {
    text-align: left;
    padding: 10px 0;
  }
  body:not(.theme-preset-active) footer#colophon.site-footer .contact-info {
    text-align: left;
  }
  body:not(.theme-preset-active) footer#colophon.site-footer .contact-info .wpcw-widget-contact {
    color: #f7f6e2;
  }
}

/* about page */
blockquote {
	font-size: 11px;
}
/* #secondary .widget-title {
	font-family: 'Noto Serif', serif;
}
.entry-meta {
	font-family: 'Noto Serif', serif;
} */
