@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --accent-color: #006699;
  --action-color: #121929;
  --light-action: #1e2a44;
  --logo-dark: #edac46;
}
/*
Logo Colors
light:#f4de54
mid: #f2c44d
dark: #edac46
*/
* {
  padding: 0;
  margin: 0;
  font-family: Rubik;
  text-decoration: none;
}
a {
  color: white;
}
a:visited {
  color: white;
}
label {
  font-weight: lighter;
}
p {
  font-weight: lighter;
}
footer {
  background-color: var(--light-action);
  padding: 2em;
  padding-bottom: 4em;
}
hr {
  border: 1px solid lightgrey;
  margin: 4em 0;
}
input {
  border-radius: 0;
  border-style: solid;
  border-color: lightgrey;
  border-width: 1px;
  height: 2em;
}
.navlist {
  display: inline-block;
}
.navlist li {
  display: inline-block;
  color: white;
  margin: 1em;
  padding-right: 0.5em;
  margin-top: 50px;
}
.logo {
  height: 100px;
  width: auto;
  margin: 1em;
}
.skinny {
  padding: 100px 200px;
}
.doubler {
  display: grid;
  grid-row-gap: 25px;
  grid-template-columns: min-content min-content;
}
.button {
  display: block;
  color: white;
  padding: 1.25em;
  font-weight: 500;
  background-color: var(--action-color);
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
  margin-bottom: 1em;
  border: none;
  height: auto;
}
.boxtitle {
  text-align: center;
  color: var(--accent-color);
  font-size: 300%;
  margin: 0.5em;
}
.boxtext {
  padding: 0 3em;
}
.textpara {
  margin-bottom: 2em;
}
.halfImage {
  width: 35vw;
  height: auto;
  padding: 2.5em 0;
}
.halfbox {
  padding: 2.5em 0;
}
.fquote,
.ftext {
  display: block;
  text-align: center;
  color: white;
}

.fsocials {
  display: grid;
  grid-template-columns: 1fr repeat(3, min-content) 1fr;
  grid-column-gap: 2em;
  margin: 1em;
}
.soc {
  max-height: 3em;
}
.heroheader {
  height: 300px;
  background-size: cover;
}
.bigheading {
  font-size: 300%;
  color: var(--accent-color);
  text-align: center;
  padding: 1rem;
}
.medheading {
  font-size: 150%;
  color: var(--accent-color);
  text-align: center;
  padding: 1rem;
}
.baseheader {
  background-color: var(--action-color);
}
.formgrid {
  width: 40vw;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.formgrid input,
.formgrid textarea {
  margin-bottom: 1em;
}
.listtitle {
  font-size: 1.1em;
  text-decoration: underline;
  font-weight: normal;
  margin-left: 2em;
}
.servlist {
  padding: 0 2em;
  margin-left: 4em;
}
.servlist li {
  margin-top: 0.75em;
}
.tquote {
  text-align: center;
  line-height: 2;
  font-family: "Roboto Slab";
  font-weight: normal;
}
.qtitle {
  font-size: 2em;
  font-weight: 200;
  color: var(--accent-color);
}
.openingquote {
  font-size: 4em;
  color: var(--light-action);
  font-family: Times;
  text-align: center;
  margin: 0.25em;
}
.quotecaption {
  padding: 2em;
  display: block;
  color: var(--action-color);
  text-align: center;
  font-family: "Roboto Slab";
  font-weight: lighter;
}
/*nav dropdown stuff*/
.navdropdowncont {
  display: none;
  position: absolute;
  background-color: var(--action-color);
  z-index: 2;
  padding: 1em;
  padding-top: 0;
}
.navdropdown:hover .navdropdowncont {
  display: block;
}
.navdropdowncont a {
  display: block;
  margin-top: 1em;
  z-index: 2;
}
.navdropdowncont a:hover {
  color: var(--logo-dark);
}
.menu {
  display: none;
}
.circled {
  border-radius: 1.5em;
  border-color: white;
  border-style: solid;
  padding: 0.5em;
}
/*end dropdown*/
.large {
  height: 100vh;
}
.textpara.small {
  padding: 2em;
}
#mainheader {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  background-size: cover;
}
#mainhero {
  color: white;
  text-align: center;
  padding: 2.5em;
  font-size: 450%;
  position: relative;
  z-index: 1;
}
#abouthero {
  background-image: url("../assets/frontpic.png");
}
#topnav {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: min-content 1fr max-content;
  height: calc(100px + 2em);
}
#vidcut {
  display: block;
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: calc(100vh + 100px + 2em);
  overflow: hidden;
  top: calc(-100px - 2em);

  background-color: rgba(10, 10, 10, 0.5);
}
#bgvideo {
  min-height: 100vh;

  min-width: 100vw;
  display: block;
  position: absolute;
  z-index: -10;

  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;

  background-color: black;
}
@media screen and (max-width: 900px) {
  .halfImage {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .skinny {
    padding: 10vw 10vh;
  }
  .doubler {
    display: grid;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    max-width: 100vw;
  }
  .diss {
    display: none;
  }
  .navlist li:not(:first-child) {
    display: none;
  }
  .navlist.res {
    display: inline-block;
    background-color: var(--action-color);
    z-index: 2;
    min-height: 100vh;
    height: max-content;
    padding-bottom: 1em;
  }
  .navlist.res li {
    display: block;
    color: white;
    margin: 1em;
    margin-top: 25px;
    text-align: right;
  }
  .textpara,
  .boxtext {
    text-align: center;
  }
  .menu {
    display: block;
  }
  .navlist.res .menu {
    margin-left: 80%;
  }
  .navdropdowncont {
    display: none;
    position: relative;
    background-color: var(--accent-color);
    z-index: 2;
    margin-left: -1em;
    margin-right: -2em;
    width: 100%;
    padding: 1em;
    padding-top: 0.5em;
    padding-right: 1em;
  }
  .navdropdown .navdropdowncont {
    display: block;
  }
  .bigheading {
    font-size: 200%;
  }
  .formgrid {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  #topnav {
    z-index: 2;
  }
  #mainhero {
    color: white;
    text-align: center;
    padding: 1em;
    font-size: 300%;
  }
}
