@media screen and (max-width: 499px) {
  .footer .navigation,
  .footer .news,
  .footer .social {
    padding: 0;
  }
  .footer .navigation h3,
  .footer .news h3,
  .footer .social h3 {
    margin: 0 0 25px !important;
  }
  .footer .navigation li,
  .footer .news li,
  .footer .social li {
    margin: 0 0 20px;
  }
  .carousel {
    margin-bottom: 40px;
  }
  .carousel.home-carousel img {
    height: 60vh;
  }
  .navbar.home-nav {
    height: 60vh;
  }
  .navbar .container-fluid {
    width: 80%;
    height: 100%;
    align-items: baseline;
  }
  .navbar .container-fluid .nav-item {
    align-self: auto;
    margin: 0;
  }
  .navbar .container-fluid .nav-item .btn-submit-lg-light {
    font-size: 0.75rem;
    padding: 5px 10px;
    margin-top: 20px;
  }
  .navbar .container-fluid .nav-item .nav-link {
    font-size: 0.9rem;
    padding: 5px 0;
    margin: 0;
  }
  .navbar .social-links {
    display: flex;
  }
  .navbar .social-links .social-icon {
    font-size: 1.25rem;
  }
  .hero-overlay .overlay-content {
    top: 45%;
    text-align: center;
  }
  .hero-overlay .overlay-content h1 {
    font-size: 2rem;
  }
  .hero-overlay .overlay-content p {
    display: none;
  }
  .--section02 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }
  .--section02 .showcase-container {
    order: 2;
    padding: 0;
    width: 100%;
  }
  .--section02 .showcase-container img {
    width: 100%;
    height: 25vh;
  }
  .--section02 .text-section {
    padding: 0 0 30px;
  }
  .--section02 .text-section .subheader {
    font-size: 0.75rem;
  }
  .--section02 .text-section .description {
    margin: 0 !important;
    width: 100%;
    font-size: 0.8rem;
  }
  .--section02 .text-section .btn {
    margin: 20px 0 0;
    padding: 5px 30px;
    font-size: 0.75rem;
  }
  .--section03 {
    width: 80%;
    height: 100%;
    margin: 75px auto 0;
  }
  .--section03 .bottom-section {
    margin: 0 !important;
    display: block !important;
  }
  .--section03 .header {
    display: block;
  }
  .--section03 .header p {
    font-size: 0.8rem;
    width: 100%;
    margin: 0;
  }
  .--section03 .gallery .gallery-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .--section03 .gallery .gallery-item img {
    width: 100%;
    height: 20vh;
    box-shadow: 0 3px 10px 0 rgba(17, 21, 28, 0.5);
  }
  .--section03 .gallery .gallery-item h2 {
    font-size: 1.25rem;
    margin: 15px 0 0;
  }
  .--section04 {
    width: 80%;
    margin: 80px auto 0;
  }
  .--section04 .subheading {
    font-size: 0.75rem;
  }
  .--section04 .header h2 {
    font-size: 1.25rem;
  }
  .--section04 .header .top {
    display: none;
  }
  .--section04 .room-item {
    width: 100%;
    margin: 0 0 40px;
  }
  .--section04 .room-item .room img {
    height: 23vh;
  }
  .--section04 .room-item .room .description h3 {
    font-size: 1rem;
  }
  .--section04 .room-item .room .description p {
    font-size: 0.8rem;
  }
  .--section04 .bottom {
    display: block;
    font-size: 0.75rem;
  }
  .--section05 iframe {
    height: 30vh;
  }
  .--section05 .location {
    width: 90%;
    margin: 30px auto;
  }
  .--section05 .location h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .--section05 .location p {
    font-size: 0.8rem !important;
  }
  .--section05 .location i {
    width: 40px;
    margin-right: 10px;
    font-size: 0.9rem;
  }
  .--section05 .location .telephone,
  .--section05 .location .address,
  .--section05 .location .email {
    width: 85%;
    margin: 30px auto !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .carousel {
    margin-bottom: 40px;
  }
  .carousel.home-carousel img {
    height: 60vh;
  }
  .navbar.home-nav {
    height: 60vh;
  }
  .navbar .container-fluid {
    width: 80%;
    height: 100%;
    align-items: baseline;
  }
  .navbar .container-fluid .nav-item {
    align-self: auto;
    margin: 0;
  }
  .navbar .container-fluid .nav-item .btn-submit-lg-light {
    font-size: 0.75rem;
    padding: 5px 10px;
    margin-top: 20px;
  }
  .navbar .container-fluid .nav-item .nav-link {
    font-size: 0.9rem;
    padding: 5px 0;
    margin: 0;
  }
  .navbar .social-links {
    display: flex;
  }
  .navbar .social-links .social-icon {
    font-size: 1.25rem;
  }
  .hero-overlay .overlay-content {
    top: 45%;
    text-align: center;
  }
  .hero-overlay .overlay-content h1 {
    font-size: 2rem;
  }
  .hero-overlay .overlay-content p {
    display: none;
  }
  .--section02 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }
  .--section02 .showcase-container {
    order: 2;
    padding: 0;
    width: 100%;
  }
  .--section02 .showcase-container img {
    width: 100%;
    height: 35vh;
  }
  .--section02 .text-section {
    padding: 0 0 30px;
  }
  .--section02 .text-section .subheader {
    font-size: 0.75rem;
  }
  .--section02 .text-section .description {
    margin: 0 !important;
    width: 100%;
    font-size: 0.9rem;
  }
  .--section02 .text-section .btn {
    margin: 20px 0 0;
    padding: 5px 30px;
    font-size: 0.75rem;
  }
  .--section03 {
    width: 80%;
    height: 100%;
    margin: 75px auto 0;
  }
  .--section03 .bottom-section {
    margin: 0 !important;
    display: block !important;
  }
  .--section03 .header {
    display: block;
  }
  .--section03 .header p {
    font-size: 0.8rem;
    width: 100%;
    margin: 0;
  }
  .--section03 .gallery .gallery-item {
    width: 47.5%;
    padding: 0;
    margin-bottom: 20px;
  }
  .--section03 .gallery .gallery-item img {
    width: 100%;
    height: 25vh;
    box-shadow: 0 3px 10px 0 rgba(17, 21, 28, 0.5);
  }
  .--section03 .gallery .gallery-item h2 {
    font-size: 1.25rem;
    margin: 15px 0 0;
  }
  .--section03 .gallery .gallery-item p {
    font-size: 0.8rem;
  }
  .--section06 {
    width: 80%;
    margin: 75px auto 0;
  }
  .--section06 .btn-section {
    display: block !important;
    margin: 0 !important;
  }
  .--section06 .description {
    font-size: 0.9rem;
  }
  .--section04 {
    width: 80%;
    margin: 150px auto;
  }
  .--section04 .subheading {
    font-size: 0.75rem;
  }
  .--section04 .header h2 {
    font-size: 1.25rem;
  }
  .--section04 .header .top {
    display: none;
  }
  .--section04 .room-item {
    width: 47.5%;
    margin: 0 0 40px;
  }
  .--section04 .room-item .room img {
    height: 23vh;
  }
  .--section04 .room-item .room .description h3 {
    font-size: 1rem;
  }
  .--section04 .room-item .room .description p {
    font-size: 0.8rem;
  }
  .--section04 .bottom {
    display: block;
    font-size: 0.75rem;
  }
  .--section05 iframe {
    height: 35vh;
  }
  .--section05 .location {
    width: 90%;
    margin: 30px auto;
  }
  .--section05 .location h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .--section05 .location p {
    font-size: 0.8rem !important;
  }
  .--section05 .location .telephone,
  .--section05 .location .address,
  .--section05 .location .email {
    width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel {
    margin-bottom: 40px;
  }
  .carousel.home-carousel img {
    height: 60vh;
  }
  .navbar.home-nav {
    height: 60vh;
  }
  .navbar .container-fluid {
    width: 80%;
    height: 100%;
    align-items: baseline;
  }
  .navbar .container-fluid .nav-item {
    align-self: auto;
    margin: 0;
  }
  .navbar .container-fluid .nav-item .btn-submit-lg-light {
    font-size: 0.75rem;
    padding: 5px 10px;
    margin-top: 20px;
  }
  .navbar .container-fluid .nav-item .nav-link {
    font-size: 1rem;
    padding: 5px 0;
    margin: 0;
  }
  .navbar .social-links {
    display: flex;
  }
  .navbar .social-links .social-icon {
    font-size: 1.25rem;
  }
  .hero-overlay .overlay-content {
    top: 30%;
  }
  .hero-overlay .overlay-content h1 {
    font-size: 2rem;
  }
  .hero-overlay .overlay-content p {
    width: 100%;
    display: block;
  }
  .--section02 {
    margin: 0 auto 100px;
    padding: 0;
    width: 80%;
  }
  .--section02 .showcase-container {
    width: 100%;
    order: 2;
    padding: 0;
    text-align: center;
  }
  .--section02 .showcase-container img {
    width: 100%;
    height: 35vh;
  }
  .--section02 .text-section {
    padding: 0 0 50px;
  }
  .--section02 .text-section .description {
    width: 100%;
    margin: 40px 0 !important;
    font-size: 0.9rem;
  }
  .--section02 .text-section button {
    margin: 0;
  }
  .--section03 {
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
  .--section03 .bottom-section {
    margin: 15px !important;
    display: block !important;
  }
  .--section03 .header {
    display: block;
  }
  .--section03 .header p {
    font-size: 0.9rem;
    width: 100%;
    margin: 0;
  }
  .--section03 .gallery .gallery-item {
    padding: 0;
    margin-bottom: 20px;
    width: 45%;
    margin: 0 auto;
  }
  .--section03 .gallery .gallery-item img {
    width: 100%;
    height: 30vh;
    box-shadow: 0 3px 10px 0 rgba(17, 21, 28, 0.5);
  }
  .--section03 .gallery .gallery-item h2 {
    font-size: 1.5rem;
    margin: 15px 0 0;
  }
  .--section04 {
    width: 80%;
    margin: 150px auto;
  }
  .--section04 .subheading {
    font-size: 0.8rem;
  }
  .--section04 .header h2 {
    font-size: 1.5rem;
  }
  .--section04 .header .top {
    font-size: 0.8rem;
  }
  .--section04 .room-item {
    width: 47.5%;
    margin: 0 0 40px;
  }
  .--section04 .room-item .room img {
    height: 50%;
  }
  .--section04 .room-item .room .description {
    padding: 20px;
  }
  .--section04 .room-item .room .description h3 {
    font-size: 1.25rem;
  }
  .--section04 .room-item .room .description p {
    font-size: 0.9rem;
  }
  .--section05 iframe {
    height: 40vh;
  }
  .--section05 .location {
    width: 90%;
    margin: 30px auto;
  }
  .--section05 .location h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .--section05 .location p {
    font-size: 0.9rem !important;
  }
  .--section05 .location .telephone,
  .--section05 .location .address,
  .--section05 .location .email {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1209px) {
  .navbar.home-nav {
    height: 90vh;
  }
  .navbar .container-fluid {
    width: 80%;
    height: 100%;
    align-items: baseline;
  }
  .navbar .container-fluid .nav-item {
    align-self: auto;
    margin: 0;
  }
  .navbar .container-fluid .nav-item .btn-submit-lg-light {
    font-size: 0.75rem;
    padding: 5px 10px;
    margin-top: 20px;
  }
  .navbar .container-fluid .nav-item .nav-link {
    font-size: 1.25rem;
    padding: 5px 0;
    margin: 0;
  }
  .navbar .social-links {
    display: flex;
  }
  .navbar .social-links .social-icon {
    font-size: 1.25rem;
  }
  .--section02 {
    margin: 0 auto 120px;
    padding: 0;
    width: 80%;
  }
  .--section02 .showcase-container {
    order: 2;
    padding: 0;
  }
  .--section02 .showcase-container img {
    width: 100%;
    height: 50vh;
  }
  .--section02 .text-section .description {
    width: 90%;
    margin: 40px 0 !important;
  }
  .--section02 .text-section button {
    margin: 0;
  }
  .--section03 {
    width: 80%;
  }
  .--section03 .header {
    display: block;
  }
  .--section03 .header p {
    width: 100%;
  }
  .--section03 .gallery .gallery-item {
    width: 30%;
  }
  .--section04 {
    width: 80%;
    margin: 150px auto;
  }
  .--section04 .subheading {
    font-size: 0.8rem;
  }
  .--section04 .header h2 {
    font-size: 1.5rem;
  }
  .--section04 .header .top {
    font-size: 0.8rem;
  }
  .--section04 .room-item {
    width: 28.3333333333%;
  }
  .--section04 .room-item .room .description {
    padding: 20px;
  }
  .--section04 .room-item .room .description h3 {
    font-size: 1rem;
  }
  .--section04 .room-item .room .description p {
    font-size: 0.9rem;
  }
  .--section05 .location h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .--section05 .location p {
    font-size: 0.8rem !important;
  }
}
@media only screen and (min-width: 1210px) and (max-width: 1399px) {
  .navbar.home-nav {
    height: 90vh;
  }
  .navbar .container-fluid {
    width: 80%;
    height: 100%;
    align-items: baseline;
  }
  .navbar .container-fluid .nav-item {
    align-self: auto;
    margin: 0;
  }
  .navbar .container-fluid .nav-item .btn-submit-lg-light {
    font-size: 0.75rem;
    padding: 5px 10px;
    margin-top: 20px;
  }
  .navbar .container-fluid .nav-item .nav-link {
    font-size: 1.25rem;
    padding: 5px 0;
    margin: 0;
  }
  .navbar .social-links {
    display: flex;
  }
  .navbar .social-links .social-icon {
    font-size: 1.25rem;
  }
  .--section02 {
    margin: 0 auto 120px;
    padding: 0;
    width: 80%;
  }
  .--section02 .showcase-container {
    order: 2;
    padding: 0;
  }
  .--section02 .showcase-container img {
    width: 100%;
    height: 50vh;
  }
  .--section02 .text-section .description {
    width: 90%;
    margin: 40px 0 !important;
  }
  .--section02 .text-section button {
    margin: 0;
  }
  .--section03 {
    width: 80%;
  }
  .--section03 .header {
    display: block;
  }
  .--section03 .header p {
    width: 100%;
    font-size: 0.9rem;
  }
  .--section03 .gallery .gallery-item {
    width: 30%;
  }
  .--section04 {
    width: 80%;
    margin: 150px auto;
  }
  .--section04 .subheading {
    font-size: 0.8rem;
  }
  .--section04 .header h2 {
    font-size: 1.5rem;
  }
  .--section04 .header .top {
    font-size: 0.8rem;
  }
  .--section04 .room-item {
    width: 28.3333333333%;
  }
  .--section04 .room-item .room .description {
    padding: 20px;
  }
  .--section04 .room-item .room .description h3 {
    font-size: 1rem;
  }
  .--section04 .room-item .room .description p {
    font-size: 0.9rem;
  }
  .--section05 iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-custom .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .footer {
    width: 65%;
    padding: 0 0 30px;
  }
  .footer .footer-logo {
    width: 100%;
    padding: 0;
  }
  .footer .navigation,
  .footer .news,
  .footer .social {
    width: 100%;
  }
}/*# sourceMappingURL=responsive.css.map */