@charset "utf-8";

/* Body */

body {
    height: 100vh;
    background: linear-gradient(
    to right,
    grey 50%,
    grey 10%,
    grey 50%,
    grey 10%
    );
}


/* Header */


h2.text-center {
    
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 10px;

    
}


body {
  border-left: 200px solid #000000; /* Left border: 10px wide, solid, black */
  border-right: 200px solid #000000; /* Right border: 10px wide, solid, black */
  height: 100%;
}


/* Container */


 .video-container {
        display: flex;
        flex-wrap: wrap; /* Allows videos to wrap to the next line if space is limited */
        justify-content: space-around; /* Distributes space around items */
        gap: 10px; /* Adds space between videos */
    }

    .video-container video {
        flex: 1 1 calc(33.333% - 20px); /* Adjust for gap, roughly 1/3 width each */
        max-width: calc(33.333% - 20px); /* Ensures max width is around 1/3 */
        box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }



p.quote {
    margin-top: 0;
    width: 28%;
    color: #fff;
    background-color: #000;
    position: absolute;
    bottom: 150;
    right: 15%;
    
}


.gallery {
    max-width: 85em;
    border: 1em solid #000;
    margin: 1em auto;
 }

.gallery img {
    display: block;
    width: 100%;
    height: auto;
 }



.gallery {
    background-color: black;
    padding-bottom: 25px;
}

h2.text-center {
    background-color: #000000;
}



div.card-body {
    padding-bottom: 10px;
    padding-top: 10px;
}

.col-md-4 {
    background-color: #000000;
    padding-top: 25px;
    padding-bottom: 30px;
}

.card-img-top {
    padding-top: 10px;

}

.p-4 {
    padding-top: 10px;
    
}

.text-white {
    padding-top: 10px;
}

.end {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: black;
    width: 450px;
    border: 1em solid #000;
    
}



.pb-1 {
    padding-top: 35px;
    postion: 100px;
}

/* Navigation */



header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
    text-align: center;
    font-family: Arial;
    padding-bottom: 15px;
    padding-top: 5px;
}

header .centerlogo {
    position: relative;
    text-align: center;
}

a { color: #fff; }
a:hover { color: #fff; }


.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	top: 40%;
	left: 90%;
	letter-spacing: 2px;
    position: absolute;
    transform: translate(82%, 30%);
    
}
    
 header .centerlogo a.logo {
              position: center;
              display: block;
              width: 500px;
              height: 5px;
              text-decoration: Arial;
              color: #ffffff;
              font-size: 50px;
              font-weight: 650;
              left: -100px;
}

header .centerlogo a.logo .subtitle {
    width: 500px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 0px;
}

nav a {
              color: #ffffff;
              text-transform: uppercase;
              text-decoration: none;
              display: inline-block;
              font-weight: bold;
              font-size: .9em;
              padding-top: 1px;
              padding-bottom: 5px;
              padding-left: 5px;
              padding-right: 5px;
              background-clip: padding-box;
}


nav {
	float: left;
	width: 100%;
	text-align: left;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: left;
    display: inline-block;
    text-align: right;
}
nav ul li {
	float: left;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	margin-right: 25px;
	letter-spacing: 0px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #ffffff;
}
ul li a {
}

.style {
    justify-content: center;
    align-items: center;
}


.hero_header {
	color: #FFFFFF;
	text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 2px;
}


/* Hero Section */



.p.credit {
    right: 100%;
}

.card-title1 {
    font: Arial;
    color: black;
}


.embed-responsive-16by9 {
    
    border: 10px solid #ffffff;
}


.hero {
	background-color: #212529;
	padding-top: 10px;
	padding-bottom: 95px;
    width: -1px;
    border: 5px solid #ffffff;
    
}


.light {
	font-weight: bold;
	font-color: #FFFFFF;
}
.tagline {
	text-align: center;
	font-color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pagetitle {
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;    
}

.pagetitle h1 {
    text-align: center;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
}

.paragraphheading p {
    font-family: Arial, Helvetica, sans-serif;
    color: #fffffff;
    font-size: 20px;
    font-weight: bold;
}

.paragraphheading .text {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin-top: -12px;
}

section.contact {
    margin-top: 5px;
    margin-left: 100px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 1.1em;
}

.imagecontent {
    text-align: center;    
}
    
.column {
  float: center;
  width: 48%;
  padding: 5px;
}

.paragraph { 
    width: 1025px; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    font-family: Arial, Helvetica, sans-serif; 
    color: #fff; 
    margin-top: -6px; 
    margin-bottom: 20px; }


/* Mobile */

@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
    
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}



/* Table Styling */


