/* CSS Document */

html {
    box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	color: white;
}

*, *::before, *::after {
  box-sizing: inherit;
}
    
body {
	margin: 0 auto;
	padding: 0;
	max-width: 80em;
	position: relative;
}

main {
	margin: 0;
}

header {
    position: fixed;
    top: 0;
	z-index: 1;
    max-width: 100%;
    width: 100%;
}

footer {
	z-index: 1;
	background-color: rgba(10, 40, 10, 0.8);
	gap: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.833333333em;
}

a {
  color: #B4DE5A; /* lime green hyperlinks */
}

/* li {
	list-style-type: none;
}*/

h1 {
	margin-block-start: 1.2em;
	font-weight: lighter;
	font-size: 2em;
	padding-top: 0%;
	letter-spacing: .1em;
}
h2 {
	margin: 0.5em 0 1em;
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.5em;
	letter-spacing: .05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h3 {
	margin: 1em 0 1em;
	font-weight: 100;
	letter-spacing: .05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h4 {
	margin: 0.5em 0 0.5em;
	font-size: 1.25em;
	font-weight: 100;
	line-height: 1.5em;
	letter-spacing: .05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

section h1:first-child, .FirstH1 {
	letter-spacing: .3em;
	text-transform: uppercase;
	margin-block-start: 0;
}

video {
	height: auto;
}

.hero {
    margin: 0;
	text-align: center;
	background-color: rgba(10, 40, 10, 0.75);
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.hero h1 {
	margin: 0 0 1pc;
	padding: 0;
	letter-spacing: 0;
	/*font-weight: lighter;*/
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero h2 {
	margin: 0.83em 0;
	padding: 0;
	font-weight: 100;
    font-size: 2.5em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

.hero h3 {
	margin: 1em 0;
    padding: 0;
	font-weight: 100;
	line-height: 1em;
	letter-spacing: 0;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

.hero h4 {
	margin: 1em 0;
    padding: 0;
	font-weight: 100;
	line-height: 1em;
	letter-spacing: .05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

.hero p {
	font-size: 1.1em;
}

.Caps {
	letter-spacing: .3em;
	text-transform: uppercase;
}

.Pop {
	color: hotpink;
	/* text-decoration: underline; */
}

/* Each of the main sections on a page */
.container {
    padding: 6em 0;
    margin: 16em 0 0;
	text-align: center;
	/* Opacity < 1 with higher alpha "knocks back" the text a little */
    opacity: 0.9;
	background-color: rgba(10, 40, 10, 0.85);
}

/* Use with container to follow previous with small gap */
.Follow {
  margin-top: 2em;
  padding-top: 1em;
}

/* Content within each container. Left-justified text and padding */
.content {
    margin: 2em 20px 0;
	text-align: left;
	font-size: 1.1em;
}

.VideoSec {
	margin: 2em 0 0;
    padding: 0;
	text-align: center;
	background-color: rgba(10, 40, 10, 0.75);
}

.VideoFrameWide {
    margin: 0;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    position: relative;
    overflow: hidden;
}

.VideoInFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex, .flexDense, .flexDate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	text-align: left;
}

.flex article {
    margin: 10px 20px;
}

.flex h2 {
	letter-spacing: 0.015;
	margin-bottom: 0.5em;
    /*text-align: center;*/
}

.flexDense {
	padding: 0 1em;
}

.flexDense article {
	flex: 15em 1;
}

.PicDescrip {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	text-align: left;
	align-items: center;
	justify-content: space-between;
	margin: 1em 0;
	grid-row-gap: 2em;
}

.PicDescrip p {
	margin: 1em 0 0;
}

.PicDescrip *:first-child {
	margin-top: 0;
}

.PicDescrip img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
    opacity: 0.85;
}

.PicDescrip div, .PicDescrip article {
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

.Photo {
    margin: 2em 0 0;
    max-width: min(35em, 100vw);
    object-fit: cover;
}

.CaptionAbove {
	margin: 2em 0 1em;
}

.NotPhoneNum {
	pointer-events: none;
}

.NotPhoneNum > a {
	text-decoration: none;
	color: inherit;
}

.PDF {
    margin: 2em 0 1em;
    width: 98%;
    height: auto;
    background-color: antiquewhite;
}

.ScreenShot {
    max-width: 98%;
    height: auto;
}

.JunctZoom {
    width: 300%;
    position: bottom center;
    object-fit: cover;
}

.Quote {
    text-align: left;
    margin: 2em 0 2em 2em;
}

.flex .Quote {
    text-align: left;
    margin: 1em 0;
	font-style: italic;
}

.BGImg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-image: url("../images/BackgroundResized.3000.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed; */ /* removed to support iOS */
    /*min-width: 1600px;*/
}

.site-nav {
    width: auto;
	position: relative;
	display: block !important;
	line-height: 1.8;
    /*background: linear-gradient(0deg, grey, white);*/
	z-index: 1;
    max-width: calc(80em - 0px);
	padding: 0;
    width: calc(100% - 0px);
	text-align: right;
	text-transform: uppercase;
}
.site-nav ul {
	list-style-type: none;
	margin: 0;
}
.site-nav ul li {
	display: inline-block;
    background-color: rgba(10, 40, 10, 0.8);
}
.site-nav ul li a {
	font-size: .85em;
	padding-bottom: .5em;
	text-decoration: underline;
	letter-spacing: .15em;
	color: white;
	transition: color 1s;
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid hotpink;
    color: hotpink;
	transition: color 1s;
	text-decoration: none;
}

/* Testing */

/* Timeline Container */
.Timeline {
  text-align: left;
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
  margin: 1pc auto;
}

/* Outer Layer with the timeline border */
.TimelineOuter {
  border-left: 2px solid antiquewhite;
}

/* Card container */
.TimelineCard {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 10px;
  background: #FAF9F3;
  color: darkslategray;
  border-radius: 8px;
}

/* Information about the timeline */
.TimelineInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Title of the card */
.TimelineTitle {
  font-weight: bold;
  color: hotpink;
  position: relative;
}

/* Timeline dot  */
.TimelineTitle::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FAF9F3;
  border-radius: 999px;
  left: -39px;
  top: 5px;
  border: 4px solid hotpink;
}

@media (min-width: 701px) {
video {
	width: calc(100% - 40px);
}
.site-nav ul li {
	margin-left: 3.5em;
}
.hero {
    padding: 1em;
}
.hero h1 {
    font-size: 5em;
}
.hero h2 {
	letter-spacing: .2em;
}
.hero h3 {
    font-size: 2em;
}
.flex article {
    flex: 40%;
}
.flexDate article {
	flex: calc(100% - 11em);
}
.flexDate article:nth-of-type(odd) {
	flex: 10em 1;
	text-align: right;
	padding-right: 0.5em;
}
.PicDescrip div {
	flex: 15em 0;
}
.PicDescrip article {
	flex: calc(100% - 16em) 0;
}
.Timeline {
  max-width: 50vw;
}
}

@media (max-width: 700px) {
video {
	width: 100%;
}
.site-nav ul li {
	margin-left: 0.25em;
}
.hero {
    padding: 3em 1em 1em;
}
.hero h1 {
    font-size: 3em;
}
.hero h2 {
	letter-spacing: 0;
}
.hero h3 {
    font-size: 1.2em;
}
.flex article {
    flex: 90%;
}
.flexDate article {
    flex: calc(100% - 40px);
    margin: 10px 20px;
}
.PicDescrip div, .PicDescrip article {
	flex: 100%;
}
.BGImg {
    background-attachment: fixed;
}
.Timeline {
  max-width: 92vw;
}
}

@supports not (-webkit-touch-callout: none) {
.BGImg {
    background-attachment: fixed;
}
}

@supports (-webkit-touch-callout: none) {
.BGImg {
    background-attachment: scroll;
}
}
