/*Design Stuff*/

/*colors
yello: #eeb826
blue: #1f3556 */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700&display=swap');

/* -------- global stuff -------- */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: #f5f5f5;
}
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
}
a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
img {
	max-width: 100%;
}
iframe {
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
}
#header p {
	padding-top: 20px;
	font-size: 16px;
}
#header p a {
	 color: #000;
}
.bg-light {
	background-color: #1f3556 !important;
}
.navbar-dark {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-dark .nav-item {
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff !important;
	padding: 15px 2vw;
}
@media (max-width: 768px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 5px 2vw;
	}
}
.navbar-dark .nav-item .active {
	background-color: #182A44;
	color: #eeb826 !important;
}
.navbar-dark .nav-item .nav-link:hover {
	background-color: #182A44;
	color: #eeb826 !important;
}
.navbar-toggler {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hero {
	background-color: #029FE4;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/hero.jpg);
}
#carousel, .carousel-item {
}
.carousel-caption {
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px;
}
.carousel-caption h3 {
	text-shadow: 1px 1px #000;
}
@media (max-width: 768px) {
	.carousel-caption h3 {
		font-size: 16px;
	}
	.carousel-caption .btn {
		padding: 5px;
		font-size: 12px;
	}
}


.hero-inner {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/hero-inner.jpg);
	height: 25vw;
}
.hero-inner h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 4vw;
	background-color: rgba(0,0,0,0.8);
	display: inline-block;
	padding: 0.5vw 1.5vw;
}
.hero-inner.donate {
	background-image: url(../../images/donate.jpg);
}
.hero-inner.contact {
	background-image: url(../../images/contact.jpg);
}

.body-area i {
	font-size: 140px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #eeb826;
}
.pdf i {
	font-size: 100px;
	margin-right: 0;
	margin-bottom: 0;
	color: #F00;
}



.bg-yellow {
	background-color: #eeb826;
}
.blue-area {
	color: #fff;
	background-color: #182A44;
}
.blue-area a {
	color: #fff;
}
.display-2 {
	font-weight: 400;
}
#footer {
	background-color: #182A44;
	color: #d1d4d3;
	font-weight: 400;
}
#footer ul {
	list-style: none;
	padding-left: 0;
}
#footer li {
	padding: 3px;
	font-size: 16px;
}
#footer li a {
	color: #d1d4d3;
}
#footer li a:hover {
	color: #eeb826;
	text-decoration: none;
}
#footer li i {
	padding-right: 10px;
}
#footer .social-links i {
	font-size: 2.8rem;
	padding: 0 5px;
}
#footer h5 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #eeb826;
	color: #eeb826;
	font-size: 24px;
}
#footer h5 span {
	color: #007FC8;
	font-size: 24px;
}
#footer h6 {
	font-size: 26px;
}
#footer h6 span {
	color: #007FC8;
	font-size: 60px;
}
#breadcrumbs {
	padding-top: 15px;
	background-color: #1b1f23;
	color: #818a8f;
}
@media (max-width: 768px) {
	#breadcrumbs .text-right {
		text-align: center !important;
	}
}
#breadcrumbs p {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
#breadcrumbs p a {
	color: #818a8f;
	padding: 0 15px;
}
#breadcrumbs p a:hover {
	text-decoration: none;
}
#breadcrumbs p span {
	font-size: 12px;
	color: #818a8f;
}
#breadcrumbs p span a {
	color: #818a8f;
	padding: 0;
}

br[class*="spacer"] {
    content: " ";
    display: block;
}
.spacer-xs {
    line-height: 10px;
    margin-bottom: 10px;
}
.spacer-sm {
    line-height: 20px;
    margin-bottom: 20px;
}
.spacer-md {
    line-height: 40px;
    margin-bottom: 40px;
}
.spacer-lg {
    line-height: 60px;
    margin-bottom: 60px;
}
.spacer-xl {
    line-height: 80px;
    margin-bottom: 80px;
}
.gray-box {
    background-color: #CCC;
}
.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
