/**
 * @file
 */
/* Cover */
@media (min-width: 992px) {
  .home .navbar-brand {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .navbar-toggler {
    margin-top: 50px;
    margin-right: 150px;
    background-color: #101010 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home .navbar-toggler {
    margin-top: 50px;
    margin-right: 200px;
    background-color: #101010 !important;
  }
}

@media (min-width: 1400px) {
  .home .navbar-toggler {
    margin-top: 50px;
    margin-right: 250px;
    background-color: #101010 !important;
  }
}

.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.mastfoot {
  color: #ffffff;
  font-weight: 500;
  text-shadow: black 0.3em 0.3em 0.3em;
}

.mastfoot a {
  color: #ffffff;
  font-weight: 500;
  text-shadow: black 0.3em 0.3em 0.3em;
}

/* Cover sm */
@media (max-width: 575.98px) {
  .image-as {
    background-image: url(../img/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .cover {
    position: fixed;
    right: 0;
    bottom: 100px;
    left: 0;
  }

  .cover a {
    color: #ffb400 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 2rem;
  }

  .cover p {
    font-weight: 600;
    font-size: 1rem;
    text-shadow: black 0.3em 0.3em 0.3em;
  }

  .social-cover {
    display: none;
    margin-right: 0;
    color: #ffffff;
    font-size: 2rem;
  }

  .cover .btn-secondary {
    transition: all 0.5s ease;
    color: #ffffff !important;
    font-size: 1rem;
    background-color: transparent !important;
    border: 1px #ffb400 solid !important;
    box-shadow: none !important;
    text-shadow: none; /* Prevent inheritance from `body` */
  }

  .cover .btn-secondary:hover {
    background-color: #ffb400 !important;
    border: 1px #ffb400 solid !important;
  }
}

/* Cover md */
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-as {
    background-image: url(../img/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100vw;
    height: 100vh;
  }

  .cover {
    position: fixed;
    right: 0;
    bottom: 100px;
    left: 0;
  }

  .cover a {
    color: #ffb400 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 2.6rem;
  }

  .cover p {
    font-weight: 600;
    font-size: 1.4rem;
    text-shadow: black 0.3em 0.3em 0.3em;
  }

  .social-cover {
    display: none;
    margin-right: 0;
    color: #ffffff;
    font-size: 2rem;
  }

  .cover .btn-secondary {
    transition: all 0.5s ease;
    color: #ffffff !important;
    font-size: 1rem;
    background-color: transparent !important;
    border: 1px #ffb400 solid !important;
    box-shadow: none !important;
    text-shadow: none; /* Prevent inheritance from `body` */
  }

  .cover .btn-secondary:hover {
    background-color: #ffb400 !important;
    border: 1px #ffb400 solid !important;
  }
}

/* Cover lg */
@media (min-width: 768px) and (max-width: 991.98px) {
  .image-as {
    background-image: url(../img/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100vw;
    height: 100vh;
  }

  .cover {
    position: fixed;
    right: 0;
    bottom: 100px;
    left: 0;
  }

  .cover a {
    color: #ffb400 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 2.6rem;
  }

  .cover p {
    font-weight: 600;
    font-size: 1.4rem;
    text-shadow: black 0.3em 0.3em 0.3em;
  }

  .social-cover {
    display: none;
    margin-right: 0;
    color: #ffffff;
    font-size: 2rem;
  }

  .cover .btn-secondary {
    transition: all 0.5s ease;
    color: #ffffff !important;
    font-size: 1rem;
    background-color: transparent !important;
    border: 1px #ffb400 solid !important;
    box-shadow: none !important;
    text-shadow: none; /* Prevent inheritance from `body` */
  }

  .cover .btn-secondary:hover {
    background-color: #ffb400 !important;
    border: 1px #ffb400 solid !important;
  }
}

/* Cover xl */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-as {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100vw;
    height: 100vh;
  }

  .cover {
    position: fixed;
    right: 0;
    bottom: 100px;
    left: 0;
  }

  .cover a {
    color: #ffb400 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 3rem;
  }

  .cover p {
    font-weight: 600;
    font-size: 1.6rem;
    text-shadow: black 0.3em 0.3em 0.3em;
  }

  .social-cover {
    display: block;
    margin-left: 800px;
    color: #ffffff;
    font-size: 2rem;
  }

  .cover .btn-secondary {
    transition: all 0.5s ease;
    color: #ffffff !important;
    font-size: 1rem;
    background-color: transparent !important;
    border: 1px #ffb400 solid !important;
    box-shadow: none !important;
    text-shadow: none; /* Prevent inheritance from `body` */
  }

  .cover .btn-secondary:hover {
    background-color: #ffb400 !important;
    border: 1px #ffb400 solid !important;
  }
}

/* Cover xxl */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .image-as {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100vw;
    height: 100vh;
  }

  .boxhome {
    /* max-width: 1300px; */
    margin: 0 auto;
    padding: 10px;
  }

  .cover {
    position: fixed;
    right: 0;
    bottom: 100px;
    left: 0;
  }

  .cover a {
    color: #ffb400 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 3.4rem;
  }

  .cover p {
    font-weight: 600;
    font-size: 1.6rem;
    text-shadow: black 0.3em 0.3em 0.3em;
  }

  .social-cover {
    display: block;
    margin-left: 850px;
    color: #ffffff;
    font-size: 2rem;
  }

  .cover .btn-secondary {
    transition: all 0.5s ease;
    color: #ffffff !important;
    font-size: 1rem;
    background-color: transparent !important;
    border: 1px #ffb400 solid !important;
    box-shadow: none !important;
    text-shadow: none; /* Prevent inheritance from `body` */
  }

  .cover .btn-secondary:hover {
    background-color: #ffb400 !important;
    border: 1px #ffb400 solid !important;
  }
}

/* Cover xx */
@media (min-width: 1400px) {
  .image-as {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100vw;
    height: 100vh;
  }

  .boxhome {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
  }

  .cover {
    position: fixed;
    right: 0;
    bottom: 200px;
    left: 0;
  }

  .cover a {
    color: #ffb400 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 3.4rem;
  }

  .cover p {
    font-weight: 600;
    font-size: 1.6rem;
    text-shadow: black 0.3em 0.3em 0.3em;
  }

  .social-cover {
    display: block;
    margin-left: 1000px;
    color: #ffffff;
    font-size: 2rem;
  }

  .cover .btn-secondary {
    transition: all 0.5s ease;
    color: #ffffff !important;
    font-size: 1rem;
    background-color: transparent !important;
    border: 1px #ffb400 solid !important;
    box-shadow: none !important;
    text-shadow: none; /* Prevent inheritance from `body` */
  }

  .cover .btn-secondary:hover {
    background-color: #ffb400 !important;
    border: 1px #ffb400 solid !important;
  }
}
