/* 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; }

/********************************************** reset end *****************************************************/
@font-face {
  font-family: 'danger';
  src: url("danger/danger_diabolik-webfont.eot");
  src: url("danger/danger_diabolik-webfont.eot?#iefix") format("embedded-opentype"), url("danger/danger_diabolik-webfont.woff2") format("woff2"), url("danger/danger_diabolik-webfont.woff") format("woff"), url("danger/danger_diabolik-webfont.ttf") format("truetype"), url("danger/danger_diabolik-webfont.svg#danger_diabolikregular") format("svg");
  font-weight: normal;
  font-style: normal; }
h1 {
  font-family: 'danger', sans-serif;
  font-size: 3rem;
  color: white;
  text-align: center;
  padding-top: 2%; }
  @media all and (max-width: 800px) {
    h1 {
      font-size: 2.5rem; } }
  @media all and (max-width: 600px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-family: 'danger', sans-serif;
  font-size: 3rem;
  color: black;
  text-align: center;
  padding-top: 2%; }
  @media all and (max-width: 800px) {
    h2 {
      font-size: 2.5rem; } }
  @media all and (max-width: 600px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-family: 'danger', sans-serif;
  font-size: 1.5rem;
  padding-top: 2%;
  text-align: center; }

.butts {
  max-height: 100vh;
  overflow: hidden; }

/***** cycles ******/
#cycles {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  background: white; }
  #cycles img {
    width: 25%;
    padding: 2%; }
  #cycles img:hover {
    border: solid 2px black; }

.pics {
  width: 100%;
  margin-left: 5%; }

/***** skis *****/
#skis {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  background: black; }
  #skis img {
    width: 20%;
    padding: 2%; }
    @media all and (max-width: 800px) {
      #skis img {
        width: 30%;
        padding: 5%; } }

.logos {
  width: 100%;
  margin-left: 1%; }
  @media all and (max-width: 800px) {
    .logos {
      margin-left: 9%; } }

/***** events *****/
#events img {
  width: 60%;
  margin-left: 20%; }

/***** about *****/
#about {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  background: black; }
  #about p {
    font-family: sans-serif;
    color: white;
    width: 90%;
    margin: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center; }
    @media all and (max-width: 800px) {
      #about p {
        font-size: 1rem; } }
    @media all and (max-width: 600px) {
      #about p {
        font-size: .75rem; } }
  #about img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }

/***** contact *****/
p {
  font-family: sans-serif;
  color: black;
  width: 90%;
  margin: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center; }
  @media all and (max-width: 800px) {
    p {
      font-size: 1rem; } }
  @media all and (max-width: 600px) {
    p {
      font-size: .75rem; } }

/***** top button *****/
.totop img {
  width: 10%;
  position: fixed;
  z-index: 200;
  top: 1%;
  right: 2%; }
  @media all and (max-width: 800px) {
    .totop img {
      width: 18%; } }
  @media all and (max-width: 600px) {
    .totop img {
      width: 25%; } }
.totop img:hover {
  animation: asstastic 2s infinite; }

.anchor {
  position: absolute;
  z-index: -9999; }

/***************** Nav *******************/
.nav {
  position: absolute;
  z-index: 99;
  top: 40%;
  width: 100%; }
  .nav img {
    width: 20%;
    position: absolute;
    z-index: 100;
    left: 5%;
    top: -50%; }
  @media all and (max-width: 600px) {
    .nav {
      top: 0%; } }

.navigation {
  list-style: none;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-end; }

.navigation a {
  font-family: 'danger',sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  padding: 1em;
  color: white;
  background: none;
  transition: background 3s ease;
  -webkit-transition: background 3s ease;
  -mox-transition: background 3s ease; }

.navigation a:hover {
  background: black; }

@media all and (max-width: 800px) {
  .navigation {
    justify-content: space-around; } }
@media all and (max-width: 600px) {
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0; }

  .navigation a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .navigation li:last-of-type a {
    border-bottom: none; } }
/***** animation *****/
@keyframes asstastic {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
