html {
  scroll-behavior: smooth;
}
body { font-family: 'Playfair Display', system-ui, serif; }
.hero-bg {
background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
url('https://www.goldenageassist.com/images/back-patio.jpg');
background-size: cover;
background-position: center;
}
.legacy_gallery a {
	display: inline-block;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;   
}
.gallery.columns3 {
	display: grid;
	grid-template-columns: auto auto auto;
}
section.py-24 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.mobile_view{
	display:none;
}
.mobile_menu_btn {
	border-radius: 5px;
	font-size: 30px;
	background: rgb(28 25 23);
	color: #fff;	
	width: 45px;
	height: 45px;	
	text-align: center;
	line-height: 35px;
	padding: 4px 8px;
	box-sizing: border-box;
	cursor:pointer;
	position: absolute;
	right: 20px;
}
.mobile_menu_btn.active{
	background:rgb(146 64 14);
}
.menu {
	margin-top: 15px;
}
/*responsive*/
@media (max-width: 1024px){
	body .h-screen{
		height:auto;
	}
	body .menu_box{
		display:none;
		position: absolute;
		right: 0;
		background: grey;
		top: 90px;
		padding:10px;
	}
	nav .nav_inner{
		width:340px;
		margin: 0;
	}
	.mobile_view{
		display:block;
	}
	div.menu {
		display: block;
	}
	div.menu a {
		display: block;
		width: 100%;		
		padding: 10px;
	}	
	body .menu_box a{
		display: block;
	}
	header {
		padding-top:10px;
		padding-bottom:10px;
	}
	body .text-7xl {
		font-size: 2.5rem;		
	}
	body .text-5xl {
		font-size: 2rem;
	}
	body .px-12,body .py-5,body .px-16{
		padding:0.5rem;
	}
	.gallery.columns3{
		grid-template-columns: auto auto;
	}
}
@media (max-width: 768px){
	.gallery.columns3{
		grid-template-columns: auto;
	}
}