:root {
    --primary-color: #006ba6;
    --secondary-color: #9adbe8;
    --accent-color: #009ca6;
    --background-color: #f4f4f4;
    --text-color: #333333;
    --header-footer-bg: #006ba6;
    --header-footer-text: #ffffff;
    --button-bg: #006ba6;
    --button-text: #9adbe8;
    --button-hover-bg: #9adbe8;
    --button-hover-text: #00677f;
    --form-bg: #B1E4E3;
}
html {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
	text-decoration: none;
    width: 100%;
}
img {
    border-radius: 10px;
	width: 100%;
    height: auto;
}
body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 20;
    background-color: #f4f4f4; /* Light grey background for the body */
    text-align: center;
    height: 100vh;
}

/* Header and Footer Styles */
header { 
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--header-footer-bg);
    color: var(--header-footer-text);
    padding: 10px 20px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
footer { 
    width: 100%;
    background-color: var(--header-footer-bg);
    color: var(--header-footer-text);
    padding: 10px 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header a {

    font-weight: 100;
    color : var(--button-hover-bg);
    text-shadow: 1px 1px 2px #000,-1px -1px 0px #fff;
    margin: 0 10px;
}
header a:hover {
    color: var(--button-hover-text);
    transition: all 0.3s;
}

header h1, footer p {
    margin: 0 auto;
}
footer { 
    background-color: #006ba6;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
footer .spacer {
    display: none;
}
.footer-social-icons {
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin-top: 20px;
}
footer .footer-social-icon a {
    color: whitesmoke;
    font-size: 24px;
}
footer .footer-social-icon a:hover {
    color: var(--button-text);
    transform: translateY(-3px);
    transition: all 0.3s;
}
.footer-menu {
    padding: 20px;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
   	background-color: var(--header-footer-bg);
}
.footer-submenu {
    padding: 10px;
    width: 30%;
    gap: 10px;
    flex-direction: column;
	align-items: flex-start;
}
.footer-menu-items {
	margin-top: 20px;
	display: block;
	margin: 10px auto;
	font-size: 0.8rem;
	color: whitesmoke;
}
.footer-submenu a:hover {
	color: var(--accent-color);
}
.footer-submenu h4 {
	margin-bottom: 20px;
    padding: 10px 0;
    font-weight: 600;
    color: var(--button-text);
    border-bottom: 2 solid whitesmoke;
}
/* End of Header and Footer Styles */

h1 {
    width: 95%;
    padding: 5px;
    color: #9cdbd9;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: #0065e2;
    font-size: 24px;
    margin: 10px auto;
    box-shadow: 0px 3px 5px #333;
    text-shadow: 1px 1px 2px #000,-1px -1px 0px #fff;
}
main {
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 95%;
    max-width: 1200px;
}

.logo {
    width: 50px;
    margin-right: 20px;
}
.spacer {
    flex-grow: 1;
    padding: 0;
    margin: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
}
.overlay.active {
	visibility: visible;
}
.navbar {
    display: flex;
    justify-content: space-between;
}
.navbar p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.menu-items {
	width: 100px;
	padding: 10px;
	height: 40px;
	color: white;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
}
.submenu {
    display: block;
    flex-direction: column;
    visibility: visible;
    z-index: 1;
    list-style: none;
}
.submenu-items {
    background-color: #009ca6;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    height: 50px;
}
.navbar ul li:hover ul {
    visibility: visible;
}

iframe {
	width: 350px;
	height: 200px;
}
/* Main Page Styles*/
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('https://images.unsplash.com/photo-1503220317375-aaad61436b1b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: white;
    margin-bottom: 60px;
}
.page-header p {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
	font-size: 20px;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 32px;
    color: var(--header-footer-bg);
    margin-bottom: 15px;
}

.section-title p {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.destination-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.destination-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.destination-info {
    padding: 25px;
}
.destination-info p {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.destination-info h3 {
    font-size: 1.5rem;
    color: var(--button-hover-text);
    margin-bottom: 15px;
}

.destination-info p {
    color: #666;
    margin-bottom: 20px;
	text-align: justify;
}

.destination-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
}

.destination-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--button-hover-text);
}

.tours-btn {
    background-color: #006ba6;
    color: #9adbe8;
	text-shadow: 0.5px 0.5px black,-0.5px -0.5px white;
    border: 1px outset #ccc;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 15px;
    margin: 0;
    padding: 10px;
    width: 45%;
}
.tours-btn:hover {
    color: #00677f;
    background-color: #9adbe8;
}
/* End of Main Page Styles */

/* Spots Pages Styles */
.spots-btn {
	display: block;
    background-color: #006ba6;
    color: #9adbe8;
	text-shadow: 0.5px 0.5px black,-0.5px -0.5px white;
    border: 1px outset #ccc;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 15px;
    margin: 0 auto;
    padding: 10px;
    width: 95%;
}
.spots-btn:hover {
    color: #00677f;
    background-color: #9adbe8;
}
.spots {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
    width: 100%;
}
.spots-item1, .spots-item2 {
    background-color: #f4f4f4;
		width: 100%;
	border: 1px solid #999;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0px 3px 5px #333;
	margin: 20, auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.spots-item3 {
    background-color: #f4f4f4;
    width: 90%;
    max-width: 750px;
    max-height: 90%;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 3px 5px #333;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
	  justify-content: center;
    align-items: center;
		overflow: scroll;
}
.spots-item1 p, .spots-item2 p, .spots-item3 p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 auto;
    width: 95%;
}
.spots-item1 h2, .spots-item2 h2, .spots-item3 h2 {
	color: #00677f;
	text-shadow: 0px 0px 3px #9cdbd9;
	width: 95%;
	margin: 0;
	padding: 0;
}
/* End of Spots Pages Styles */

/* Login and Register Page */

.auth-container {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background: var(--form-bg);
    color: var(--accent-color);
    border-radius: 15px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 2px 2px 5px var(--text-color), -2px -2px 0px var(--background-color);
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
    color: var(--button-bg);
    text-shadow: 1px 1px 1px var( --button-hover-text);
}

.auth-header p {
    color: var(--button-bg);
    font-size: 1.1rem;
}

.tabs {
    display: flex;
    margin-bottom: 30px;
    background-color: var(--header-footer-bg);
    color: var(--header-footer-text);
    border-radius: 50px;
    padding: 5px;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.tab:hover {
    text-shadow: 1px 1px 0 var(--text-color);
}
.tab.active:hover {
    text-shadow: 1px 1px 0 var(--text-color);
}

.tab.active {
    background-color: var(--button-text);
    color: var(--button-bg);
}

.form-container {
    position: relative;
    overflow: hidden;
}

.form-wrapper {
    display: flex;
    width: 200%;
    transition: transform 0.4s ease;
}

.form {
    width: 50%;
    padding: 0 10px;
    color: var(--button-hover-text);
    text-align: left;
}


.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    margin-top: 20px;
    font-weight: 500;
}

.input-with-icon {
    position: relative;
    margin: 5px 0;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--button-hover-text);
}

.input-with-icon input {
    width: 100%;
    padding: 10px 15px 10px 45px;
    border: 2px solid var(--header-footer-text);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--button-hover-text);
    font-size: 1rem;
    transition: all 0.3s ease;
}
.form-group input:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--button-hover-text);
    background: rgba(255, 255, 255, 0.25);
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.remember {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100px;
}

.remember input {
    width: auto;
}

.forgot-password {
    color: #ff7e5f;
    text-decoration: none;
    transition: all 0.3s ease;
}

.forgot-password:hover {
    text-shadow: 0 0 3px var(--button-hover-text);
}

.btn {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #ff7e5f, #feb47b);
    color: white;
    border: none;
    padding: 14px;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn:hover {
    background: linear-gradient(to right, #ff6b4a, #ff9d6f);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 126, 95, 0.4);
}

.social-login {
    margin: 25px 0;
    text-align: center;
    position: relative;
}

.social-login::before,
.social-login::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.social-login::before {
    left: 0;
}

.social-login::after {
    right: 0;
}

.social-login p {
    margin-bottom: 15px;
    color: var(--button-bg);
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--button-hover-text);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: var(--button-hover-text);
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-icon:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

.twitter:hover, .google:hover, .facebook:hover{
    background: #1da1f2;
    color: whitesmoke;
    border: 2px solid whitesmoke;
}

.switch-form {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
}

.switch-form a {
    color: #ff7e5f;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.switch-form a:hover {
    text-decoration: underline;
}

.terms {
    font-size: 0.8rem;
    color: var(--button-bg);
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}

.terms a {
    color: #ff7e5f;
    text-decoration: none;
}

.terms a:hover {
    text-decoration: underline;
}

/* End of Login and Register Page */

/* Contact Us Page Styles */
/* Contact Form */
.contact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}
.contact-form {
    width: 100%;
    background: var(--form-bg);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: left;
}

.contact-form h2, .contact-info h2 {
    color: var(--button-hover-text);
    font-size: 1.8rem;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000,-1px -1px 0px #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid whitesmoke;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--header-footer-bg);
    font-weight: 500;
    font-size: 1.1rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid var(--pantone-324c);
    border-radius: 8px;
    font-size: 1rem;
    background-color: rgba(0, 103, 128, 0.1);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: 2px solid var(--button-hover-text);
    box-shadow: 0 0 0 3px rgba(0, 169, 224, 0.2);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

/* Contact Info */
.contact-info {
    width: 100%;
    background: var(--form-bg);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: left;
}

.info-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    justify-content: flex-start;
    align-items: flex-start;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: whitesmoke;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 1.5rem;
    color: var(--header-footer-bg);
}
.info-content {
    padding: 0;
    text-align: left;
    align-items: flex-start;
}

.info-content h3 {
    color: var(--header-footer-bg);
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.info-content p {
    color: #555;
}

.info-content a {
    color: var(--pantone-306c);
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-content a:hover {
    color: var(--pantone-307c);
    text-decoration: underline;
}

/* Business Hours */
.hours-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.hours-table tr {
    border-bottom: 1px solid #eee;
}

.hours-table tr:last-child {
    border-bottom: none;
}

.hours-table td {
    padding: 10px 0;
}

.hours-table td:first-child {
    font-weight: 500;
    color: var(--pantone-320c);
}

/* Google Map */
.map-container {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.map-container h2 {
    background: var(--button-hover-text);
    color: whitesmoke;
    padding: 20px;
    font-size: 1.5rem;
}

.map-placeholder {
    height: 400px;
    background: var(--form-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--header-footer-bg);
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
}
/* End of Contact Us Page Styles */

/* Member Page Styles */
/* Member Info Section */

.member-info-header {
    display: flex;
    width: 95%;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    background-color: var(--form-bg);
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid var(--button-hover-text);
    box-shadow: 2 2 15px var(--button-hover-text);
}
.member-avatar {
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 3rem;
    color: whitesmoke;
    background-color: var(--button-hover-text);
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-left: 10px;
}
.member-info h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: var(--button-hover-text);
    text-shadow: 1 1 3 var(--accent-color);
}
.member-level {
    display: inline-block;
    color: var(--accent-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
    border: 2px solid var(--button-hover-text);
}
.member-stats {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.stat-item {
    text-align: center;
}
.stat-value {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--accent);
}
.stat-label {
    font-size: 0.9rem;
    color: var(--accent-color);
}
/* End of Member Info Section */
/* Member Content Section */
.member-content {
    width: 95%;
    max-width: 1200px;
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 5fr;
    margin: 20px auto;
}
/* Member Function Menu */
.member-functions, .main-content {
    background: var(--form-bg);
    border-radius: 15px;
    padding: 15px;
    border: 2px solid var(--button-hover-text);
    height: fit-content;
}
.member-functions h2, .main-content h2 {
    padding: 5px;
    color: var(--button-hover-text);
    border-bottom: 2px solid var(--button-hover-text);
}
.functions-menu {
    padding: 0;
}
.functions-menu a {
    color: var(--button-hover-text);
    display: block;
    margin: 10px 0;
    padding: 5px;
    border: 2px solid var(--form-bg);
}
.functions-menu a:hover {
    border: 2px solid whitesmoke;
    background-color: var(--button-hover-text);
    color: var(--button-hover-bg);
    border-radius: 10px;
}
/* End of Member Funtion Menu Section */

/* Member Coupons Section */
.coupons-content {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	margin: 30px;
}
.member-coupons {
    border-radius: 15px;
    box-shadow: 2px 2px 15px var(--button-hover-text);
    overflow: hidden;
    transition: all 0.3s ease;
}
.member-coupons:hover {
    transform: translateY(-5px);
}

.coupon-title {
    height: 70px;
    padding: 15px;
    text-align: center;
	background-color: var(--button-hover-text);
}
.coupon-title h2 {
	color: var(--button-hover-bg);
}
.coupon-content {
	display: flex;
    padding: 25px;
    flex-direction: column;
    gap: 20px;
	align-items: flex-start;
}
.coupon-content-des {
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--button-hover-text);
}
.coupon-content-details {
	font-size: 1.2rem;
}
.coupon-content-price {
	color: var(--button-hover-text);
	font-size: 1.5rem;
	padding: 10px;
	font-weight: 900;
	margin: 0 auto;
}
.coupon-book {
	text-align: center;
	margin: 0 auto;
	width: 95%;
}

/* End of Member Page Styles */

/* About Us Page Styles */
.aboutus-header {
    width: 80%;
    padding: 30px;
    margin: 20px auto;
    border-radius: 50px;
    background-color: var(--form-bg);
    box-shadow: 2px 2px 5px var(--button-hover-text);
}
.aboutus-header h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--button-hover-text);
    text-shadow: 1px 1px 2px #000,-1px -1px 0px #fff;
}
.aboutus-header p {
    font-size: 1.2rem;
    color: var(--button-hover-text);
}
/* End of About Us Page Styles */

@media screen and (min-width: 600px) and (max-width: 860px) {
    .spots-item1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
		align-items: center;
        gap: 10px;
        width: 100%;
        margin: 0;
    }
    .spots-item2 {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
		align-items: center;
        gap: 10px;
        width: 100%;
        margin: 0;
    }
    .spots-item1 img, .spots-item2 img {
        width: 60%;
        margin: 0 auto;
		flex: 1 1 auto;
		order: 2;
    }
    .spots-item3 img {
        order: 2;
    }
	.spots-item1 p, .spots-item2 p {
		width: 35%;
		padding: 10px;
		font-size: 18px;
		margin: 0 auto;
		flex: 1 1 auto;
		order: 3;
	}
    .spots-item3 p {
        order: 3;
    }
	.spots-item1 h2, .spots-item2 h2, .spots-item3 h2 {
		width: 95%;
		margin: 0 auto;
		order: 1;
	}
    .logo {
        width: 55px;
    }
    .header a {
        font-size: 1.4rem;

    }
	.spots-btn {
		font-size: 18px;
		order: 4;
	}
    .spots-item1 .spacer, .spots-item2 .spacer {
        display: none;
    }
    footer {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    footer .spacer {
        display: block;
        flex-grow: 1;
    }
    h1{
        padding: 10px;
    }
    h1 br {
        display: none;
    }
        .contact-main {
        flex-direction: row;
        gap: 20px;
        width: 100%;
    }
    .contact-form, .contact-info {
        width: 48%;
    }
    .footer-menu {
        flex-direction: row;
        flex-wrap: wrap;
		justify-content: space-evenly;
    }
    .footer-submenu {
        padding: 10px;
        width: 15%;
        gap: 5px;
		/*flex-direction: column;
		justify-content: center;*/
    }
	iframe {
		width: 560px;
		height: 315px;
	}
}
@media screen and (min-width: 861px) {
    .spots {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .spots-item1, .spots-item2 {
        width: 45%;
    }
    .logo {
        width: 60px;
    }
    footer {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    h1 {
        font-size: 28px;
				padding: 20px;
    }
    h1 br {
        display: none;
    }
    .tab {
        font-size: 20px;
        padding: 12px;
    }
        .contact-main {
        flex-direction: row;
        gap: 20px;
        width: 100%;
    }
    .contact-form, .contact-info {
        width: 48%;
    }
    footer {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    footer .spacer {
        display: block;
        flex-grow: 1;
    }
    .footer-menu {
        flex-direction: row;
        flex-wrap: wrap;
		justify-content: space-evenly;
    }
    .footer-submenu {
        padding: 10px;
        width: 15%;
        gap: 5px;
    }
    .header a {
        font-size: 1.4rem;
    }
	iframe {
		width: 560px;
		height: 315px;
	}
}
@media screen and (min-width: 1024px) {
    .spots-item1, .spots-item2 {
        width: 32%;
    }
    .logo {
        width: 70px;
    }
    .header a {
        font-size: 1.4rem;
    }

    footer {
        flex-direction: row;
    }
    .footer-submenu {
        padding: 15px;
        width: 15%;
        gap: 15px;
    }

}
@media screen and (min-width: 1200px) {
    /*.spots-item1, .spots-item2 {
        width: 20%;
    }*/
    .logo {
        width: 80px;
    }
        footer {
        flex-direction: row;
    }
	.spots-btn {
		font-size: 20px;
	}
}