*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(0px)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:15px;
  line-height: 23px;
  color: #fff;
  background-color: #131313;
  width: 100%;
  text-align: center;
}

.bg {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  background-image: url(https://www.monkeyclubmarbella.com/img/bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: .5;
}

a {
  color:#fff;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: underline;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo {
  max-width: 240px;
  margin:0 auto 20px auto;
}

.btn {
  display: inline-block;
  min-width: 150px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 10px;
  color:#000;
  text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
  position: relative;
}

.btn:after, .btn:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-top: 1px solid #fff;
  border-bottom:1px solid #fff;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
  background:#fff;
}

.btn:before {
  height: 130%;
  top: -15%;
  background:transparent;
  width: 70%;
  left: 15%;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

.btn:hover:after {
  background:#000;
}

.btn:hover:before {
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}

h1 {
  font-size: 22px;
  line-height: 31px;
  color:#fff;
  margin:0px;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0px;
}

.text-center {
  text-align: center;
}

.text-center a {
  margin: 0px 10px;
}

.flex-col.middle {
  width: 100%;
  max-width: 500px;
  padding: 15px 25px;
}

.flex-col.middle .text-center {
  margin:20px auto 30px auto;
}

.d-flex {
  display: flex;
  display: -ms-flexbox!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.middle-section {
  padding: 70px 0px 50px 0px;
}

.container {
  max-width: 90%;
  margin:0 auto;
  padding-bottom: 70px;
}

.instagram {
  width: 25px;
  margin:0 auto 20px auto;
  display: block;
}

.gallery img {
  width: 24%;
  display: inline-block;
}

.image-span {
  position: relative;
}

.img-cover {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 0%;
  width: 100%;
  background:#131313;
}

.image-span img {
  opacity: 0;
}

.reservation {
  width: 90%;
  max-width: 600px;
  color: #fff;
  margin:0 auto;
  padding: 40px;
  padding-top: 10px;
  background:transparent;
  margin-bottom: 40px;
  position: relative;
  top: 30px;
}

@media only screen and (max-width : 850px) {

  .d-flex {
    flex-wrap: wrap;
  }

  .reservation {
    padding: 0;
  }

  .d-flex .flex-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    flex: 1 50;
  }

  .is-1 {
    margin-right: 3px;
  }

  .is-2 {
    margin-left: 3px;
  }

  .middle-section {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 100%;
  }

  .mr-2 {
    margin-right: 1.5%;
  }

  .gallery img {
    width: 48.5%;
  }

  .logo {
    max-width: 200px;
  }

  .btn {
    width: 140px;
    margin:0px 5px !important;
  }

  .d-flex .middle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    flex: 1 100%;
    padding-bottom: 25px;
  }

  body {
    font-size: 16px;
    line-height: 25px;
  }

}