html, body{
	padding: 0px;
	margin: 0px;
	min-width: 1440px;
	max-width: 100%;
    height: auto;
    overflow-x: hidden;
    background-color: #E2DED5;
}
@font-face {
	font-family: "alt gothic no3";
	src: url('fonts/AlternateGotNo3D.otf');
}
@font-face {
	font-family: "aspekta";
	src: url('fonts/Aspekta-200.ttf');
}
header{
}
/*navigation bar*/
.navbar{
	position: fixed;
	top: 0;
	width: 100%;
  	overflow: hidden;
  	background-color: #A2A6A2;
  	height: 60px;
  	z-index: 1;
}
.navbar a {
  	float: right;
  	color: white;
  	text-align: center;
  	margin-top: 13px;
  	padding: 8px 10px;
  	margin-right: 45px;
  	text-decoration: none;
  	border: 1px solid white;
  	font-size: 17px;
  	font-family: "alt gothic no3";
}
.navbar a:hover {
  	background-color: white;
  	color: #A2A6A2;
}

/*logo within navbar*/
.logo{
  	position: fixed;
  	top: -1px;
 	left: 30px;
 	z-index: 2;
}
.logo a{
	text-decoration: none;
	color: white;
}

.logo img{
	height: 60px;
}
.logo span{
	position: relative;
	top: -17px;
	left: -10px;
	color: white;
  	font-family: "alt gothic no3";
  	font-size: 35px;
  	text-decoration: none;
}

/*paralax scroll images*/
.wrapper{
	position: relative;
	height: 100vh;
	overflow-y: visable;
	overflow-x: hidden;
	perspective: 10px;
	width: 100%;
}
.background{
	transform: translateZ(-10px) scale(2);
	padding-top: 70px;
}
.foreground, .background{
	position: absolute;
	height: auto;
	width: 100%;
	object-fit: cover;
}
.foreground{
	position: relative;
	top: 50px;
	min-height: 700px;
}
.usetoday {
	position: absolute;
	top: 35vh;
	left: 57%; 
	transform: translateX(-43%);
	z-index: 5;
}

.today {
	display: block;
	text-align: left;
	color: white;
	font-family: "alt gothic no3";
	font-size: 4vw;
	margin-bottom: 0;
}

.getaway {
	display: block;
	text-align: left;
	margin-left: 10vw;
	color: white;
	font-family: "alt gothic no3";
	font-size: 4vw;
	margin-top: 0;
}
.arrow{
	position: absolute; 
	left: 50%;
	transform: translateX(-50%) rotate(90deg); 
	bottom: 0; 
	z-index: 6;
}
.destinations{
	position: absolute; 
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(5vh); 
	font-family: "alt gothic no3";
	font-size: 1.3vw; 
	color: white;
	text-shadow: 3px 3px 25px #000000;
	text-align: center;
	z-index: 5;
}
/*content block*/
.block{
	position: relative;
	height: 1500px;
	width: 100vw;
	top: calc(10vh + -550px); 
	background-color: #E2DED5;
	z-index: 4;
	margin-bottom: 0;
	padding-bottom: 0;
}
.container {
    max-width: 80vw; /* Optional: limit width for better appearance */
    margin: 0 auto; /* Center the container */
    padding: 20px;
    padding-top: 80px;
    align-items: center;
}

/* Rows for each image/text pair */
.row {
    position: relative;
    display: flex;
    align-items: flex-start; /* Align items to the top */
    margin-bottom: 60px; /* Space between rows */
    width: 100%;
}

/* Style for the images */
.indopic, .switzpic {
    flex: 0 0 800px; /* Allow images to have a fixed size */
    text-align: left; /* Left-align images */
    position: relative;
}

.londonpic {
    flex: 0 0 auto; /* London picture will also have a fixed size */
    text-align: right; /* Align right */
}

/* Styles for images */
.indopic img, .londonpic img, .switzpic img {
    width: 800px; /* Set to 100% of the available space */
    max-width: 800px; /* Set max width for images to make them smaller */
    padding-left: 20px;
}
.text-container {
	flex: 1;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-top: -24px;
    align-items: flex-end; /* Aligns children to the right */
}
/* Style for text */
.indotext, .londontext, .switztext {
    color: #585B3B;
    font-family: "alt gothic no3";
    font-size: 200px;
    opacity: 15%;
    margin: 0;
    padding: 0;
    line-height: 1;
    flex: 1;
    z-index: 2;
}
.indodescript, .londondescript, .switzdescript{
	position: relative;
	color: #A0A388;
	font-family: "alt gothic no3";
	font-size: 35px;
	z-index: 3;
    width: 100%;
    opacity: 1; 
    flex: 1;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 80px;
}
.indolink, .switzlink, .londonlink{
    position: relative;
    color: #A0A388;
    font-family: "alt gothic no3";
    font-size: 25px;
    z-index: 3;
    width: 100%;
    opacity: 1;
    flex: 1;
    line-height: 1.2;
    margin-top: 40px ;
    text-decoration: none;
}
.londonlink {
    align-self: flex-end; /* Align the link to the right within its container */
    color: #A0A388;
    font-family: "alt gothic no3";
    font-size: 25px;
    z-index: 3;
    margin-top: 20px; /* Add space between the description and link */
    text-decoration: none;
    width: auto; /* Prevent the link from taking full width */
}
.indotext, .indodescript, .indolink {
	text-align: left;
	margin-left: 30px;
}
.londontext, .londondescript, .londonlink{
	text-align: right;
}
.switztext, .switzdescript, .switzlink{
	text-align: left;
	margin-left: 28px;
}
.londondescript{
	margin-right: 40px;
	padding-right: 30px;
}
.indolink:hover{
	text-decoration: underline;
}
.switzlink:hover{
	text-decoration: underline;
}
.londonlink:hover{
	text-decoration: underline;
}
footer {
   	text-align: center;
    background-color: #A0A388;
    color: #fff;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    z-index: 7;
    font-family: "aspekta";
    margin-top: -250
    px; /* Adjust or remove if necessary */
}

footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.6;
}

footer .footer-section {
    flex: 1;
    min-width: 150px;
    margin: 0px 30px 0px;
    padding: 0px 20px 0px 20px;
}

footer h4 {
    font-size: 20px;
    color: #E2DED5;
    margin-bottom: 10px;
}

footer p, footer a {
    font-size: 14px;
    color: #E2DED5;
    text-decoration: none;
    line-height: 1.4;
}

footer a:hover {
    text-decoration: underline;
}

footer input[type="email"] {
    padding: 10px;
    width: calc(90% - 22px);
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
}

footer input[type="submit"] {
    padding: 10px;
    background-color: #5B5A41;
    color: white;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

footer input[type="submit"]:hover {
    background-color: #83846D;
}

footer p {
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/** {
    outline: 1px solid red; 
}*/
/* Media queries for responsiveness */

@media (max-width: 1920px) {
	.usetoday {
		top: 35vh; /* Keep the vertical positioning */
	}
	.destinations {
		bottom: calc(6vh); /* Adjusted to maintain spacing on smaller screens */
	}
	.block {
        top: calc(30vh + -500px); /* Further adjusted for small screens */
    }
    .indopic img, .londonpic img, .switzpic img {
    	width: 600px; /* Set to 100% of the available space */
    	height: auto; /* Maintain aspect ratio */
    	max-width: 600px; /* Set max width for images to make them smaller */
	}
	.indotext, .londontext, .switztext {
	  	font-size: 150px;
	    line-height: 1;
	    flex: 1;
	}

	.indodescript, .londondescript, .switzdescript {
		font-size: 25px;
	}
	.indopic, .switzpic {
    flex: 0 0 600px; /* Allow images to have a fixed size */
	}
}

@media (max-width: 1440px) {
	.usetoday {
		top: 35vh; /* Keep the vertical positioning */
	}
	.destinations {
		bottom: calc(6vh); /* Adjusted to maintain spacing on smaller screens */
	}
	.block {
        top: calc(30vh + -430px); /* Further adjusted for small screens */
	}
    .indopic img, .londonpic img, .switzpic img {
    	width: 550px; /* Set to 100% of the available space */
    	height: auto; /* Maintain aspect ratio */
    	max-width: 550px; /* Set max width for images to make them smaller */
	}
	.indotext, .londontext, .switztext {
	  	font-size: 90px;
	    line-height: 1;
	    flex: 1;
	    margin-top: 8px;
	}

	.indodescript, .londondescript, .switzdescript {
		font-size: 20px;
	}
	.indopic, .switzpic {
    	flex: 0 0 550px; /* Allow images to have a fixed size */
	}
	footer {
		margin-top: -230px
	}

}

@media (max-width: 1024px) {
	.usetoday {
		top: 30vh; /* Adjust vertical position for medium screens */
	}
	.today, .getaway {
		font-size: 6vw; /* Adjust font size for medium screens */
		margin-bottom: 5px; /* Add a little space for smaller screens */
	}
	.destinations {
		bottom: calc(4vh); /* Further adjustment for smaller devices */
	}
	.block {
        top: calc(8vh + -400px); /* Adjusted for medium screens */
    }
}

@media (max-width: 768px) {
	.usetoday {
		top: 20vh; /* Lower the text for small screens */
	}
	.today, .getaway {
		font-size: 7vw; /* Larger font for smaller screens */
		margin-bottom: 2px; /* Add a little space for smaller screens */
	}
	.destinations {
		bottom: calc(2vh); /* Further adjustment for smaller devices */
	}
	.block {
        top: calc(6vh + -350px); /* Further adjusted for small screens */
    }

}
