@charset "utf-8";
/* Custom CSS */
*, *::before, *::after {
    border-radius: 0 !important;
}
body {
  font-family: 'retail-variable', sans-serif;
  font-weight: 400;
}
em, i {
  font-family: 'retail-variable', sans-serif;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'retail-variable', sans-serif;
  font-variation-settings: 'ital' 0, 'opsz' 6, 'wght' 800;
}
header {
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
img {
	border: none !important;
}
.accent {
	background-color: #619491;
	color: #fff;
	padding: 10px;
}
.btn-primary {
	background-color: #619491;
	border-color: #619491;
}
.form {
	padding: 20px;
	
}
.img-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: auto;
	padding: 30px;
	max-width: 100%;
}
.navbar {
  width: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tagline {
  font-family: 'retail-variable', sans-serif;
  font-size: 72px;
  margin-top: 20px;
}

/* General Styles */
.container {
    padding: 2rem 0;
}

/* Header */
header {
    background-color: #f4f4f4; /* Light gray background for the header */
    border-bottom: 1px solid #e0e0e0; /* Bottom border for a subtle separation */
}

/* Lead Hero Section */
#lead-hero {
    background-color: #007BFF; /* Blue background for the hero section */
	background-image: url("images/hero-texture.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	position: relative;
    color: #ffffff; /* White text for better contrast */
    padding: 4rem 0; /* Increased padding for a grander feel */
}

/* Interest Form Section */
#interest-form {
	background-color: #ddd;
	background-image: url("images/texture grey.jpg");
	background-size: contain;
	color: #000;
}
/* Value Proposition Section */
#leadership-certificates {
	background-color: #ddd;
	background-image: url("images/texture grey.jpg");
	background-size: contain;
	color: #000;
}

/* Upcoming Workshops Section */
#workshops {
    background-color: #ffffff; /* White background for clarity */
}

/* Training Options Section */
#training-options {
    background-color: #619491;
	background-image: url("images/texture teal.jpg");
	background-size: contain;
	color: #fff;
}

/* Value Proposition Section */
#value {
	background-color: #ddd;
	background-image: url("images/texture grey.jpg");
	background-size: contain;
	color: #000;
}

/* About Us Section */
#about {
    background-color: #ffffff; /* White background for clarity */
}

/* Director's Bio */
#about img {
    border: 3px solid #619491;
    margin-bottom: 1rem;
}

/* Footer */
footer {
	background-color: #ddd;
	background-image: url("images/footer texture.jpg");
	background-size: cover;
	color: #000 !important;
}


