/* Mozilla based browsers */
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* Works in Safari */
::selection {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/**** scrollbars *****/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #1f1004;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background: rgba(55, 155, 0, 0.2);
}

body {
  scrollbar-face-color: #1f1004;
  scrollbar-track-color: #fcfcfc;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', Lucida Grande, sans-serif;
  font-family: 'Nunito', Lucida Grande, sans-serif;
}

head {
  background-color: #662622;
  overflow-x: hidden;
}

body {
  font-size: 13px;
  background-color: #662622;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
}

img {
  border: 0px;
}

a {
  color: #7b6d59;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
}

a:visited {
  color: #7b6d59;
}

a:hover {
  color: #9d8f7b;
}

a:active {
  color: #7b6d59;
}

input {
  padding: 8px 12px;
  font-size: 16px;
  color: #b5b5b5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #187DDB;
}

input:focus, button:focus {
  outline: none;
}

button, .button, input[type="submit"] {
  background: #4080ff;
  color: #ffffff;
  border: 1px solid #187DDB;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

button:hover, .button:hover {
  color: #ffffff;
}

button:active, .button:active {
  color: #d7d7d7;
}

button[disabled] {
  background: #b5b5b5;
  border: 1px solid #8c8c8c;
  border-bottom: 3px solid #8c8c8c;
  cursor: no-drop;
}

button span {
  color: #ffffff;
}

button.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}

.main-box {
  width: 100%;
  height: inherit;
  background-image: url(../images/background_1-min.jpg);
  background-repeat: no-repeat;
  background-position: center -1px;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-section {
  display: block;
  height: 50vh;
  padding-top: 8vh;
  margin: 0px auto;
}

.content-section__brand-name h1 {
  color: #ffffff;
  font-size: 10vw;
  text-align: center;
  text-shadow: 0px -1.25rem 2rem #000000,  0px 0.25rem 2rem #000000;
  margin-bottom: -0.8vh;
}

.content-section__brand-name h3 {
  color: rgba(255, 255, 255, .85);
  font-size: 5.4vw;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  display: block;
  text-align: center;
}

.content-section__description {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.content-section__description h2 {
  color: #EFEBE9;
  font-size: 13px;
  text-align: center;
  font-weight: 100;
  font-weight: normal;
  text-shadow: 0px 0px 25px #000000;
}

.cta-section {
  height: 50vh;
  margin: 0px auto;
  max-width: 800px;
  text-align: center;
  padding: 0px;
  position: relative;
  display: flex;
  justify-content: center;
}

.cta-section__button-frame {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 38vh;
  margin: auto;
  width: 100%;
  max-width: 240px;
  padding: 0.5rem;
  color: #555555;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.cta-section__button-frame button {
  display: block;
  width: 100%;
}

.image-vip, .image-jurek {
  display: block;
  width: 100px;
  height: 10px;
  position: absolute;
  z-index: 0;
  bottom: 62vh;
}

.image-vip img, .image-jurek img {
  height: 270px;
}

.image-jurek img {
  margin-left: -28vh;
}

.image-vip img {
  margin-left: 5vh;
}



footer {
  background: #2b1708;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0px 0px 0px;
  border-top: 1px solid #1f1004;
  color: #7b6d59;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  text-align: right;
  padding: 5px 10px 5px 10px;
  position: fixed;
  bottom: 0px;
  z-index: 100;
}

/* ====================================
Tablet
==================================== */
@media only screen and (min-width: 600px) {

}

/* ==================================
Desktop
================================== */
@media only screen and (min-width: 1200px) {
  .content-section {
    padding-top: 15vh;
  }
  
  .content-section__brand-name h1 {
    font-size: 5rem;
  }
  
  .content-section__brand-name h3 {
    font-size: 2.7rem;
  }

  .content-section__description h2 {
    font-size: 1rem;
  }
}

@media only screen and (min-height: 700px) {
  .image-vip, .image-jurek {
    bottom: 56vh;
  }
}

@media only screen and (min-height: 840px) {
  .image-vip, .image-jurek {
    bottom: 50vh;
  }
}

@media only screen and (min-height: 1024px) {
  .image-vip, .image-jurek {
    bottom: 45vh;
  }
}
