
@import url('hyper.css');
@import url('slippry.css');
h1 {
  text-shadow: 0 1px 1px #bababa;
  /* font-family: 'Merriweather', serif; */
  color: #a52837;
  font-size: 2em;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.6em;
  }
}

h2 {
  text-shadow: 0 1px 1px #bababa;
  /* font-family: 'Merriweather', serif; */
  color: #a52837;
  font-size: 1.7em;
  margin: 0 0 0.67em 0;
  margin: 35px 0 0 0;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.3em;
    text-align: center;
  }
}

p {
  margin: 0.88em 0;
  font-size: 1.1em;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1em;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-word;
  }
}

ul {
  margin: 0.88em 0 0.88em 1.5em;
  color: #000;
  font-size: 1.1em;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  ul {
    font-size: 1em;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  li {
    font-size: 0.9em;
  }
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  clear: both;
  background: #90000d;
  /* -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1); */
}

#content {
  /*z-index: -1;*/
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  /* -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1); */
}

@media screen and (max-width: 768px) {
  #content {
    background: #fff;
  }
}

.mail:after {
  content: attr(data-user) "@" attr(data-domain) "." attr(data-suffix);
  /*
  unicode-bidi: bidi-override;
  direction: rtl;
*/
}

.section {
  position: relative;
  animation: section 1s;
}

@keyframes section {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

/* NAV */

nav {
  font-size: 0.8em;
  font-weight: bold;
}

.nav {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  overflow: hidden;
  background-color: rgba(221, 221, 221, 0.95);
}

@media screen and (max-width: 768px) {
  .nav {
    position: relative;
  }
}

.nav a {
  text-shadow: 0 1px 1px #bababa;
  float: left;
  display: block;
  color: #555;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
}

.nav a:hover {
  background-color: rgba(187, 187, 187, 0.88);
}

a.active {
  background-color: rgba(187, 187, 187, 0.88);
}

.nav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav a {
    display: none;
  }
  .nav a.icon {
    float: right;
    display: block;
  }
  .nav.responsive {
    position: relative;
  }
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
  }
}

/*
The MIT License (MIT)
Copyright (c) 2013 Panayiotis Lipiridis
https://github.com/lipis/flag-icon-css
*/

#flags {
  float: right;
}
@media screen and (max-width: 768px) {
  #flags {
    float: none;
  }
}
#current {
  background-color: rgba(187, 187, 187, 0.88);
}

footer {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  font-size: 1em;
  color: #555;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
}

/* CLASSES */

.center {
  text-align: center;
}

.none {
  display: none;
}

.right {
  float: right;
  margin: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .right {
    float: none;
    text-align: center;
    margin: 0;
  }
}

.left {
  float: left;
  margin: 0 20px 20px 0;
}

.dehoga {
  font-size: 0.8em
}

@media screen and (max-width: 768px) {
  .left {
    float: none;
    text-align: center;
    margin: 0;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PARALLAX */
.parallax1,
.parallax2,
.parallax3 {
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
}

.parallax1 {
  background-image: url('../img/parallax/001.jpg');
}

.parallax2 {
  background-image: url('../img/parallax/002.jpg');
}

.parallax3 {
  background-image: url('../img/parallax/003.jpg');
}

/*! pace 1.0.0 http://github.hubspot.com/pace/docs/welcome/ */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 12px;
  background: #fff;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: `args.color || "#29d"`;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  overflow: hidden;
}

.pace .pace-activity {
  position: fixed;
  top: 0;
  right: -32px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  -o-animation: pace-theme-barber-shop-motion 500ms linear infinite;
  animation: pace-theme-barber-shop-motion 500ms linear infinite;
}

@-webkit-keyframes pace-theme-barber-shop-motion {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}

@-moz-keyframes pace-theme-barber-shop-motion {
  0% {
    -moz-transform: none;
    transform: none;
  }
  100% {
    -moz-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}

@-o-keyframes pace-theme-barber-shop-motion {
  0% {
    -o-transform: none;
    transform: none;
  }
  100% {
    -o-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}

@-ms-keyframes pace-theme-barber-shop-motion {
  0% {
    -ms-transform: none;
    transform: none;
  }
  100% {
    -ms-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}

@keyframes pace-theme-barber-shop-motion {
  0% {
    transform: none;
    transform: none;
  }
  100% {
    transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
