/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

/* General */
body {
    background-color: #3B3F48;
    font-family: 'Source Sans Pro', sans-serif;
}
.navbar {
    background-color: #1A1D20;
    border-radius: 3px;
    border-bottom: 0.3rem solid #FFCE00;
}
.logo {
    font-size: 2.2rem;
    font-family: 'Lobster', cursive;
}
.logo:hover {
    color: #FFCE00!important;
}
.navbar-toggler:active, .navbar-toggler:focus {
    box-shadow: none;
}
@media screen and (max-width: 600px) {
    .nav-item {
        text-align: center;
    }
}
.nav-link {
    font-size: 1.1rem;
    font-weight: 500;
}
.nav-link:hover, .nav-link:active {
    color: #FFCE00!important;
}
.alert {
    color: #FFFFFF;
    padding: .75rem;
}
.alert-danger {
    background-color: #D63838;
    border: 3px solid #B81A1A;
}
.alert-discord {
    background-color: #8c9eff;
    border: 3px solid #8292ea;
}
.fa-discord {
    font-size: 1.2rem;
}
.alert-link, .alert-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.btn-close {
    background-size: 0.75rem;
    padding: 1rem 1rem!important;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.btn-close:hover, .btn-close:active, .btn-close:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.lead {
    color: #FFFFFF;
}
@media screen and (max-width: 600px) {
    .lead {
        text-align: center;
    }
}
footer {
    background-color: #3B3F48;
    padding-bottom: 2.5rem;
    color: #FFFFFF;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
footer a:hover {
    color: #FFCE00;
}

/* Frontpage */
.card-link {
    text-decoration: none;
}
.card-link:hover .hotel_logo {
    filter: grayscale(100%);
}
.card-link:hover .hotel {
    display: none;
}
.card-link:hover .owner {
    display: block;
}
.card {
    background-color: #3B3F48;
    border: none;
    border-radius: 5px;
}
.hotelbg {
    width: 100%;
    height: 160px;
    background: url('https://i.imgur.com/aPj01md.png');
}
.hotel_logo {
    height: 100%;
    image-rendering: pixelated;
    transition: all 0.4s ease-in;
}
@media screen and (max-width: 995px) and (min-width: 765px) {
    .hotel_logo {
        background-size: contain!important;
        max-width: 90%;
        margin: 0 auto;
    }
}
.card-body {
    background-color: #1A1D20;
    font-size: 1.1rem;
    font-weight: 300;
}

.hotel {
    margin: 0;
}
.owner {
    display: none;
}
.fa-crown {
    font-size: .95rem;
}

/* Staff Page */
.team-gutter {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.team-card {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 15px;
    background-color: #22272B;
    border-radius: 4px;
}
.team-card-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding-right: 10px;
    padding-bottom: .4rem;
    margin-top: -0.8rem;
    font-size: 3rem;
    line-height: 110px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.team-card-avatar img {
    max-width: 100%;
    background-position: top;
    height: auto;
}
.team-card-username {
    font-size: 1.3rem;
    color: #FFFFFF;
    margin-bottom: 0;
}
.team-card-role {
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: -0.3rem;
    color: #FFCE00;
    margin-bottom: 0;
}

/* Admin */
.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
@media screen and (max-width: 600px) {
    .head {
        flex-direction: column;
        margin-top: 10px;
    }
}
.head .lead {
    margin: 0;
}
@media screen and (max-width: 600px) {
    .head .lead {
        margin-bottom: 10px;
    }
}
.admin-gutter {
    --bs-gutter-y: 1.5rem;
}
.hotel-list {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    background-color: #22272B;
    border-radius: 4px;
    justify-content: space-between;
    font-size: .9rem;
    color: #FFFFFF;
    margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
    .hotel-list {
        justify-content: space-between;
    }
    .hotel-list .logourl {
        display: none;
    }
    .hotel-list .category {
        display: none;
    }
    .hotel-list .hotel-owner {
        display: none;
    }
    .hotel-list .hotel-status {
        display: none;
    }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
    .hotel-list {
        justify-content: space-between;
    }
    .hotel-list .logourl {
        display: none;
    }
}
.hotel-list * {
    margin-bottom: 0;
}
.hotel-list .admin-actions {
    display: flex;
    justify-content: space-between;
    width: 90px;
}
.hotel-list .admin-actions .btn {
    color: #FFFFFF;
    background-color: #1A1D20;
}
.hotel-list .admin-actions .btn:hover {
    color: #FFCE00;
}
.hotel-list .admin-actions .btn:focus {
    box-shadow: none;
    color: #FFCE00;
}



form.hotelmodal input[type="text"] {
    width: 100%;
    padding: .5rem;
    background-color: #1e2024;
    color: #FFF;
    outline: none;
    border: none;
    border-radius: .35rem;
}
form.hotelmodal input[type="password"] {
    width: 100%;
    padding: .5rem;
    background-color: #1e2024;
    color: #FFF;
    outline: none;
    border: none;
    border-radius: .35rem;
}
.form-select {
    width: 100%;
    padding: .5rem;
    background-color: #1e2024;
    color: #FFF;
    outline: none;
    border: none;
    border-radius: .35rem;
}
.form-select:focus {
    box-shadow: none;
    border: none;
}



.form-signin {
    width: 100%;
    max-width: 440px;
    padding: 15px;
    margin: auto;
  }
  .fw-normal {
      color: #FFFFFF;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }

  .form-floating {
      color: #FFCE00;
  }

  .form-signin input{
      background-color: #22272b!important;
      border-color: #191b1d;
      color: #FFF;
  }
  
  .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    box-shadow: none;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    box-shadow: none;
  }

  .form-signin input:focus {
    border-color: #FFCE00;
    color: #FFCE00;
  }