@import url("https://fonts.googleapis.com/css?family=Prompt:300,400,600&display=swap");
@import url("https://use.typekit.net/pjr0frs.css");
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

body {
  background: #ebe9dd url(../img/mrluck-bg.jpg) top center no-repeat;
  background-size: cover;
  font-family: roc-grotesk-compressed, sans-serif;
  font-weight: 600;
  font-style: normal;
  min-height: 100%;
  overflow: hidden;
  text-align: center;
}

.btn, #enter-site {
  border: 4px solid #1f9cc9;
  color: #5a5758;
  font-size: 33px;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: 250ms;
}
@media screen and (max-width: 7991px) {
  .btn, #enter-site {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .btn, #enter-site {
    font-size: 18px;
  }
}
.btn:hover, #enter-site:hover {
  background: #1f9cc9;
}

#area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#area #content {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
#area #content img {
  display: block;
  height: 100%;
  width: auto;
}
#area #content .logo-wrap {
  padding: 0 0 1rem;
}
#area #content #column {
  position: absolute;
  top: 0;
  left: 56%;
  right: 11.6%;
  width: 37.4%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#area #content #column img {
  margin-top: 4vh;
  display: block;
  height: auto;
  width: 100%;
}
#area #content #column p {
  color: white;
  font-size: 0.8rem;
  padding: 0 0 1rem;
}
#area #content #column a {
  display: inline-block;
}

#enter-site {
  font-size: 33px;
  letter-spacing: 1px;
  padding: 0.5rem 1.2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media screen and (max-width: 7991px) {
  #enter-site {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #enter-site {
    font-size: 18px;
  }
}

#copyright {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #1f9cc9;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#copyright a {
  text-decoration: none;
  color: #1f9cc9;
  transition: all 0.3s ease-in-out;
}
#copyright a:hover {
  color: white;
}

#follow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#follow a {
  color: white;
  margin-left: 0.5rem;
}
#follow a i {
  font-size: 0.9rem;
}

@media screen and (max-width: 320px) {
  body {
    background: #ebe9dd url(../img/mrluck-bg-mobile.jpg) left top no-repeat;
    background-size: cover;
  }

  #area #content img.spacer {
    width: 100%;
  }
  #area #content #column {
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem 1rem;
    background: #fbfaf5;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #5a5758;
    width: 80%;
    padding: 0 1rem;
  }
  #area #content #column img {
    margin: 1rem auto 0;
    max-width: 280px;
  }
  #area #content #column .logo-wrap {
    padding: 0;
    margin: 20px 0;
  }
  #area #content #column p {
    font-size: 0.7rem;
    margin: 0 auto;
    max-width: 300px;
  }

  #copyright {
    bottom: 1rem;
    font-size: 0.5rem;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }

  #follow {
    left: 1.5rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
  }
  #follow span {
    display: block;
  }
  #follow .socials {
    padding-top: 0.25rem;
  }
  #follow .socials a {
    margin: 0.25rem;
  }
  #follow .socials a i {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  body {
    background: #ebe9dd url(../img/mrluck-bg-mobile.jpg) left top no-repeat;
    background-size: cover;
  }

  #area #content img.spacer {
    width: 100%;
  }
  #area #content #column {
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 2rem 4rem;
    background: #fbfaf5;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #5a5758;
    width: 80%;
    padding: 0 1rem;
  }
  #area #content #column img {
    margin: 0 auto;
    max-width: 250px;
  }
  #area #content #column .logo-wrap {
    padding: 1rem 0;
  }
  #area #content #column p {
    font-size: 0.7rem;
    margin: 0 auto;
    max-width: 100%;
  }

  #copyright {
    bottom: 1rem;
    font-size: 0.5rem;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }

  #follow {
    left: 1.5rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
  }
  #follow span {
    display: block;
  }
  #follow .socials {
    padding-top: 0.25rem;
  }
  #follow .socials a {
    margin: 0.25rem;
  }
  #follow .socials a i {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 799px) {
  body {
    background: black url(../img/mrluck-bg-mobile.jpg) left top no-repeat;
    background-size: cover;
  }

  #area #content img.spacer {
    width: 100%;
  }
  #area #content #column {
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    background: #fbfaf5;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #5a5758;
    width: 80%;
    padding: 0 1rem;
  }
  #area #content #column img {
    margin: 0 auto;
    max-width: 300px;
  }
  #area #content #column .logo-wrap {
    padding: 0;
    margin: 20px 0;
  }
  #area #content #column p {
    margin: 0 auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  #area #content img.spacer {
    width: 100%;
  }
  #area #content #column {
    left: auto;
    right: 10vw;
    width: 300px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  #area #content img.spacer {
    width: 100%;
  }
  #area #content #column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
  #area #content img {
    display: block;
    height: 100%;
    width: auto;
  }
  #area #content #column p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2399px) {
  #area #content #column p {
    font-size: 1.25rem;
  }
  #area #content #column a {
    font-size: 1.56rem;
  }
}
@media screen and (min-width: 2400px) {
  #area #content #column p {
    font-size: 1.6rem;
  }
  #area #content #column a {
    font-size: 2rem;
  }
}/*# sourceMappingURL=styles.css.map */