@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.phone
	{
		display: none !important;
	}
	.menu .phone
	{
		display: block !important;
	}
	.logo
	{
		left: auto;
	}
	.main_nav
	{
		margin-left: 90px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.hamburger
	{
		display: block;
	}
	.hamburger_bar
	{
		display: block;
	}
	.main_nav
	{
		display: none;
	}
	.contact_col
	{
		margin-top: 100px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 40px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.hamburger_bar
	{
		right: calc((100vw - 510px) / 2 - 15px);
	}
	.home_title
	{
		font-size: 72px;
		margin-top: -4px;
	}
	.home_subtitle
	{
		font-size: 14px;
		margin-top: -4px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	.home
	{
		height: 70vh;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 65px;
	}
	.hamburger_bar
	{
		right: 0px;
		height: 65px;
	}
	.home_title
	{
		font-size: 48px;
	}
	.section_title
	{
		font-size: 48px;
	}
	.text_highlight
	{
		font-size: 15px;
	}
	.google_map
	{
		height: 350px;
	}
	.footer_content
	{
		padding-bottom: 40px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.footer_image
	{
		opacity: 0.5;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.hamburger
	{
		display: block;
	}
	.hamburger_bar
	{
		display: block;
		position: fixed; /* Add this */
		top: 0; /* Add this */
		left: 0; /* Add this */
		width: 100%; /* Add this */
		background: #000000; /* Add this for visibility */
		z-index: 1001; /* Add this to stay on top */
		box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Add this for better visibility */
		padding: 0 15px; /* Add this */
	}
	.main_nav
	{
		display: none;
	}
	.contact_col
	{
		margin-top: 100px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 40px;
	}
	
	/* Add these styles for the menu */
	.menu
	{
		display: flex; /* Ensure it shows */
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.95);
		z-index: 1000;
		transition: all 0.5s ease;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.menu.active
	{
		left: 0;
	}
	
	/* Ensure header doesn't overlap */
	.header
	{
		z-index: 999;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.hamburger_bar
	{
		right: 0; /* Changed from calc to simpler */
		height: 70px; /* Add fixed height */
		padding: 0 20px; /* Adjust padding */
	}
	.home_title
	{
		font-size: 72px;
		margin-top: -4px;
	}
	.home_subtitle
	{
		font-size: 14px;
		margin-top: -4px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	.home
	{
		height: 70vh;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 65px;
	}
	.hamburger_bar
	{
		right: 0px;
		height: 65px;
		padding: 0 15px; /* Add consistent padding */
	}
	.home_title
	{
		font-size: 48px;
	}
	.section_title
	{
		font-size: 48px;
	}
	.text_highlight
	{
		font-size: 15px;
	}
	.google_map
	{
		height: 350px;
	}
	.footer_content
	{
		padding-bottom: 40px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.footer_image
	{
		opacity: 0.5;
	}
}