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

/* General styling */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}



/* Hero Section */
#hero {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Container for text boxes */
.hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px; /* Padding to ensure text doesn't touch the edges */
}






/* Email Section */
#email-section {
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
	

}

.email-button {
    display: inline-block;
    background-color: #1403D2;
    color: white;
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-family: 'Noteworthy-Bold';
}

.email-button:hover {
    background-color: #0071FF;
    transform: scale(1.05);
	  color: white;
}

/* Social Media Section */
#social-media-section {
    padding: 30px;
    background-color: #f5f5f5;
    text-align: center;
}


.contact-info {
    margin: 0px;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
	font-family: 'Alex Brush';
}


.contact-info2 {
    margin: 0;
    font-size: 16px;
	line-height: 20px;
    font-weight: bold;
    color: #000000;
	font-family: 'Noteworthy-Bold';
}



.social-media {
    margin: 0px 10px 0px 10px;
}

.social-button {
    display: inline-block;
    background-color: #1403D2;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
	font-family: 'Noteworthy-Bold';
}

.social-button:hover {
    background-color: #0071FF;
    transform: scale(1.05);
}

#map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height to center the map vertically */
}

#map-wrapper {
    width: 300px;
    height: 300px;
    max-width: 100%; /* Ensure it stays responsive */
    max-height: 100%; /* Ensure it stays responsive */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    border-radius: 10px; /* Optional: Rounded corners */
    overflow: hidden; /* To keep iframe within the border-radius */
}





























/* Media Queries */
@media (min-width: 1920px) {
    #hero {
        height: 1080px;
        background-image: url(../img/contact_page/hero_image_1920px.jpg);
    }

	
.contact_page_container  {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #ffffff;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 1px solid #000000;
	
	
}
	
		
	/* Container for text boxes */
.hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px; /* Padding to ensure text doesn't touch the edges */
}

/* Transparent box for h1 at the top */
.top-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
	margin: -490px 0px 0px 0px;
	width: 100%;
}

.top-box h1 {
    font-family: 'Alex Brush';
	color: #ffffff;
	font-size: 100px;
	line-height: 60px;
	margin: 0px 20px 0px 20px;
}

/* Transparent box for h2 at the bottom */
.bottom-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 10px;
    text-align: center;
	margin: 430px 0px 0px 0px;
	width: 70%;
}

.bottom-box h2 {
   
    font-family: 'Grand Rainbow Demo';
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
	margin: 10px 0px 0px 0px;
	
}

	
	
 #map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px; /* Full viewport height to center the map vertically */
}

#map-wrapper {
    width: 768px;
    height: 768px;
    max-width: 100%; /* Ensure it stays responsive */
    max-height: 100%; /* Ensure it stays responsive */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    border-radius: 10px; /* Optional: Rounded corners */
    overflow: hidden; /* To keep iframe within the border-radius */
}



}




@media (max-width: 1920px) {
    #hero {
        height: 1080px;
        background-image: url(../img/contact_page/hero_image_1920px.jpg);
    }

	
		
	/* Container for text boxes */
.hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px; /* Padding to ensure text doesn't touch the edges */
}

/* Transparent box for h1 at the top */
.top-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
	margin: -490px 0px 0px 0px;
	width: 100%;
}

.top-box h1 {
    font-family: 'Alex Brush';
	color: #ffffff;
	font-size: 100px;
	line-height: 60px;
	margin: 0px 20px 0px 20px;
}

/* Transparent box for h2 at the bottom */
.bottom-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 10px;
    text-align: center;
	margin: 430px 0px 0px 0px;
	width: 70%;
}

.bottom-box h2 {
   
    font-family: 'Grand Rainbow Demo';
	color: #ffffff;
	font-size: 40px;
	line-height: 45px;
	margin: 10px 0px 0px 0px;
	
}

	
	
 #map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px; /* Full viewport height to center the map vertically */
}

#map-wrapper {
    width: 768px;
    height: 768px;
    max-width: 100%; /* Ensure it stays responsive */
    max-height: 100%; /* Ensure it stays responsive */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    border-radius: 10px; /* Optional: Rounded corners */
    overflow: hidden; /* To keep iframe within the border-radius */
}



}





@media (max-width: 1200px) {
    #hero {
        height: 800px;
        background-image: url(../img/contact_page/hero_image_1200px.jpg);
    }
	
	/* Container for text boxes */
.hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px; /* Padding to ensure text doesn't touch the edges */
}

/* Transparent box for h1 at the top */
.top-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
	margin: -415px 0px 0px 0px;
	width: 100%;
}

.top-box h1 {
    font-family: 'Alex Brush';
	color: #ffffff;
	font-size: 75px;
	line-height: 60px;
	margin: 50px 20px 0px 20px;
}

/* Transparent box for h2 at the bottom */
.bottom-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 10px;
    text-align: center;
	margin: 310px 0px 0px 0px;
	width: 70%;
}

.bottom-box h2 {
   
    font-family: 'Grand Rainbow Demo';
	color: #ffffff;
	font-size: 35px;
	line-height: 40px;
	margin: 10px 0px 0px 0px;
	
}


	
	

 #map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px; /* Full viewport height to center the map vertically */
}

#map-wrapper {
    width: 768px;
    height: 768px;
    max-width: 100%; /* Ensure it stays responsive */
    max-height: 100%; /* Ensure it stays responsive */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    border-radius: 10px; /* Optional: Rounded corners */
    overflow: hidden; /* To keep iframe within the border-radius */
}



}








@media (max-width: 768px) {
    #hero {
        height: 1080px;
        background-image: url(../img/contact_page/hero_image_768px.jpg);
    }
	
	/* Container for text boxes */
.hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px; /* Padding to ensure text doesn't touch the edges */
}

/* Transparent box for h1 at the top */
.top-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
	margin: -500px 0px 0px 0px;
	width: 100%;
}

.top-box h1 {
    font-family: 'Alex Brush';
	color: #ffffff;
	font-size: 75px;
	line-height: 60px;
	margin: 50px 20px 0px 20px;
}

/* Transparent box for h2 at the bottom */
.bottom-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 10px;
    text-align: center;
	margin: 405px 0px 0px 0px;
	width: 70%;
}

.bottom-box h2 {
   
    font-family: 'Grand Rainbow Demo';
	color: #ffffff;
	font-size: 35px;
	line-height: 40px;
	margin: 10px 0px 0px 0px;
	
}

	

#map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px; /* Full viewport height to center the map vertically */
}

#map-wrapper {
    width: 768px;
    height: 768px;
    max-width: 100%; /* Ensure it stays responsive */
    max-height: 100%; /* Ensure it stays responsive */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    border-radius: 10px; /* Optional: Rounded corners */
    overflow: hidden; /* To keep iframe within the border-radius */
}



}








@media (max-width: 480px) {
    #hero {
        height: 800px;
        background-image: url(../img/contact_page/hero_image_480px.jpg);
    }

	

/* Container for text boxes */
.hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px; /* Padding to ensure text doesn't touch the edges */
}

/* Transparent box for h1 at the top */
.top-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
	margin: -370px 0px 0px 0px;
	width: 100%;
}

.top-box h1 {
    font-family: 'Alex Brush';
	color: #ffffff;
	font-size: 75px;
	line-height: 50px;
	margin: 0px 40px 0px 40px;
}

/* Transparent box for h2 at the bottom */
.bottom-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 10px;
    text-align: center;
	margin: 275px 0px 0px 0px;
	width: 70%;
}

.bottom-box h2 {
   
    font-family: 'Grand Rainbow Demo';
	color: #ffffff;
	font-size: 25px;
	line-height: 30px;
	margin: 10px 40px 0px 40px;
	
}

	
#map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px; /* Full viewport height to center the map vertically */
}

#map-wrapper {
    width: 280px;
    height: 280px;
    max-width: 100%; /* Ensure it stays responsive */
    max-height: 100%; /* Ensure it stays responsive */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    border-radius: 10px; /* Optional: Rounded corners */
    overflow: hidden; /* To keep iframe within the border-radius */
}


}



@media (max-width: 300px) {
    #hero {
        height: 550px;
        background-image: url(../img/contact_page/hero_image_300px.jpg);
    }
	

/* Container for text boxes */
.hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px; /* Padding to ensure text doesn't touch the edges */
}

/* Transparent box for h1 at the top */
.top-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
	margin: -270px 0px 0px 0px;
	width: 100%;
}

.top-box h1 {
    font-family: 'Alex Brush';
	color: #ffffff;
	font-size: 55px;
	line-height: 40px;
	margin: 0px 50px 0px 50px;
}

/* Transparent box for h2 at the bottom */
.bottom-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 10px;
    text-align: center;
	margin: 200px 0px 0px 0px;
	width: 70%;
}

.bottom-box h2 {
    margin: 0;
    font-family: 'Grand Rainbow Demo';
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	
}

	
#map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px; /* Full viewport height to center the map vertically */
}

#map-wrapper {
    width: 280px;
    height: 280px;
    max-width: 100%; /* Ensure it stays responsive */
    max-height: 100%; /* Ensure it stays responsive */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    border-radius: 10px; /* Optional: Rounded corners */
    overflow: hidden; /* To keep iframe within the border-radius */
}


}
