/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Oswald:wght@200..700&display=swap');

html, body {
	height: 100%;
 	margin: 0;
	padding: 0;
}

body {
 	font-family: Arial, Helvetica, sans-serif;
	background-color: #222;
	color: white;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -120px; /* negative height of footer + its padding */
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
	position: relative;
  	padding: 0;
 	background-color: black;
 	color: white;
	width: 100%;
	box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.4);	
	height: 150px;
}

.yellowTitleText {
	color: #e4a309;
	font-weight: bold;
}

.socialIconsDesktop {
	float: right;
}

.socialIcon {
	width: 40px;
	height: 40px;
}

.socialIcon:hover {
	opacity: 0.8;
	transition-duration: 0.4s;
}

.content {
/*  padding: 16px;*/
}

.paddedContent {
	padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
	z-index: 1;
}

.sticky + .content {
  padding-top: 102px;
}

.preload {
    display: none;
}

.introContent {
	text-align: center;
}

.videoArea {
	margin: 0 80px;
}

.getStartedButton {
	background-color: white;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	color: black;
	font-weight: bold;
	font-size: 13pt;
	transition-duration: 0.4s;
	border: none;
}

.getStartedButton:hover, .getStartedButtonHeader:hover {
	background-color: #ccc;
	transition-duration: 0.4s
}

.getStartedButtonHeader {
	background-color: white;
	width: 165px;
	height: 40px;
	border-radius: 25px;
	color: black;
	font-weight: bold;
	font-size: 13pt;
	transition-duration: 0.4s;
	border: none;
}

.clientLoginButtonHeader {
	width: 145px;
	height: 40px;
	color: white;
	font-weight: bold;
	font-size: 13pt;
	transition-duration: 0.4s;
	background: none;
	border: none;
}

.clientLoginButtonHeader:hover {
	color: #ccc;
	transition-duration: 0.4s;	
}

.introContent .bigText {
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 32pt;
	padding: 0;
	margin: 0;
}

.introContent p {
	font-size: 16pt;
	line-height: 130%;
}

#contactBox {
	text-align: center;
	position: absolute;
	top: 30px;
	right: 30px;
}

#contactBox a {
	color: lightgray;
}

.donateLink span, .contactLink span {
	display: none;
}

.donateLink, .contactLink {
    display: inline-block;
    width: 175px;
	height: 52px;
    background-size: 100%;
    margin: 0;
    transition-duration: 0.4s;
}

.donateLink:hover, contactLink:hover {
    opacity: 1.0;
    background-size: 100%;
}

.donateLink {
    background: url("/images/donate-button.jpg") no-repeat left top;
}

.donateLink:hover {
    background: url("/images/donate-button-hover.jpg") no-repeat left top;
}

.contactLink {
	background: url("/images/contact-button.jpg") no-repeat left top;
}

.contactLink:hover {
	    background: url("/images/contact-button-hover.jpg") no-repeat left top;
}

#headerLogo {
	margin-left: 20px;
	width: 500px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.rightFloatImage {
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.featuredCategoryMedia {
/*
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
*/
}

.push {
  height: 80px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 20px;
	background-color: black;
	font-size: 16px;
	text-align: center;
}

#footerLeftSide {
	float: left;
}

#footerRightSide {
	float: right;
	text-align: right;
}

#footerSocialIcons {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 30px;
}

#footer, #footer a, #footer a:visited {
	color: white;
}

.fullWidthImage {
	width: 100%;
}

#centeredBannerImage {
	visibility: visible;
	position: absolute;
	display: block;
	margin-left: -162px;
	margin-top: -78px;
	width: 325px;
	left: 50%;
	top: 50%;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	text-align: center;
	color: white;
	text-transform: uppercase;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	text-align: center;
	color: white;
	line-height: 130%;
	margin-top: 0;
}

.thirdWidthBox {
	float: left;
	display: block;
	width: 33%;
	background-color: white;
	text-align: center;
}

.thirdWidthBox div {
	padding: 10px;
}

.featureBox {
	display: flex;
	flex-wrap: nowrap;
	padding: 30px;
	font-size: 18px;
	line-height: 180%;
	text-align: left;
	clear: both;
	background-color: black;
	margin-bottom: 40px;
}

.featureBox .box {
	padding: 20px;
}

.videoLoginBox {
	padding: 30px;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
}

/*
.fullWidthVideoBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom: 40px;
}

.fullWidthVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.featureBox h2 {
	margin-bottom: 50px;
}

.featureBox h3 {
	text-align: left;
}

.featureBox a, .featureBox a:visited {
	color: white;
}

.rightFeatureImage {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 40%;
}

.boxFeatureImage {
	margin-left: 30px;
	margin-bottom: 30px;
	max-width: 500px;
}

.leftFeatureImage {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
	width: 40%;
}

.leftFloatContent {
	text-align: left;
}

.rightFloatContent {
	text-align: left;
}

.clearBoth {
	clear: both;
}

.separator {
	border-top: 1px solid #314f5a;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.fullWidthVideoBox {
	z-index: 0;
    width: 800px;
	height: 450px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.fullWidthVideo {
    width: 800px;
	height: 450px;
}

#videoBar {
	position: relative;
	width: 100%;
	height: 500px;
}

.darkLayer {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	opacity: 10%;
}

.videoOverlayText {
	top: 50%;
	position: absolute;
	color: white;
	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;	
	width: 100%;
	font-size: 90px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	margin-top: -50px;
/*	text-shadow: 0px 2px black;*/
	opacity: 80%;
}

.rightImageAbout {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 30px;
	border-radius: 20px;
	border: 1px solid #AAAAAA;
}

.teamMember {
	text-align: left;
	margin-top: 30px;
}

#teamBox {
	padding: 30px;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
	clear: both;
	background-color: black;
}

#teamBox a, #teamBox a:visited {
	color: white;
}

.servicesContainer {
	float: left;
/*
    position: relative;
    left: 50%;	
*/
}

.centerFloatContainer {
	float: left;
/*
    position: relative;
    left:-50% 
*/
}

.serviceBox {
	float: left;
	padding: 20px;
	padding-right: 40px;
	background-color: #444;
	min-height: 300px;
	border-radius: 10px;
	margin: 10px;
	color: white;
}

.serviceBox:hover {
	background-color: #555;
	transition-duration: 0.4s;
}

.serviceBox a {
	text-decoration: none;
	color: white;
}

.serviceBox ul {
	padding-left: 25px;
	list-style: none;
}

.phoneNumber {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}

.darkContentBar {
	margin: 0;
	background-color: black;
	color: darkgray;
	padding: 30px;
	line-height: normal;
	font-size: 20px;
}

.darkContentBar h2 {
	color: white;
}

/* DROP DOWN MENU */

.navbar {
	visibility: visible;
	background-color: #0F0F0F;
	padding-left: 20px; /* left spacing to start menu */
}

/* Dropdown Button */
.dropbtn {
 	background-color: #0F0F0F;
  	color: white;
  	padding: 16px;
  	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  	position: relative;
  	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
 	display: none;
 	position: absolute;
 	background-color: #0F0F0F;
	color: white;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  	color: white;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #333333;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #333333;}

#mobileNav {
	display: none;
}

.splide__slide {
	margin: 10px;
}

.splide__slide img {
	width: 100%;
	border-radius: 20px;
}

.formField {
	background-color: #333;
	border-radius: 10px;
	height: 30px;
	width: 200px;
	color: #ccc;
	font-size: 14pt;
	padding: 5px;
	padding-left: 15px;
}

.errorText {
	color: #e4a409;
}

.messageText {
	color: #e4a409;
}

.darkContentBar a, .darkContentBar a:visited {
	color: white;
}

/* max-device-width */
@media only screen and (max-width: 1000px)
{
	body {
		font-size: 54px;
	}
	
	h1 {
		font-size: 92px;
	}
	
	h2 {
		font-size: 72px;
	}
	
	h3 {
		font-size: 58px;	
	}
	
	.articleSubtitle {
		font-size: 32px;
	}
	
	.navbar {
		display: none;
	}
	
	#centeredBannerImage {
		display: none;
	}
	
	#mainMenu {
		font-size: 48px;
	}
	
	.rightFloatContent, .leftFloatContent {
		font-size: 54px;
		line-height: 150%;
	}
	
	#contactBox {
		font-size: 20px;	
	}	
	
	.featureBox {
		flex-wrap: wrap;
	}
	
	.fullWidthVideoBox {
		z-index: 0;
    	position: relative;
    	width: 100%;
    	height: 0;
    	padding-bottom: 56.25%;
		margin-bottom: 40px;
	}

	.fullWidthVideo {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
	}
	
	.serviceBox {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
		padding-top: 20px;
	}
	
	.header {
		display: none;
	}
	
	#mobileHeaderLogo {
		margin-left: 20px;
		margin-top: 20px;
		height: 140px;
		margin-bottom: 20px;
	}
	
	/* MOBILE NAV */
	/* Style the navigation menu */
	#mobileNav {
		display: block;
		overflow: hidden;
		background-color: black;
		position: relative;
	    transition-duration: 0.4s;
/*		height: 100px; CAN NOT SET HEIGHT! NEED TO EXPAND */
	}
	
	/* Hide the links inside the navigation menu (except for logo/home) */
	#mobileNav #myLinks {
		display: none;
	    transition-duration: 0.4s;
	}
	
	/* Style navigation menu links */
	#mobileNav #myLinks a {
		color: #ddd;
		padding: 14px 30px;
		text-decoration: none;
		font-size: 36pt;
		display: block;
		height: 100px;
		text-transform: uppercase;
	    transition-duration: 0.4s;
	}
	
	/* Style the hamburger menu */
	#mobileNav #hamburger {
		background: black;
 		display: block;
		position: absolute;
		right: 30px;
		top: 30px;
		width: 100px;
		height: 100px;
		margin: 0;
		padding: 20px;
	}
	
	/* Add a grey background color on mouse-over */
	#mobileNav #myLinks a:hover {
		background-color: #222;
		color: white;
		transition-duration: 0.4s;
	}
	
	/* Style the active link (or home/logo) */
	.active {
	  background-color: darkgray;
	  color: white;
	}
	
	.videoArea {
		margin: 0 40px;
	}
	
	#footerSocialIcons {
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
	}
}
