html {
	scroll-behavior: smooth;
}
body, h1, h2, p {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif, Calibri;
	font-size: 16px;
}

header {
	height: 100vh;
	width: auto;
	position: relative;
	background: #0e131c url("../img/new/banners/banner.gif") no-repeat center center fixed;
	background-size: cover;
}

a {
	text-decoration: none;
	color: #e6e6e6;
}

main {
	color: #454754;
	text-align: center;
}

footer {
	background-color: #0e131c;
	color: #f9f9f9;
	line-height: 2;
	position: relative;
}

.container, #about, #menu, #reservation, #info, #copyright {
	width: 80%;
	margin: 0 auto;
}

/* Header */

nav {
	font-size: 13px;
}

nav a {
	margin: 0 10px;
	padding-bottom: 3px;
}

nav a:nth-of-type(5) {
	margin-right: 0;
}

nav a.active {
	border-bottom: 2px solid #e6e6e6;
}

.container {
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	transition: all .7s ease-in-out;
	/* border: 1px solid yellow; */
	box-sizing: border-box;
}

.container.fixed_menu {
	background-color: #0e131c;
	border-bottom: 1px solid #d3a261;
	width: 100%;
	position: fixed;
	top: 0%;
	padding: 10px 40px;
	transition: all .7s ease-in-out;
	z-index: 5;
}

/* Hamburger Menu (continued in the media queries section) */

.menu_icon {
	display: none;
	cursor: pointer;
}

.gradient {
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, #0e131c, transparent);
}

#logo {
	border-bottom: 2px solid #e6e6e6;
	letter-spacing: 3px;
	font-size: 25px;
}

#logo a {
	color: #e6e6e6;
}

.welcome_container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	color: #f9f9f9;

}

.highlight {
	color: #d3a261;
	font-family: 'Allura', cursive, Calibri, sans-serif;
	text-transform: none;
	font-size: 60px;
}

.brand {
	letter-spacing: 12px;
	margin-top: -30px;
	font-weight: 900;
	font-size: 30px;
}

.topic {
	letter-spacing: 15px;
	margin-top: -30px;
	font-weight: 900;
	font-size: 35px;
}

header .symbol {
	color: #d3a261;
	font-size: 20px;
	display: block;
	position: relative;
	margin-top: -5px;
	margin-bottom: 5px;
}

header .symbol:before, header .symbol:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 60%;
	transform: translateY(-50%);
	height: 2px;
	width: 40%;
	background-color: #f9f9f9;
}

header .symbol:before {
	margin-right: 10px;
	left: 0;
}

header .symbol:after {
	margin-left: 10px;
	right: 0;
}


header h2 {
	font-size: 15px;
	letter-spacing: 5px;
}

/* Main */

section#about, section#menu, section#reservation {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 80px;
}

.side-filler {
	width: 5%;
}

.content {
	box-sizing: border-box;
	padding: 40px;
	width: 50%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

.section-iframe{
    /*padding: 20px;*/
    width:100%;
    height : 300px;
}

.topic {
	letter-spacing: 10px;
	text-transform: uppercase;
}

.content a{
	color: #d3a261;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 2px;
	border-bottom: 2px solid #d3a261;
}

.content h2 {
	margin-top: 20px;
}

.content p:nth-of-type(2) {
	line-height: 1.8;
}

.symbol {
	color: #74788e;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.img_container {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

section img {
	width: 60%;
	min-width: 300px;
}

#menu .img_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px 20px;
}

#menu img {
	width: 100%;
	min-width: 50px;
}

.align_end {
	align-self: end;
}

.align_start {
	align-self: start;
}

#reservation .img_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap: 20px 20px;
}

#reservation img {
	width: 100%;
	min-width: 50px;
	max-width: 320px;
}

/* Dividers */

.divider {
	height: 500px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

.divider .topic {
	color: #f9f9f9;
}

main section:nth-of-type(2) {
	background: #24324a url(../img/new/sofa/sofa-banner.webp) no-repeat center center fixed;
	background-size: cover;
}

main section:nth-of-type(4) {
	background: #24324a url(../img/new/mattress/mattress-banner.webp) no-repeat center center fixed;
	background-size: cover;
}

main section:nth-of-type(6) {
	background: #24324a url(../img/new/curtain/curtain-banner.webp) no-repeat center center fixed;
	background-size: cover;
}

main section:nth-of-type(8) {
	background: #24324a url(../img/new/bed/bed-banner.webp) no-repeat center center fixed;
	background-size: cover;
}

main section:nth-of-type(10) {
	background: #24324a url(../img/new/headboard/headboard-banner.webp) no-repeat center center fixed;
	background-size: cover;
}

/* Footer */

.copyright_container {
	width: 100%;
	background-color: #393b46;
}

#info {
	display: flex;
	justify-content: space-between;
	min-height: 200px;
}

#info h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

#info p {
	font-size: 13px;
}

#info > div {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

#locations {
	width: 35%;
}

#hours {
	width: 50%;
}

.address_container, .open_container {
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#copyright p {
	font-size: 12px;
}

#copyright {
	min-height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dot {
	padding: 0 10px;
	font-size: 20px;
}

#top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	background-color: #fff;
	color: #0e131c;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#top p {
	font-size: 12px;
}

#top a {
	color: #0e131c;
}

p#arrow {
	transform: rotate(90deg);
	font-size: 18px;
}

.address1 {
	padding-right: 30px;
}

/* Media queries */

@media all and (max-width: 575px) {
	.divider {
		height: 400px;
	}
	
	#copyright p {
		font-size: 10px;
	}
	
	#info {
		flex-flow: column nowrap;
	}
	
	#locations, div#hours {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	div#locations, .address_container {
		flex-flow: column nowrap;
	}
	
	div#hours {
		margin-top: 30px;
	}
	
	div#locations {
		margin-top: 20px;
	}
	
	.address1 {
		padding-right: 0;
	}
}

@media all and (max-width: 700px) {
	
	nav {
		display: none;
	}
	
	#open_menu.show, #close_menu.show {
		display: block;
		z-index: 5;
	}
	
	#logo {
		z-index: 5;
	}
	
	.container.show_menu {
		width: 100%;
		height: 100vh;
		/* we need these for when the page is in the welcome section, where the fixed_menu class is no longer active */
		padding: 10px 40px;
		position: fixed;
		top: 0;
		z-index: 5;
		/* resetting the following ones */
		transition: none;
		border-bottom: none;
		background-color: rgba(0, 0, 0, .9);
		align-items: flex-start;
	}
	
	nav.show_menu { 
		position: absolute;
		height: 100vh;
		width: 100vw;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		/* because the parent container has some padding, we need to get it out */
		margin: -10px 0 0 -40px;		
	}
	
	nav.show_menu a {
		margin-bottom: 10px;
	}
	
	nav.show_menu a:nth-of-type(5) {
		margin-right: 10px;
	}

}

@media all and (max-width: 767px) {
	
	section#about, section#menu, section#reservation {
		margin-top: 20px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
	}
	
	.content, .img_container {
		width: 100%;	
	}
	
	section#about {
		margin-bottom: 40px;
	}
	
	section#menu {
		margin-top: 40px;
	}
	
	section#reservation {
		margin-bottom: 60px;
	}
	
	.open_container div:nth-of-type(2) {
		margin-top: 20px;
	}
	
	#locations {
		align-self: flex-start;
	}
	
	.open_container {
		flex-flow: column nowrap;
	}
	
	#info {
		justify-content: center;
	}
	
	#hours {
		width: 28%;
		padding-left: 20%;
	}
	
	.contact-form,
    .contact-info {
        max-width: 100%;
        margin-right: 0;
        margin-top:25px !important;
    }
}

@media all and (max-width: 990px) {
	#copyright p {
		font-size: 12px;
	}
	
	#copyright {
		flex-flow: column nowrap;
		padding: 25px 0;
	}
	
	#copyright div {
		width: 80%;
		text-align: center;
	}
}

@media all and (min-width: 768px) and (max-width: 990px) {
	section#about, section#menu, section#reservation {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (min-width: 350px) and (max-width: 768px) {
	.section-iframe{
	    width : 100%;
	    height: 300px;
	}
	
	.contact-content {
        flex-direction: row;
    }

    .contact-form {
        max-width: 50%;
        margin-right: 20px;
    }

    .contact-info {
        max-width: 50%;
        margin-top:25px !important;
    }
    
    .topic {
	    font-size: 20px;
    }
}


@media all and (max-width: 1097px) {
	.open_container div:nth-of-type(3) {
		width: 100%;
	}
	
	.address2, .open_container div:nth-of-type(3) {
		margin-top: 20px;
	}
	
	#info {
		padding: 40px 0;
	}
}


/* contact us form css  */
#contact {
    padding: 20px 0;
    background-color: #f9f9f9;
}

#contact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* contact form */
.contact-form {
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-group textarea,
.contact-form .form-group input {
    width: 95%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.contact-form .form-group.form-row {
    display: flex;
    flex-wrap: wrap;
}

.contact-form .form-group.form-row input {
    flex: 1;
    margin-right: 10px;
}

.contact-form .form-group.form-row input:last-child {
    margin-right: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"] {
    width: calc(100% - 20px);
}

.contact-form button[type="submit"] {
    background-color: #0e131c;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px 0;
}

.contact-form button[type="submit"]:hover {
    background-color: #d3a261;
}

/* contact info */
.contact-info {
    flex: 1;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
    margin-top:5rem;
}

.contact-info p {
    margin-bottom: 15px;
}

.contact-info i {
    margin-right: 10px;
}


/* Scoped to .welcome_section */
     
     .welcome_section {
      position: relative;
      height: 100vh;
      background: url('your-background.gif') no-repeat center center/cover;
      display: flex;
      justify-content: center; /* Horizontal centering */
      align-items: center; /* Vertical centering */
      text-align: center;
      color: white;
      overflow: hidden;
    }

    /* Adjust text shadow and size */
    .welcome_section .welcome_container * {
      position: relative;
      z-index: 2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Keep text shadow for readability */
    }

    .welcome_section .welcome_container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; /* Ensures vertical centering */
      text-align: center;
    }

    .welcome_section .highlight {
      font-size: 1.5em;  /* Slightly smaller */
      margin: 0;
    }

    .welcome_section .brand {
      font-size: 2.5em;  /* Slightly smaller */
      font-weight: bold;
      margin: 10px 0;
    }

    .welcome_section .symbol {
      font-size: 1.8em;  /* Slightly smaller */
      margin: 10px 0;
    }

    .welcome_section h2 {
      font-size: 1.2em;  /* Slightly smaller */
      max-width: 80%;
    }

/* Scoped to .welcome_section */