/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 90%;
	height: auto;
}
* {
  box-sizing: border-box;
}
body {
    font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    height: 100%;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.padded-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.black-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
    background-color: #000;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.black-double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
    background-color: #000;
    justify-content: center;
}
.intro-double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
}
.padded-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
    padding: 2%;
}
/** Keep the image from stretching in flex column**/
.nostretch {
	align-self: center;
}
.logo-left {
	align-self: flex-start;
}
h1 {
     font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
    font-size: 300%;
}
h2 {
   font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size: 150%;
}
h3 {
   font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size: 125%;
    text-align: center;
}
p {
    padding: 2%;
    line-height: 1.5;
}
.white {
    color: #fff;
}
.orange {
    color: #ffa500;
    font-size: 125%;
    font-weight: 800;
}
.blue {
    color: #000084;
    font-weight: 800;
}

.right {
    text-align: right;
}
.centerit {
    text-align: center;
}
.tagline {
	text-align: center;
	/*margin-top: 14%;*/
	font-size: 125%;
    font-weight: 800;
    color: #fff;
}
.intro-box {
	position: absolute;
	top: 60%;
	left: 5%;
	width: 50%;
	height: 15%;
    background: rgba(0, 0, 00, 0.3);
    padding: 1%;
}
.inner-container {
    width: 60%;
    margin: 1% auto;
}
ul.intro-list {
	list-style-type: none;
	text-indent: -18px;
	margin: 0 0 0 24px;
	padding: 0;
	display: inline-block;
	text-align: left;
}
.intro-list li::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f05a  ";
	color: #cc0000;
}
.intro-list li {
	padding: 4% 0 0 4%;
}
ul.quest-list {
	list-style-type: none;
	text-indent: -18px;
	margin: 0 0 24px 24px;
	padding: 0;
	display: inline-block;
	text-align: left;
    font-size: 112.50%;
}
.quest-list li::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054  ";
}
.quest-list li {
	padding: 4% 0 0 4%;
}
.extra-pad {
    padding-top: 6%;
}
.accent-text {
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size: 200%;
    text-align: center;
    color: #fff;
}
.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.25); 
}
.wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 10px;
}

.parallax {
  /* The image used */
  background-image: url("../images/Component-parts.jpg");
  /* Set a specific height */
  min-height: 500px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-overlay {
    background: #000084;
}
.ghost-bg {
    background-color: #f8f8ff;
}
.subtitle {
    color: #000084;
    margin: 1% 0;
    padding: 2% 0;
}
a {
    color: #000084;
    text-decoration: none;
}
a:hover {
    color: #ffa500;
    text-decoration: underline;
}
footer {
    background: #141313;
    color: #fff;
    margin-top: 2%;
}
.footer-text {
    font-size: 87.50%;
    text-align: center;
    padding: 1%;
}
.footer-text a {
    color: #fff;
    text-decoration: none;
}
.footer-text a:hover {
    color: #ffa500;
    text-decoration: underline;
}
.rtspace {
    margin-right: 2%;
}
.google-maps {
    position: relative;
    padding-bottom: 95%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
/* navigation styles */
 .navbar {
  padding-bottom: 10px;
}

.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links {
  text-decoration: none;
  color: #fff;
}

.main-nav li {
  text-align: center;
  margin: 15px auto;
}

.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

.active {
  display: block;
}