@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 1500px;
	padding-left: 10px;
	padding-right: 10px;

}
/* Header */

header.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* keeps it responsive */
}
.main-content-container {
  width: 92%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
	text-align:center;
  z-index: 1;
}
.sub-heading-services {
	margin-left: 5%;
	margin-right: 5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	text-shadow: 3px 3px 5px black;
}
.header-left {
  flex: 1;
  text-align: left;
	vertical-align: top;
}

.header-right {
  flex: 1;
  text-align: right;
}
.tagline-SM {
	margin-left: 10% !important;
	margin-right: 10% !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	color: rgba(255,255,255,1.00) !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 40px !important;
	text-align: right !important;
	text-shadow: 3px 3px 5px black !important;
}

.tagline-SM-centered {
  display: block !important;
  width: 100% !important;
  margin: 20px auto !important;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  color: rgba(255,255,255,1.00) !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  text-align: center !important;
  text-shadow: 3px 3px 5px black !important;
}

 .tagline {
	margin-left: 10% !important;
	margin-right: 10% !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: rgba(255,255,255,1.00) !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 40px !important;
	text-align: right !important;
	text-shadow: 3px 3px 5px black !important;
}


.services-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.service-box {
  flex: 1 1 300px;
  max-width: 32%;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: scale(1.05);
}

.sub-heading-services {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 4px black;
  margin-bottom: 10px;
}
.sub-heading-services-tiny {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Responsive wrap behavior under 1000px */
@media screen and (max-width: 1000px) {
  .service-box {
    max-width: 100%;
  }
}

hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}


/* Main Content sections */



/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and ( min-width : 285px ) and (max-width : 560px ){
/* Header */
header {
	width: 100%;
	float: none;
}


header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}

/* Main content sections */



/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 561px ) and ( max-width : 1024px ){
/* Header */
header {
	width: 100%;
	float: none;
	
}



/* Main content and sections */


/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */



/* Main content sections */


/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}
#youtube {
    position: relative;
    visibility: visible;
    left: auto;
    top: auto;
}
