/* Global Styles */

@font-face {
  font-family: "ISO";
  src: url("../fonts/ISOv0.6-Regular.eot");
  src:
  url("../fonts/ISOv0.6-Regular.woff") format("woff"),
  url("../fonts/ISOv0.6-Regular.otf") format("opentype"),
  url("../fonts/ISOv0.6-Regular.svg#filename") format("svg");
}

@font-face {
  font-family: "ISO-Light";
  src: url("../fonts/ISOv0.6-Light.eot");
  src:
  url("../fonts/ISOv0.6-Light.woff") format("woff"),
  url("../fonts/ISOv0.6-Light.otf") format("opentype"),
  url("../fonts/ISOv0.6-Light.svg#filename") format("svg");
}

@font-face {
  font-family: "ISO-Medium";
  src: url("../fonts/ISOv0.6-Medium.eot");
  src:
  url("../fonts/ISOv0.6-Medium.woff") format("woff"),
  url("../fonts/ISOv0.6-Medium.otf") format("opentype"),
  url("../fonts/ISOv0.6-Medium.svg#filename") format("svg");
}

@font-face {
  font-family: "magpie";
  src: url("../fonts/Magpie_Trial_Rg.eot");
  src:
  url("../fonts/Magpie_Trial_Rg.woff") format("woff"),
  url("../fonts/Magpie_Trial_Rg.otf") format("opentype"),
  url("../fonts/Magpie_Trial_Rg.svg#filename") format("svg");
}

body {
  background-color: #D6D6D6;
  max-height: 1400px;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

/* Header Nav Links */

.linknav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border: none;
  padding-bottom: 35px;
  padding-top: 20px;
}

.linknavMain {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  justify-content: space-between;
  flex-direction: row;
  border: none;
  padding-bottom: 35px;
  padding-top: 20px;
  top: 0;
}

.linkImage {
  width: 100%;
  transform: scale(1.5, 1.5);
  margin-top: -180px;
}

.linkImageLogo {
  width: 100%;
  transform: scale(1, 1);
  margin-top: -154px;
}

.linkImage1 {
  width: 100%;
  transform: scale(1.5, 1.5);
  margin-top: -180px;
}

.linkImage1:visited {
  text-decoration: none;
}

.linkImage1:link {
  text-decoration: none;
}
/*
.linkImage1:hover {
  content: url(../images/01-yellow.png);
}
*/
.linkImage1:active {
  text-decoration: none;
}

/* Link Navigation */

.linknav:visited {
  text-decoration: none;
  color: white;
}

.linknav:link {
  text-decoration: none;
  color: white;
}

.linknav:hover {
  text-decoration: none;
  color: black;
}

.linknav:active {
  text-decoration: none;
  color: white;
}

/* General Links */

a:visited {
  text-decoration: none;
  color: white;
}

a:link {
  text-decoration: none;
  color: white;
}

a:active {
  text-decoration: none;
  color: white;
}

/* Homepage */

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12%;
  padding-top: 183px;
}

.footerMain {
  text-align: center;
  font-weight: lighter;
}

.footerMainDescrip {
  font-size: 1em;
  font-family: ISO;
  font-weight: lighter;
  color: #FFFFFF;
  text-align: center;
  padding-top: 216px;
  padding-bottom: 8px;
}

.footerMainImage {
  display: flex;
  justify-content: center;
  width: 1%;
  height: 1%;
  padding-bottom: 40px;
  padding-top: 0px;
}

.myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; 
  z-index: -1;
}

.containerMain {
  background-color: #D6D6D6;
  min-width: 1260px;
  min-height: 554px;
  width:100%;
}

.aboutGridMain {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  justify-content: center;
  padding-top: 110px;
}

.scroll {
  scroll-behavior: smooth;
}

.footerOneMain {
  background-color: #D6D6D6;
  font-family: ISO-Light;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  width: 100%;
}

/* About */

.aboutGrid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  justify-content: center;
}

.aboutBody {
  font-family: ISO-Light;
  font-size: 1em;
  line-height: 22px;
  font-weight: lighter;
  padding-top: 50px;
  text-align: justify;
  background-color: #D6D6D6;
}

.aboutFlowerOnePic {
  height: 300px;
  width: 200px;
  padding-top: 50px;
  padding-left: 50px;
  background-color: #D6D6D6;
}

.aboutFlowerTwoPic {
  height: 300px;
  width: 100px;
  padding-top: 50px;
  padding-right: 50px;
  background-color: #D6D6D6;
}

.footerAboutPage {
  background-color: #D6D6D6;
  font-family: ISO-Light;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  width: 100%;
}

.greyLogoAbout {
  height: 22%;
  width: 8%;
  position: absolute;
  padding: 90px 80px 0px 80px;
}

.aboutAbout {
  padding: 100px 80px 35px 0px;
  font-family: ISO-Light;
  color: #939598;
}

.copyrightAbout {
  padding: 100px 80px 35px 40px;
  font-family: ISO-Light; 
  color: #939598;
  font-size: 12px;
}

.footerLinkAbout:hover {
  content: url(../images/artifacts-black-logo.png);
  height: 22%;
  width: 8%;
  position: absolute;
  padding: 90px 80px 0px 80px;
}

/* About Link */

.aboutLink:visited {
  text-decoration: none;
  color: #939598;
  font-weight: lighter;
}

.aboutLink:link {
  text-decoration: none;
  color: #939598;
  font-weight: lighter;
}

.aboutLink:hover {
  text-decoration: none;
  color: black;
  font-weight: lighter;
}

.aboutLink:active {
  text-decoration: none;
  color: #939598;
  font-weight: lighter;
}

/* Step One */

.flowerOne {
  position: fixed;
  background-position: top center;
  top: -190px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 800px;
  z-index: -1;
}

.infoOne {
  background-color: #D6D6D6;
  position: static;
  bottom:0;
  width:100%;
  height:575px;
  margin:0;
  padding:0;
  z-index: -1;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.leafOne {
  width: 420px;
  height: 420px;
  padding: 0px 100px 100px 160px;
}

.instruction {
  font-family: ISO-Light;
  font-size: 1em;
  text-align: justify;
  line-height: 22px;
  font-weight: lighter;
  padding: 20px 160px 100px 20px;
}

.header-container {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  justify-content: center;
}

.headerOne {
  font-family: magpie, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  padding-top: 30px;
  padding-left: 190px;
  padding-bottom: -50px;
}

.headerTwo {
  font-family: ISO;
  padding: 45px 180px 30px 255px;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-style: inset;
  border-width: .5px;
  border-color: black;
}

.footerOne {
  background-color: #D6D6D6;
  font-family: ISO-Light;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  width: 100%;
}

.greyLogo {
  height: 35%;
  width: 8%;
  position: absolute;
  padding: 35px 80px 0px 100px;
}

.about {
  padding: 40px 80px 35px 0px;
  font-family: ISO-Light;
  color: #939598;
}

.copyright {
  padding: 40px 80px 35px 300px;
  font-family: ISO-Light; 
  color: #939598;
  font-size: 12px;
}

.footerLink:hover {
  content: url(../images/artifacts-black-logo.png);
  height: 35%;
  width: 8%;
  position: absolute;
  padding: 35px 80px 0px 100px;
}

/* Step Two */

.flowerTwo {
  position: fixed;
  background-position: top center;
  top: -185px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 800px;
  z-index: -1;
}

.infoTwo {
  background-color: #D6D6D6;
  position: static;
  bottom:0;
  width:100%;
  height:575px;
  margin:0;
  padding:0;
  z-index: -1;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.leafTwo {
  transform: rotate(-10deg);
  width: 25%;
  height: 95%;
  padding: 0px 300px 0px 100px;
}

.instructionTwo {
  font-family: ISO-Light;
  font-size: 1em;
  text-align: justify;
  line-height: 22px;
  font-weight: lighter;
  padding: 20px 0px 0px 200px;
}

.listTwo {
  list-style-type: decimal;
  padding-left: 28px;
  text-align: justify;
}

/* Step Three */

.flowerThree {
  position: fixed;
  background-position: top center;
  right: 0;
  bottom: 0;
  top: -240px;
  min-width: 100%;
  height: 800px;
  z-index: -1;
}

.headerTwoThree {
  font-family: ISO;
  padding: 45px 180px 30px 240px;
}

.grid-containerThree {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  grid-gap: 40px;
}

.infoThree {
  background-color: #D6D6D6;
  position: static;
  bottom:0;
  width:100%;
  height:575px;
  margin:0;
  padding:0;
  z-index: -1;
}

.instructionThree {
  font-family: ISO-Light;
  font-size: 1em;
  text-align: justify;
  line-height: 22px;
  font-weight: lighter;
  padding: 20px 40px 0px 200px;
}

.columnTwo {
  font-family: ISO-Light;
  font-size: 1em;
  line-height: 22px;
  font-weight: lighter;
  padding: 130px 200px 0px 0px;
}

.leafContainerThree {
  background-color: #D6D6D6;
  width: 100%;
}

.leafThree {
  background-color: #D6D6D6;
  width: 290px;
  height: 100px;
  padding: 0px 525px 100px 0px;
}

.listThree {
  list-style-type: decimal;
  padding-left: 28px;
  text-align: justify;
}

.footerThree {
  background-color: #D6D6D6;
  font-family: ISO-Light;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  width: 100%;
  top: 1230px;
}

/* Step Four */

.headerTwoFour {
  font-family: ISO;
  padding: 45px 180px 30px 240px;
}

.instructionFour {
  font-family: ISO-Light;
  font-size: 1em;
  text-align: justify;
  line-height: 22px;
  font-weight: lighter;
  padding: 20px 180px 100px 60px;
}

.leafFour {
  width: 300px;
  height: 420px;
  padding: 0px 50px 100px 200px;
}

.listFour {
  list-style-type: decimal;
  padding-left: 28px;
  text-align: justify;
  line-height: 32px;
}

/* Step Four Links */

.linkStepFour:visited {
  text-decoration: none;
  color: black;
  font-weight: lighter;
}

.linkStepFour:link {
  text-decoration: none;
  color: black;
  font-weight: lighter;
}

.linkStepFour:hover {
  text-decoration: none;
  color: #939598;
  font-weight: lighter;
}

.linkStepFour:active {
  text-decoration: none;
  color: black;
  font-weight: lighter;
}

