@charset "utf-8";

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;

    
}



/* Container */

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; }





/* Table Styling */










