/* No file found for /css/_fonts.css */@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: "Work Sans", Helvectia, Arial, sans-serif;
  src: url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;500;700&display=swap);
}
@font-face {
  font-family: "Roboto Mono", Courier, monospace;
  src: url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;400;500&display=swap);
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  background-color: #a7dac5;
  color: #fff;
}
::selection {
  background-color: #a7dac5;
  color: #fff;
}
html {
  font-family: "Work Sans", Helvectia, Arial, sans-serif;
  font-size: 100%;
  background-color: #fff;
}
header {
  max-width: 1250px;
  margin: 0 auto;
}
body {
  color: #666b7a;
}
#hide {
  display: none;
}
.logo {
  width: 4em;
  height: 4em;
  float: left;
  margin-left: 20px;
}
.gradient {
  background-image: linear-gradient(0deg, #d7f2ff 0, #fff 100%);
}
.gradient.contact {
  height: 55vh;
}
.index-hero {
  max-width: 80%;
}
.grid {
  max-width: 960px;
  margin: 30px auto 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}
.hero {
  max-width: 700px;
  margin: 120px auto 0 auto;
}
.hero img {
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.4);
  width: 100%;
  border-radius: 5px;
}
.circ-art {
  display: flex;
  height: 0vh;
  align-items: center;
  justify-content: center;
  -webkit-animation-name: group;
  animation-name: group;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: translatey(-120px) rotate(0);
}
@-webkit-keyframes group {
  100% {
    transform: translatey(-120px) rotate(360deg);
  }
}
@keyframes group {
  100% {
    transform: translatey(-120px) rotate(360deg);
  }
}
.circle1 {
  width: 70px;
  height: 70px;
  opacity: 0.5;
  transform: rotate(0);
  border-radius: 100%;
  background-color: rgba(167, 185, 218, 0.4);
  -webkit-animation-name: cir1;
  animation-name: cir1;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: center 0;
}
.circle2 {
  width: 40px;
  height: 40px;
  transform: translate(10px, 10px) rotate(0);
  border-radius: 100%;
  background-color: rgba(167, 185, 218, 0.4);
  opacity: 0.6;
  -webkit-animation-name: cir2;
  animation-name: cir2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: center 0;
}
@-webkit-keyframes cir2 {
  100% {
    transform: translate(10px, 10px) rotate(360deg);
  }
}
@keyframes cir2 {
  100% {
    transform: translate(10px, 10px) rotate(360deg);
  }
}
.circle3 {
  width: 15px;
  height: 15px;
  transform: translate(10px, -75px) rotate(0);
  border-radius: 100%;
  opacity: 0.3;
  background-color: rgba(167, 185, 218, 0.4);
  -webkit-animation-name: cir3;
  animation-name: cir3;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: center 15px;
}
@-webkit-keyframes cir3 {
  100% {
    transform: translate(10px, -75px) rotate(360deg);
  }
}
@keyframes cir3 {
  100% {
    transform: translate(10px, -75px) rotate(360deg);
  }
}
.circle4 {
  width: 10px;
  height: 10px;
  transform: translate(10px, -35px) rotate(0);
  border-radius: 100%;
  background-color: rgba(167, 185, 218, 0.4);
  opacity: 0.6;
  -webkit-animation-name: cir4;
  animation-name: cir4;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: center 10px;
}
.circle5 {
  width: 5px;
  height: 5px;
  transform: translate(0, -10px) rotate(0);
  border-radius: 100%;
  background-color: rgba(167, 185, 218, 0.4);
  opacity: 0.5;
  -webkit-animation-name: cir5;
  animation-name: cir5;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: left -20px;
}
@-webkit-keyframes cir5 {
  100% {
    transform: translate(0, -10px) rotate(360deg);
  }
}
@keyframes cir5 {
  100% {
    transform: translate(0, -10px) rotate(360deg);
  }
}
.bold {
  font-family: "Roboto Mono", Courier, monospace;
  font-weight: 400;
  color: #729eb3;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.index-hero {
  margin: 100px auto 80px auto;
  padding-top: 150px;
  padding-bottom: 200px;
}
.index-hero h1 {
  text-align: center;
  font-weight: 300;
  font-size: 42px;
  max-width: 680px;
  margin: 0 auto;
}
.highlight {
  color: #a7dac5;
}
h2 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  background-color: #5e6d7c;
  margin: 40px 0 6px 0;
  padding: 6px 18px;
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.3);
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
h4 {
  font-family: "Roboto Mono", Courier, monospace;
  font-weight: 400;
  color: #5e6d7c;
  text-align: center;
  text-transform: uppercase;
}
.gallery-mid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 100px;
  max-width: 1180px;
  margin: 0 auto;
}
.gallery-mid2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 990px;
}
.gallery-mid3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 30px;
  max-width: 1180px;
  margin: 0 auto;
}
.imgCapt img {
  float: left;
  max-width: 450px;
  margin-bottom: 8px;
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.3);
  border-radius: 5px;
}

#portrait {
  max-height: 305px;
}

.emailWidth {
  max-width: 375px;
}
.mobile375 img {
  max-width: 300px;
}
.height250 img {
  max-height: 250px;
}
.vert img {
  width: 190px;
}
.imgCapt {
  margin: 20px 30px;
}
.box {
  width: 500px;
  height: 300px;
  float: left;
  background-color: #666b7a;
  margin-right: 20px;
  margin-top: -20px;
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.3);
}
.fullbleed {
  background: #5e6d7c;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.fullbleedVideo {
  background: #5e6d7c;
  padding: 100px 0;
    
  }
  .DeskVideo {
  padding:56.25% 0 0 0;
  position:relative;
  max-width: 80%;
  margin: auto;
  
  }
  
  .iframes {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }
  

#fullbleed2 {
  background-image: linear-gradient(16deg, #5ba6cb 0, #88d8b7 100%);
}
.fullbleed img {
  max-height: none;
  margin: 70px 20px 8px 20px;
  box-shadow: 0 10px 20px 0 rgba(5, 15, 35, 0.3);
  width: 100%;
  max-width: 950px;
  border-radius: 5px;
}
#dropshadow {
  box-shadow: 0 10px 20px 0 rgba(5, 15, 35, 0.3);
}
figcaption {
  font-size: 12px;
}
.figWhite {
  color: #fff;
  margin-left: 20px;
}
.text {
  max-width: 500px;
  width: 50vw;
  display: block;
  margin: 40px auto;
}
p a:link {
  color: #666b7a;
  text-decoration: underline;
}
p a:hover {
  color: #86bfa8;
  text-decoration: none;
}
p a:visited {
  color: #666b7a;
}
p a:visited:hover {
  color: #86bfa8;
}
h5 {
  font-family: "Roboto Mono", Courier, monospace, Courier, monospace;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
/* .items {
  overflow: hidden;
  width: 300px;
  height: 200px;
  text-align: center;
  margin: 10px;
  background-color: #729eb3;
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.3);
  border-radius: 5px;
} */

.items {
  overflow: hidden;
  width: 300px;
  height: 200px;
  text-align: center;
  margin: 10px;
  background-color: #729eb3;
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.3);
  border-radius: 5px;
  display: none; /* Hidden by default for the nav filter script to work */
}

/* this gets added to via js */
.show {
  display: block;
}

#myBtnContainer {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5em 1em 0.3em 1em;
  color: #5e6d7c;
  justify-content: center;
}

.btn {
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 0em 1em 0.3em 1em;
  color: #5e6d7c;
  font-family: "Work Sans", Helvectia, Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 7px 20px 0 rgba(167, 185, 218, 0.4);
  
}

.btn:hover {
  background-color: #b1c8d4;
}

/* this is only for nav filters buttons */
.active {
  background-color: #d3e2e9;

}


.items h3 {
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s;
  font-family: "Roboto Mono", Courier, monospace;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 5.5rem 0;
  color: #fff;
  width: 300px;
  pointer-events: none;
  
}
.items:hover h3 {
  opacity: 1;
}
.items img {
  width: 100%;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.items img:hover {
  opacity: 0.05;
  transform: scale(1.05);
}
.nav {
  list-style: none;
  margin: 20px 20px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
.nav a {
  text-decoration: none;
  display: inline-block;
  margin: 1em 1em 0.3em 1em;
  color: #5e6d7c;
  font-family: "Work Sans", Helvectia, Arial, sans-serif;
}
.selected a {
  border-bottom: 2px solid #a7dac5;
  padding-bottom: 3px;
}
.nav a:hover {
  border-bottom: 2px solid #505050;
  padding-bottom: 3px;
  transition: 0.3s;
}
.cta {
  width: 100%;
  background-image: linear-gradient(54deg, #d7f2ffb5 0, #fff 100%);
  height: 12rem;
  overflow: hidden;
  margin: 0 17% 0 auto;
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.4);
}
.cta-text {
  position: relative;
  z-index: 1;
  max-width: 500px;
  width: 50vw;
  display: block;
  margin: 40px auto 40px 60%;
}
.cta h6 {
  font-size: 1.5em;
  color: #666b7a;
  font-weight: 300;
  margin: 1rem 0 0.7rem 0;
}
.group2 {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  -webkit-animation-name: group2;
  animation-name: group2;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: translate(-40px, 80px) rotate(0);
}
@-webkit-keyframes group2 {
  100% {
    transform: translate(-40px, 80px) rotate(360deg);
  }
}
@keyframes group2 {
  100% {
    transform: translate(-40px, 80px) rotate(360deg);
  }
}
.dot1 {
  width: 3rem;
  height: 3rem;
  opacity: 0.2;
  border-radius: 2rem;
  background-color: #add8e6;
  -webkit-animation-name: dot1;
  animation-name: dot1;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform: translatex(-50px);
}
@-webkit-keyframes dot1 {
  50% {
    transform: translatex(50px);
  }
}
@keyframes dot1 {
  50% {
    transform: translatex(50px);
  }
}
.dot2 {
  width: 1rem;
  height: 1rem;
  border-radius: 3rem;
  opacity: 0.2;
  background-color: #add8e6;
  -webkit-animation-name: dot2;
  animation-name: dot2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform: translatey(-40px);
}
@-webkit-keyframes dot2 {
  50% {
    transform: translatey(40px);
  }
}
@keyframes dot2 {
  50% {
    transform: translatey(40px);
  }
}
.dot3 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 3rem;
  opacity: 0.3;
  background-color: #add8e6;
  -webkit-animation-name: dot3;
  animation-name: dot3;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform: translatex(-80px);
}
@-webkit-keyframes dot3 {
  50% {
    transform: translatex(80px);
  }
}
@keyframes dot3 {
  50% {
    transform: translatex(80px);
  }
}
.dot4 {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 3rem;
  opacity: 0.3;
  background-color: #add8e6;
  -webkit-animation-name: dot4;
  animation-name: dot4;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform: translate(-60px, 50px);
}
@-webkit-keyframes dot4 {
  50% {
    transform: translate(60px, -50px);
  }
}
@keyframes dot4 {
  50% {
    transform: translate(60px, -50px);
  }
}
.dot5 {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 3rem;
  opacity: 0.3;
  background-color: #add8e6;
  -webkit-animation-name: dot5;
  animation-name: dot5;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform: translate(-70px, 80px);
}
@-webkit-keyframes dot5 {
  50% {
    transform: translate(70px, -80px);
  }
}
@keyframes dot5 {
  50% {
    transform: translate(70px, -80px);
  }
}
.button {
  background-image: linear-gradient(16deg, #5ba6cb 0, #88d8b7 100%);
  box-shadow: 0 2px 2px 0 rgba(17, 64, 87, 0.1),
    0 10px 20px 0 rgba(3, 48, 29, 0.09);
  font-family: "Work Sans", Helvectia, Arial, sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 1px;
  color: #fff;
  padding: 1rem 2em;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
  transition-duration: 0.3s;
  margin: 0 auto;
  width: 30%;
  max-width: 18em;
  min-width: 13em;
  border-style: none;
}
.button:hover {
  transform: scale(1.07, 1.07);
}
.button:active {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
footer {
  padding: 25px;
  background-image: linear-gradient(225deg, #a0a9b2 0, #5e6d7c 100%);
  color: #fff;
  height: 20rem;
}
.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
}
.footer-nav {
  list-style: none;
  float: left;
  margin: -0.1em 2em 0 0;
  text-align: right;
  color: #fff;
  border-right: 1px solid;
  padding-right: 3em;
}
.footer-nav a:hover {
  border-bottom: 2px solid #a7dac5;
  padding-bottom: 2px;
  transition: padding-bottom 0.3s;
  padding-left: initial;
}
.footer-nav * {
  margin-bottom: 0.5rem;
  padding-top: 0.2rem;
  transform: translateY(2px);
}
footer span {
  color: #fff;
  font-weight: 500;
}
#copyright {
  max-width: 940px;
  margin: 0 auto;
  font-size: 0.7rem;
  text-align: left;
}
.ext-links {
  display: flex;
  align-items: center;
}
footer p {
  padding-top: 2px;
}
.ext-links a {
  padding-left: 1.2rem;
  text-decoration: none;
  color: #fff;
}
.ext-links img {
  transition: transform 0.2s, filter 0.2s ease-in-out;
  width: 2rem;
  transform: translateY(-3px);
}
.ext-links img:hover {
  filter: brightness(95%);
  transform: scale(1.2);
}
.email-list {
  text-align: left;
  display: inline-block;
  margin: 3.75rem 1.2em 3.75rem 0;
}
.email-list h6 {
  font-size: 1.3em;
  color: #fff;
  font-weight: 500;
  margin: initial;
}
.email-list p {
  margin: 0 0 0.8rem 0;
}
label {
  color: #7e8a9a;
  margin-bottom: 0.25em;
}
#bd-email {
  color: #666b7a;
  height: 2.5rem;
  width: 18em;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  border-style: none;
  padding-left: 1em;
}
.email-list .button {
  display: list-item;
  width: 20em;
  height: 2.5rem;
  max-width: initial;
  margin: initial;
  padding: initial;
}
#buttondown {
  font-size: 0.7rem;
  text-decoration: none;
}
.rule {
  display: none;
  border: 1px solid #fff;
  margin: 90px auto;
  max-width: 450px;
}
.mobile {
  display: none;
}
.gumroad-button {
  display: none;
}
.cards {
  float: left;
  width: 340px;
  min-height: 260px;
  margin: 20px;
  padding: 15px 30px;
  box-shadow: 0 10px 20px 0 rgba(167, 185, 218, 0.3);
  border-radius: 5px;
  background-color: #fff;
  font-family: "Roboto Mono", Courier, monospace;
  font-weight: 400;
  color: #5e6d7c;
  text-align: left;
  font-size: 13px;
  line-height: 1.5em;
}
.cards h3 {
  margin-bottom: -0.6em;
}
.cards ul {
  padding-left: 0;
}
.cards li {
  list-style: none;
}
.cards li:before {
  content: "·";
  font-size: 2em;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  
.btn {
display: none;  
margin: 0em 1em 2em 1em;
}

  .cta-text {
    text-align: center;
    margin: 30px auto;
  }
  .imgCapt img {
    width: 100%;
  }

  #portrait {
    max-height: 100%;
  }
  .items h3 {
    margin: 2.7rem auto;
    width: 40.5%;
    font-size: 0.7rem;
  }

  .figWhite {
    color: #fff;
    margin: 0px 0px 45px 0px;
  }
  .group2 {
    transform: translate(-40px, 30px) rotate(0);
  }
  @-webkit-keyframes group2 {
    100% {
      transform: translate(-40px, 30px) rotate(360deg);
    }
  }
  @keyframes group2 {
    100% {
      transform: translate(-40px, 30px) rotate(360deg);
    }
  }
}
@media only screen and (max-width: 800px) {
  .footer-content {
    flex-direction: column;
  }
  footer {
    height: initial;
  }
  .ext-links {
    transform: translateX(-12%);
  }
  #copyright {
    margin: 3rem auto 0 auto;
    text-align: center;
  }

  .fullbleed {
    padding: 60px 0 0 0;
  }
  .email-list {
    margin: 3.75rem auto;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .logo {
    width: 3em;
    height: 3em;
    float: left;
  }
  .nav a {
    margin: 1em 0 0.3em 1.5em;
  }

  .DeskVideo {
    display: none;
  }

  .desk {
    display: none;
    /* padding:30% 0 0 0;
    position:relative; */
  }
  .mobile {
    display: initial;
    width: 100vw;
  }
  .hero h2 {
    background-color: initial;
    border-radius: initial;
    box-shadow: initial;
    text-align: left;
    border-bottom: 2px solid #729eb3;
    color: #666b7a;
    margin-top: 10px;
    padding: 0;
    font-weight: 400;
  }
  .circ-art {
    -webkit-animation-name: group;
    animation-name: group;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform: translatey(-90px) rotate(0);
  }
  @-webkit-keyframes group {
    100% {
      transform: translatey(-90px) rotate(360deg);
    }
  }
  @keyframes group {
    100% {
      transform: translatey(-90px) rotate(360deg);
    }
  }
  .hero {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .fullbleed img {
    width: 97vw;
    margin: 0 auto 12px auto;
    border-radius: 0;
  }
  .text {
    margin: 10px auto;
    width: 90vw;
  }
  .imgCapt {
    margin: 12px 25px;
  }
  .index-hero {
    padding-top: 10px;
    transform: translateY(100px);
  }
  .index-hero h1 {
    padding: 20px 0 10px 0;
  }
  .hero img {
    border-radius: 0;
  }
  .gallery-mid {
    padding-bottom: 30px;
  }
  .gallery-mid img {
    max-width: 80vw;
  }
  .items {
    width: 150px;
    height: 100px;
  }
  .rule {
    width: 50vw;
    margin: 2rem auto;
  }
  .ext-links {
    display: flex;
    margin-top: 8px;
  }
  .ext-links a {
    padding: initial;
  }
  .vert img {
    width: 33vw;
  }
  .cta-text h6 {
    font-size: 1.1rem;
    margin: 0.7rem -2em;
    font-weight: 400;
  }
  .button {
    width: 50vw;
    min-width: 10em;
  }
  .social {
    display: flex;
    align-items: center;
    margin: 1rem auto;
  }
  .social img {
    width: 2.5rem;
    margin: 0 1rem;
  }
  .email-list {
    margin: 3.75rem auto 2rem auto;
  }
  .ext-links {
    transform: translateX(0);
    display: flex;
    flex-flow: wrap;
    margin-top: 8px;
    margin: 1rem auto;
    font-size: 1.4rem;
  }
  .footer-nav {
    margin: 1rem auto 2.3rem auto;
    text-align: center;
    color: #fff;
    border: initial;
    padding: 0;
    width: 50vw;
  }
  #copyright {
    margin: 0rem auto 0 auto;
  }
  .emailWidth img {
    width: 375px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 0.9rem;
  }
  .bold {
    font-size: 0.7rem;
    font-weight: 500;
  }
  .items {
    width: 130px;
    height: 86px;
  }
  .emailWidth img {
    width: 375px;
  }
}
/*# sourceMappingURL=input.css.map */
