/* --- general styles --- */
* {
  box-sizing: border-box;
}

html, body {
  color: #3F3F3F;
  background-color: white;
  font: 400 100%/125% Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}

body {
  min-width: 320px;
}

h1 {
  font: normal 3.1rem/3.2rem Helvetica, Arial, sans-serif;
  letter-spacing: -2.5px;
  margin: 15px 0 0;
}

h2 {
  font: normal 1.75rem/2.5rem Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 15px 0 0;
}

h3 {
  font: normal 1.25rem/1.35rem Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  margin: 15px 0 0;
}

h5 {
  font: normal 1.2rem/1.25rem Helvetica, Arial, sans-serif;
  font-variant: normal;
  letter-spacing: 0;
  margin: 25px 0 0;
}

p, li {
  font: 1rem/1.25rem Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  margin: 15px 0 0;
}

:focus {
  outline: 1px dotted rgb(36, 36, 36);
}

a, a:active, a:link, a:visited {
  color: #81B31C;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

a, a:active {
  color: #81B31C;
}

a:hover, a:focus {
  outline: 0;
  color: #AEEC2F;
  text-decoration: underline;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

select {
  background-color: #F2FFD7;
  background-image: url("/images/select-triangle.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.75em auto, 100%;
  font: 0.88em Helvetica, Arial, sans-serif;
  padding: 10px 35px 10px 10px;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
}

input, textarea {
  font: 0.88em Verdana, sans-serif;
  margin: 16px 0 0;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #CFCFCF;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

textarea {
  resize: vertical;
}

input:focus, textarea:focus {
  outline: 0;
  border: 1px solid #81B31C;
}

textarea {
  vertical-align: top;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CFCFCF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CFCFCF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #CFCFCF;
}

.button, input[type=submit] {
  display: inline-block;
  background: #81B31C;
  color: white !important;
  font-size: 1.25em;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  border: none;
}

.button:hover, input[type=submit]:hover, .button:focus, input[type=submit]:focus {
  background: #AEEC2F;
  text-decoration: none;
}

.error {
  font-weight: bold;
  font-size: 90%;
  color: red;
  padding: 0;
  margin: 0 0 -10px;
}

ul {
  list-style: square;
}

ul.none {
  list-style: none;
}

li {
  margin: 15px 0 0 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

em, cite {
  font-style: italic;
}

.big {
  font-size: 125%;
  line-height: 120%;
}

.small {
  font-size: 75%;
}

.grow {
  font-size: 115%;
}

.shrink {
  font-size: 85%;
}

.tiny {
  font-size: 56%;
}

.hide {
  display: none;
}

.noshow {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.aligntop {
  vertical-align: top;
}

.alignbottom {
  vertical-align: bottom;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

.extraspace {
  margin-top: 20px;
  margin-bottom: 20px;
}

.spacer {
  height: 0;
  width: 10px;
}

.indent {
  text-indent: 1.5em;
}

.middle {
  vertical-align: middle;
}

.baseline {
  vertical-align: baseline;
}

.bottom {
  vertical-align: bottom;
}

.link {
  cursor: pointer;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

/* --- containers --- */
div, table, th, td, img {
  padding: 0;
  border-width: 0;
  margin: 0;
}

table {
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, mark, nav, section, summary, time {
  display: block;
  width: 100%;
}

form {
  margin: 25px 0 0;
}

input.half {
  width: 49%;
}

iframe {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

#container {
  position: relative;
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5%;
}

main {
  max-width: 1000px;
  margin: 3vh auto 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

main::after {
  content: "";
  clear: both;
  display: table;
}

/* --- main --- */
.cover_image {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeIn 2s; /* Safari, Chrome and Opera > 12.1 */
  animation: fadeIn 2s;
  width: 1000px;
}

/* -- fadeIn -- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --- modals --- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.modal.change {
  opacity: 1;
}

.light_modal {
  position: absolute;
  top: 10vh;
  left: 25%;
  background-color: white;
  width: 50%;
  margin: 0;
  padding: 15px 5% 35px;
  border-radius: 7px;
  overflow: auto;
}

.popup_close_btn {
  display: block;
  text-align: center;
}

/* --- for all mobile devices --- */
@media screen and (max-width: 799.98px) {
  .light_modal {
    left: 15%;
    width: 70%;
  }
}
/* --- for most phones --- */
@media screen and (max-width: 568.98px) {
  .light_modal {
    top: 0;
    left: 0;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
  }
}
/* --- header --- */
header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

#header_title {
  font-size: 5rem;
  line-height: 5rem;
  margin-top: 3.35vh;
}

#title_track {
  letter-spacing: 2px;
}

#header_subtitle {
  font-size: 1.6rem;
  line-height: 2rem;
}

/* --- for most phones --- */
@media screen and (max-width: 568.98px) {
  #header_title {
    font-size: 4.25rem;
    line-height: 4.25rem;
  }
}
/* --- footer --- */
footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 2% 5vh;
}

.cover_contact {
  text-align: left;
}

.cover_attribution {
  text-align: right;
}

.cover_attribution p {
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: 1rem;
}

/* --- for most phones --- */
@media screen and (max-width: 568.98px) {
  footer {
    flex-direction: column-reverse;
  }
  .cover_contact, .cover_attribution {
    text-align: center;
  }
  .cover_contact {
    margin-top: 1vh;
  }
  .cover_contact h5, .cover_attribution h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .cover_attribution p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*# sourceMappingURL=main.css.map */