/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  background-color: #374047;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.hero-image {
  overflow: hidden;
  height: 300px;
  width: 100%;
  background: url(../assets/banner.png) no-repeat center 0;
  background-size: cover;
  z-index: -1;
  border-bottom: 4px solid #282830;
}

.disclaimer {
  position: fixed;
  bottom: 12px;
  right: 12px;
  font-family: "Bangers", cursive;
  color: #FEC606;
}
@media (max-width: 1072px) {
  .disclaimer {
    position: initial;
    margin: 12px;
    display: block;
  }
}

.navigation {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: #FEC606;
  font-family: "Bangers", cursive;
  font-size: 20px;
  border-bottom: 4px solid #282830;
  z-index: 1;
  top: 0;
}
.navigation a {
  text-decoration: none;
  color: #282830;
}
.navigation a:hover {
  background-color: #282830;
  color: #FFFFF7;
}
.navigation__item {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: inline-block;
}
.navigation__item--invalid {
  opacity: 0.4;
}
.navigation__item--invalid a {
  cursor: default;
}
.navigation__item--invalid a:hover {
  background-color: inherit;
  color: initial;
}

.logo {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 250px;
  width: 30%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.content {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 10%;
  background-color: #FFFFF7;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-right: 7px solid #FEC606;
}
.content__banner {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
  border: 4px solid #282830;
}
.content h2 {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "Bangers", cursive;
  font-size: 2rem;
  text-align: center;
}
.content h2 :last-child {
  padding-left: 3rem;
}
.content h2 :first-child {
  padding-right: 3rem;
}
.content h2 a {
  text-decoration: none;
  color: #282830;
  transition: 3s ease-in color, 3s ease-in transform;
}
.content h2 a:hover {
  text-decoration: underline;
  color: #FEC606;
}
.content p {
  padding: 12px 4rem;
  text-align: justify;
  line-height: 1.4;
}
.content strong {
  font-weight: 900;
}
.content em {
  font-size: 3rem;
}
.content table {
  margin: 12px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  background-color: #FFFFF7;
  font-family: "Open Sans", sans-serif;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #282830;
  font-size: 16px;
}
@media (max-width: 600px), (max-device-width: 600px) {
  .content table {
    font-size: 12px;
  }
}
.content table:last-child {
  font-weight: 900;
}
.content table:last-child th {
  font-weight: 300;
}
.content table:last-child td:first-child {
  font-weight: 300;
}
.content th {
  font-family: "Bangers", cursive;
  padding: 12px;
  background-color: #FEC606;
  font-size: 20px;
}
.content td {
  padding: 12px;
}
.content td:first-child {
  font-family: "Bangers", cursive;
  font-size: 16px;
}
.content td:last-child {
  font-weight: 900;
}
.content--contacts {
  text-align: center;
}
@media (max-width: 600px) {
  .content {
    margin-top: 100px;
  }
}

a.button-1 {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  box-sizing: border-box;
  color: rgb(94, 53, 177);
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 32px;
  justify-content: flex-start;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 0px 12px;
}

a.button-1:active {
  outline: 0;
}

a.button-1:hover {
  outline: 0;
}

a.button-1 span {
  transition: all 0ms;
}

a.button-1:hover span {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  a.button-1 {
    font-size: 15px;
    height: 50px;
  }
  a.button-1 span {
    line-height: 50px;
  }
}
/* CSS */
.button-75 {
  align-items: center;
  background-image: linear-gradient(0deg, #64759D 0%, #826092 40%, #E39986 100%);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #8afe66 !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Codec cold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: 0.4px;
  line-height: 1;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-75:active {
  outline: 0;
}

.button-75:hover {
  outline: 0;
}

.button-75 span {
  transition: all 200ms;
}

.button-75:hover span {
  transform: scale(0.9);
  color: #fc6565;
  opacity: 0.75;
}

.rounded-container {
  margin: 12px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  width: 60px;
  height: 60px;
  background-color: #FEC606;
  border: 4px solid #282830;
  z-index: 0;
  display: inline-block;
  border-radius: 50%;
  overflow: auto;
}
.rounded-container:hover {
  transform: scale(3, 3);
  z-index: 1;
}
.rounded-container:hover .rounded-image {
  filter: none;
}

.rounded-image {
  z-index: -1;
  filter: sepia() saturate(4);
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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