@charset "UTF-8";
/* CSS Document */
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
html, body {
  min-height: 100%;
}
a {
  color: #f4f4f4;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}

.main::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0,0,0, .15);
  width: 8px;
  height: 8px;
}

.main::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0, .4);
}

.nav-collapse {
  position: absolute;
  left: 0;
  font-size:1.2em;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse a {
  color: #024127;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  display: block;
  padding: .6em 2em;
  width: 100%;
}

.nav-collapse a:hover { color: #c92f16;font-family: 'caviar_dreamsBold', helvetica,  sans-serif; }
.nav-collapse .active a { color: #c92f16; font-family: 'caviar_dreamsBold', helvetica,  sans-serif; }
.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
.nav-toggle { display: none }

@media screen and (max-width: 40em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse a:hover { background: transparent }
  .nav-collapse .active a:hover { color: #c92f16; }
  .nav-toggle {
	font-family: 'caviar_dreamsBold', helvetica,  sans-serif;
	color: #c92f16;
	text-align:center;
	font-size:1.2em;
	display: block;
	position: relative;
	height: 55px;
    /*text-decoration: none;
    text-indent: -999px;
    overflow: hidden;
    width: 70px;
    float: left;*/
    
  }
  .nav-toggle:before {
    color: #006633; /* Edit this to change the icon color */
    font-family: 'caviar_dreamsregular', helvetica,  sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 38px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 75px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 38px;
    content: "\78";
  }

}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
    /*background-image: url("debut_dark_@2X.png");
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;*/
  }
 } 
 @media screen and (max-width: 800px) {
  .nav-collapse ul {
    padding: 0;
	margin: 0;
}
 }

@media screen and (min-width: 76em) {
  .nav-collapse { width: 18em }
}
