/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Users/elliotrogers/.gem/ruby/2.7.4/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/screen.scss */
html {
  height: 100%;
}

/* line 21, ../sass/screen.scss */
body {
  background: #529998;
  background: linear-gradient(180deg, #284b4b 0%, #529998 100%);
  background-attachment: fixed;
  font-family: raleway, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d6f4f3;
  height: 100%;
}

/* line 32, ../sass/screen.scss */
a {
  color: #d6f4f3;
  text-decoration: underline;
}
/* line 36, ../sass/screen.scss */
a:hover {
  color: #fff;
}

/* line 43, ../sass/screen.scss */
#world {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 49, ../sass/screen.scss */
#mainHeader {
  background: #fff;
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  z-index: 100;
  color: #222;
  flex-wrap: wrap;
}
/* line 62, ../sass/screen.scss */
#mainHeader h1 {
  display: inline-block;
  margin: 0.4em;
  font-size: 40px;
  font-weight: 300;
  display: flex;
  cursor: default;
  flex-wrap: wrap;
  height: 1em;
}
/* line 74, ../sass/screen.scss */
#mainHeader nav {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
/* line 80, ../sass/screen.scss */
#mainHeader a {
  text-decoration: none;
  color: #222;
  background: #fff;
  display: flex;
  flex-grow: 0;
  height: 2em;
}
/* line 89, ../sass/screen.scss */
#mainHeader a:hover, #mainHeader a.active {
  text-decoration: underline;
  color: #222;
}
/* line 93, ../sass/screen.scss */
#mainHeader a:visited, #mainHeader a:active {
  color: #222;
}

/* line 99, ../sass/screen.scss */
#mainNav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 104, ../sass/screen.scss */
#mainNav ul, #mainNav li {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
}
/* line 111, ../sass/screen.scss */
#mainNav a {
  display: flex;
  padding: 0.5em 1em;
  align-items: center;
}
/* line 117, ../sass/screen.scss */
#mainNav li:last-child a {
  padding-right: 2em;
}

@media only screen and (max-width: 650px) {
  /* line 123, ../sass/screen.scss */
  #mainNav a {
    height: 1.5em;
  }
}
/* line 128, ../sass/screen.scss */
#mainFooter {
  color: #ffffffaa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  flex-grow: 0;
  font-size: 12px;
}
/* line 138, ../sass/screen.scss */
#mainFooter a {
  color: #ffffffaa;
}
/* line 141, ../sass/screen.scss */
#mainFooter a:visited, #mainFooter a:active {
  color: #ffffffaa;
}
/* line 145, ../sass/screen.scss */
#mainFooter a:hover {
  color: #fff;
}

/* line 153, ../sass/screen.scss */
#content {
  display: block;
  margin: 0px auto;
  flex-direction: column;
  color: #d6f4f3;
  font-size: 18px;
}

/* line 169, ../sass/screen.scss */
.clear {
  clear: both;
}

/* line 173, ../sass/screen.scss */
#homePic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 179, ../sass/screen.scss */
h2.pageTitle {
  font-size: 36px;
  font-weight: 600;
}

/* line 184, ../sass/screen.scss */
a.button {
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #529998;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 2px 1em;
  text-decoration: none;
  font-weight: bold;
}
/* line 194, ../sass/screen.scss */
a.button:hover {
  border: 2px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
  background: #218985;
}

/* line 201, ../sass/screen.scss */
.buttonGroup {
  width: 100%;
  text-align: center;
}

/* line 213, ../sass/screen.scss */
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  padding: 1.5vw;
}

/* line 219, ../sass/screen.scss */
.grid-item {
  text-align: center;
  width: 16.16667vw;
  height: 16.16667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 227, ../sass/screen.scss */
.grid-item img {
  width: 13.16667vw;
  height: 13.16667vw;
  position: relative;
  z-index: 50;
  object-fit: cover;
  cursor: pointer;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(0, 0, 0, 0.7);
}
/* line 237, ../sass/screen.scss */
.grid-item img:hover {
  position: relative;
  z-index: 99;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.35);
  border: 8px solid #fff;
  margin: -8px;
}

@media only screen and (max-width: 850px) {
  /* line 253, ../sass/screen.scss */
  .grid-container {
    grid-template-columns: auto auto auto auto auto;
    padding: 1.5vw;
  }

  /* line 258, ../sass/screen.scss */
  .grid-item {
    width: 19.4vw;
    height: 19.4vw;
  }
  /* line 262, ../sass/screen.scss */
  .grid-item img {
    width: 16.4vw;
    height: 16.4vw;
  }
}
@media only screen and (max-width: 650px) {
  /* line 275, ../sass/screen.scss */
  .grid-container {
    grid-template-columns: auto auto auto auto;
    padding: 1.5vw;
  }

  /* line 280, ../sass/screen.scss */
  .grid-item {
    width: 24.25vw;
    height: 24.25vw;
  }
  /* line 284, ../sass/screen.scss */
  .grid-item img {
    width: 21.25vw;
    height: 21.25vw;
  }
}
/* line 293, ../sass/screen.scss */
#picView {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0px 0px 5px #000;
}
/* line 311, ../sass/screen.scss */
#picView img {
  display: flex;
  margin: 1em;
  box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.5);
  border: 2px solid #000;
  max-width: 96%;
}

/* line 324, ../sass/screen.scss */
#picOverlay {
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 336, ../sass/screen.scss */
#picOverlay a {
  display: flex;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
}
/* line 343, ../sass/screen.scss */
#picOverlay a.next:hover {
  background-image: url("../assets/arrow-next.png");
  background-position: right;
}
/* line 348, ../sass/screen.scss */
#picOverlay a.prev:hover {
  background-image: url("../assets/arrow-prev.png");
  background-position: left;
}

/* line 358, ../sass/screen.scss */
.videoList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin: auto;
}
/* line 365, ../sass/screen.scss */
.videoList li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em;
  background: black;
}

.videoList .videoTitle {
  background: black;
  max-width: 650px;
}

.videoList .videoTitle h2 {
  font-size: 120%;
  margin: 0.5em;
  color: #fff;
}

/* line 373, ../sass/screen.scss */
div.topVideo {
  display: flex;
  justify-content: center;
  margin: 2.5em;
  margin-bottom: 0em;
}

/* line 380, ../sass/screen.scss */
video {
  max-width: 100%;
  height: auto;
}

/* line 385, ../sass/screen.scss */
iframe {
  max-width: 100%;
}

/* line 389, ../sass/screen.scss */
audio {
  margin: 1em;
}

/* line 397, ../sass/screen.scss */
article.pagebody, div.pagebody {
  font-size: 20px;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 2.5em;
  padding: 1.5em;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
  max-width: 1200px;
  flex-basis: 1200px;
  display: block;
  align-self: center;
  text-align: justify;
}
/* line 418, ../sass/screen.scss */
article.pagebody h2, div.pagebody h2 {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #d6f4f3;
}
/* line 424, ../sass/screen.scss */
article.pagebody h3, div.pagebody h3 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 430, ../sass/screen.scss */
article.pagebody p, div.pagebody p {
  text-indent: 2em;
}

@media only screen and (max-width: 650px) {
  /* line 436, ../sass/screen.scss */
  article.pagebody, div.pagebody {
    font-size: 17px;
    margin: 2em;
  }
}
@media only screen and (max-width: 450px) {
  /* line 444, ../sass/screen.scss */
  article.pagebody, div.pagebody {
    font-size: 14px;
    margin: 1.5em;
  }
}
/* line 451, ../sass/screen.scss */
ul.resume {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  text-align: left;
}
/* line 457, ../sass/screen.scss */
ul.resume ul {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 462, ../sass/screen.scss */
ul.resume ul li {
  display: flex;
  width: 33%;
  justify-content: center;
}
/* line 467, ../sass/screen.scss */
ul.resume ul li:first-child {
  justify-content: left;
}

/* line 474, ../sass/screen.scss */
img.bioPic {
  float: right;
  border: 2px solid #000;
  margin: 1em;
  width: 25vw;
  max-width: 250px;
}

/* line 482, ../sass/screen.scss */
ul.store {
  display: grid;
  grid-template-columns: auto auto;
  margin: auto;
  text-align: center;
  justify-content: space-around;
}

/* line 490, ../sass/screen.scss */
ul.store li {
  display: flex;
  text-align: center;
  padding: 1em;
  width: 50%;
}

@media only screen and (max-width: 650px) {
  /* line 498, ../sass/screen.scss */
  ul.store {
    grid-template-columns: auto;
  }

  /* line 501, ../sass/screen.scss */
  ul.store li {
    padding: 0.5em;
  }
}
/* line 506, ../sass/screen.scss */
ul.store span.title {
  display: block;
  text-align: center;
  margin: auto;
}

/* line 512, ../sass/screen.scss */
ul.store img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/* line 516, ../sass/screen.scss */
ul.store a:hover img {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}

/* CONTACT FORM, LOGIN FORM */
/* line 522, ../sass/screen.scss */
.contact-form, .login-form {
  margin: 1em;
}

/* line 525, ../sass/screen.scss */
.contact-form .input, .login-form .input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  padding: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 533, ../sass/screen.scss */
.contact-form input, .contact-form select, .contact-form textarea, .login-form input {
  background-color: #e1f1f1aa;
  border: 2px solid #4e6262;
  font-size: 20px;
  padding: 5px;
  color: #4e6262;
  border-radius: 5px;
  font-family: marine, sans-serif;
  width: 100%;
}

/* line 543, ../sass/screen.scss */
.contact-form .firstName, .contact-form .lastName {
  width: 47.5%;
  display: flex;
  flex-grow: 0;
}

/* line 548, ../sass/screen.scss */
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .login-form input:focus {
  color: #344141;
  background-color: #f2fefe;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.35);
}

/* line 553, ../sass/screen.scss */
.contact-form .submit, .login-form .submit {
  text-align: center;
  margin-top: 0.5em;
}
/* line 557, ../sass/screen.scss */
.contact-form .submit input, .login-form .submit input {
  width: auto;
  cursor: pointer;
}
/* line 561, ../sass/screen.scss */
.contact-form .submit input:hover, .login-form .submit input:hover {
  background-color: #f2fefe;
}

/* line 566, ../sass/screen.scss */
.contact-form label, .login-form label {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #344141;
  margin: 0;
  padding: 0;
  margin-left: 0.75em;
}

/* line 575, ../sass/screen.scss */
.contact-form .g-recaptcha, .login-form .g-recaptcha {
  margin-left: 1em;
}

@media only screen and (max-width: 450px) {
  /* line 580, ../sass/screen.scss */
  .contact-form, .login-form {
    margin: 0px;
    margin-top: 0.5em;
  }

  /* line 584, ../sass/screen.scss */
  .contact-form .input, .login-form .input {
    padding: 0.5em;
  }

  /* line 587, ../sass/screen.scss */
  .contact-form input, .contact-form select, .contact-form textarea, .login-form input {
    font-size: 16px;
    padding: 3px;
  }

  /* line 591, ../sass/screen.scss */
  .contact-form label, .login-form label {
    font-size: 16px;
    margin-left: 0.5em;
  }
}
