::selection {
  background: red; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: red; /* Gecko Browsers */
  color: white;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'velbregular', Calibri, Tahoma, sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 1.4em;
  border-bottom: 2px solid red;
  font-weight: normal;
  color: red;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin: 30px 0 5px 0;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}

h4 {
  font-family: 'velbbold';
  font-size: 1.15em;
  text-align: left;
  font-weight: normal;
  color: red;
  margin-top: 30px;
  margin-bottom: -10px;
}

h5 {
  font-size: 1.39058em;
}

h6 {
  font-size: 1.125em;
}

h1 {
  font-family: 'velbbold';
  font-weight: normal;
  color: red;
  margin: 0;
  }
  
h2 {
  font-family: 'velblight';
  font-weight: normal;
  color: red;
  margin: 0;
  text-transform: lowercase;
}

a {
  color: red;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-shadow: none;
}

a:focus { 
    outline: none; 
}

button::-moz-focus-inner {
  border: 0;
}

strong {
 color: red;
 font-family: 'velbbold';
 font-weight: normal
}

p {
  font-size: 1.15em;
  line-height: 150%;
  color: #666;
  text-align: justify;
}

.back-home {
position: fixed;
bottom: 35px;
left: 50px;
z-index: 1000;
}

img.keep-original {
  max-width: 100% !important;
  height: auto;
}

.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}

.pulse {
  border: 2px solid red;
  height: 40px;
  width: 40px;
  position: absolute;
  left: -20px;
  top: -20px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

body {
  font-size: 16px;
}

.content  {
  max-width: 750px;
  width: 90%;
  min-width: 200px;
  margin: 150px auto 150px auto;
  z-index: 200;
}

#homepage .content {
  margin-top: 40px;
}

.container {
  position: fixed;
  top: 35px;
  left: 70px;
  padding-left: 7.2em;
  z-index: 6;
  mix-blend-mode: multiply;
}

.less-button {
  display: none;
}

.less-button p {
color: red;
cursor: pointer;
text-align: left;
}

.logo {
  position: fixed;
  mix-blend-mode: multiply;
  top: 35px;
  left: 70px;
  z-index: 201;
}


.main {
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: white;
  z-index: 199;
}

#homepage .main {
  top: 100%;
}

.menu {
  visibility: visible;
  position: fixed;
  top: 150px;
  left: 70px;
  z-index: 202;
  list-style-type: none;
  padding: 0;
  border: 0;
  line-height: 200%;
  mix-blend-mode: multiply;
}

#menu-background {
  display: none;
}

.menu-button {
   display: none;
}

.menu a {
  font-size: 1em;
  text-transform: uppercase;
  color: red;
  letter-spacing: 0.5px;
  background-color: rgba(255,255,255,0);
}

.menu img {
  margin: 10px 8px 10px 0;
}

.more {
  display: none;
  border-left: 1px dotted red;
}

.more p {
padding: 0 7%;
text-align: left;
}

.more h4 {
padding: 0 7%;
}

.more-button p {
color: red;
cursor: pointer;
text-align: left;
}

.page-title {
  position: absolute;
  top: 35px;
  left: 70px;
  padding-left: 7em;
  z-index: 1000;
  mix-blend-mode: multiply;
}

.scroll {
  position: fixed;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: -1 !important;
  mix-blend-mode: multiply;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s ease;
}

.scroll-text {
  display: none;
  font-size: 1.4em;
  font-weight: normal;
  color: red;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}

.slider {
position: fixed;
top: 0;
left: 0;
z-index: -2 !important;
}

#slides {
  position: relative;
 }
 
#slides .slides-container {
  display: none;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: fixed;
  z-index: 3;
  top: 48%;
  width: 100%;
  mix-blend-mode: multiply;
}

.slides-navigation a {
  position: absolute;
  display: block;
  text-decoration: none;
  margin: 0 15px;
  text-align: center;
  height: 72px;
  width: 32px;
  top: -36px;
  padding: 1px;
  background-size: 100%;
}

.slides-navigation a.prev {
   background-image: url("/sources/left.svg");
  left: 0;
}
.slides-navigation a.next {
   background-image: url("/sources/right.svg");
  right: 0;

}


/* responzivní design */

@media screen and (min-width: 801px) {
  .menu {
  display: none;
  }
}

@media screen and (min-width: 801px) and (max-width: 1260px) {   
  p {
    text-align: left;
    font-size: 1em;
    line-height: 140%;
    } 

  .content {
    max-width: 90%;
    padding-left: 250px;
    margin-left: auto;
    margin-right: 5%;
    } 
}
 
@media screen and (max-width: 800px) {
  p {
    text-align: left;
    font-size: 1em;
    line-height: 140%;
    } 
    
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 2em;
  }
    
  h3 {
    font-size: 1.2em;
    }
    
  .back-home {
   position: fixed;
   top: 20px;
   right: 20px;
   left: auto;
   z-index: 1000;
   }

  .container {
    top: 5px;
    left: 5%;
    padding-left: 4.7em;
    }

  .logo {
    top: 5px;
    left: 5%;
   }
   
   .menu {
    visibility: hidden;
    top: 50px;
    left: 5%;
    line-height: 160%;
   }
   
   .menu a {
     font-size: 0.95em;
   }
     
   #menu-background {
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    height: 280px;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    z-index: 200;
   }
   
   #menu-button {
   position: fixed;
   height: 20px;
   width: 20px;
   top: 20px;
   right: 20px;
   padding: 5px;
   display: block;
   cursor: pointer;
   background-image: url('../sources/menu-button.svg');
   z-index: 205;
   mix-blend-mode: multiply;
   }
 
  .content {
    padding-left: 0;
    margin: 60px auto 60px auto;
  }
  
  #homepage .content {
    margin-top: 15px;
  }
  
  .page-title {
    top: 5px;
    left: 5%;
    padding-left: 4.8em;
  }
}