@charset "UTF-8";

/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.contact_page_container {
	
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 5px solid #000000;
		
	}
	

header.page-header {
    text-align: center;
    padding: 0px;
    background-color: black;
    margin: 0px 0px 0px 0px;
    color: #ffffff;	
}

header.page-header h1 {
    font-size: 40px; /* Adjust size as needed */
    margin: 0px 40px 0px 40px;
    padding: 20px 0px 20px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 25px;
	text-align: center;
}

section.hero-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Ensures the image covers the section */
    padding: 0px;
    text-align: center;
    color: #ffffff;
    height: 625px;
    width: 100%; /* Ensures the section width is responsive */
}

section.hero-image h1 {
    font-size: 40px; /* 2em converted to pixels */
    margin: 0;
    font-family: 'Monday Rain';
    height: 300px;
    color: #ffffff;
    text-shadow: 3px 3px rgba(0,0,0,1.00); /* Adds shadow for better text visibility */
}

main {
    padding: 0px 0px 50px 0px;
	background-color: black;
}



.map {
    text-align: center;
	font-family: 'Noteworthy-Bold';
}


.map h2 {
    text-align: center;
	font-family: 'Noteworthy-Bold';
	margin: 0px 0px 20px 0px;
}

.map iframe {
    max-width: 100%;
    border: 0;
	font-family: 'Noteworthy-Bold';
	width: 600px;
    height: 450px;
}

.personal-touch {
    text-align: center;
    padding: 20px;
}

.personal-touch img {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 150px; /* Adjust the value to get the desired circular effect */
	
}

.personal-touch p {
    margin-top: 15px;
    font-size: 24px; /* Adjust font size as needed */
    color: #fff; /* Adjust color as needed */
}



.personal-touch p {
	font-family: 'Noteworthy-Bold';
	font-size: 20px;
}



/* General styling for the contact button section */
.contact-button {
    text-align: center;
    margin: 40px 0;
}

.contact-button p {
    font-family: 'Noteworthy-Bold', sans-serif;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

/* Styling for the email button */
.email-button {
    font-family: 'Noteworthy-Bold', sans-serif;
    font-size: 20px;
    color: white;
    background-color: #007BFF; /* Adjust color to fit your design */
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.email-button:hover {
    background-color: #0056b3; /* Darker blue for hover effect */
}


/* General styling for the social media section */
.social-media {
    text-align: center;
    margin: 40px 0;
}

.social-media h2 {
    font-family: 'Excited', sans-serif;
    font-size: 28px;
    color: white;
    margin-bottom: 20px;
}

/* Styling for social media links */
.social-media a {
    display: inline-block;
    font-family: 'Noteworthy-Bold', sans-serif;
    font-size: 20px;
    color: white;
    background-color: #3b5998; /* Facebook blue */
     padding: 5px 10px;
    margin: 10px 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-media a[href*="instagram"] {
    background-color: #E1306C; /* Instagram pink */
}

.social-media a:hover {
    background-color: #2d4373; /* Darker blue for Facebook on hover */
}

.social-media a[href*="instagram"]:hover {
    background-color: #C13584; /* Darker pink for Instagram on hover */
}












@media (min-width: 1920px) {
	
	.contact_page_container {
		
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 5px solid #000000;
		
	}

	
section.hero-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Ensures the image covers the section */
    background-image: url("../img/contact_page/hero_image_1920px.jpg");
    padding: 0px;
    text-align: center;
    color: #ffffff;
    height: 720px;
    width: auto; /* Ensures the section width is responsive */
}
	
	header.page-header h1 {
    font-size: 60px; /* Adjust size as needed */
    margin: 10px;
    padding: 20px 0px 5px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 60px;
	text-align: center;
}
	
	
	/* Transparent box styling */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
    padding: 10px; /* Adds padding inside the box */
    display: inline-block; /* Makes the box fit around the text */
    margin-top: 600px; /* Adjust as needed to center vertically */
    border-radius: 10px; /* Optional: Adds rounded corners */
	height: 50px;
}
	
	section.hero-image h1 {
    font-size: 50px; /* 2em converted to pixels */
	line-height: 50px;
    margin: 0;
    font-family: 'Monday Rain';
    color: #ffffff;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}
	

.contact-button p {
	font-family: 'Noteworthy-Bold';
	font-size: 22px;
	 margin: 10px 10px 30px 10px;
	padding: 0px;
}

.social-media h2 {
   
   font-size: 22px;
    margin-bottom: 20px;
}

	
	
.map h2 {
	font-size: 22px;
	line-height: 20px;
	
}

	.personal-touch p {
	font-family: 'Noteworthy-Bold';
	font-size: 24px;
}
	
	.personal-touch img {
	max-width: 300px;
}

	
}


















@media (max-width: 1920px) {
	
	
	.contact_page_container {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 5px solid #000000;	
	}
	
	
	
section.hero-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Ensures the image covers the section */
    background-image: url("../img/contact_page/hero_image_1920px.jpg");
    padding: 0px;
    text-align: center;
    color: #ffffff;
    height: 720px;
    width: auto; /* Ensures the section width is responsive */
}
	
	header.page-header h1 {
    font-size: 60px; /* Adjust size as needed */
    margin: 10px;
    padding: 20px 0px 5px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 60px;
	text-align: center;
}
	
	
	/* Transparent box styling */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
    padding: 10px; /* Adds padding inside the box */
    display: inline-block; /* Makes the box fit around the text */
    margin-top: 600px; /* Adjust as needed to center vertically */
    border-radius: 10px; /* Optional: Adds rounded corners */
	height: 50px;
}
	
	section.hero-image h1 {
    font-size: 50px; /* 2em converted to pixels */
	line-height: 50px;
    margin: 0;
    font-family: 'Monday Rain';
    color: #ffffff;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}
	

.contact-button p {
	font-family: 'Noteworthy-Bold';
	font-size: 22px;
	 margin: 10px 10px 30px 10px;
	padding: 0px;
}

.social-media h2 {
   
   font-size: 22px;
    margin-bottom: 20px;
}

	
	
.map h2 {
	font-size: 22px;
	line-height: 20px;
	
}

	.personal-touch p {
	font-family: 'Noteworthy-Bold';
	font-size: 24px;
}
	
	.personal-touch img {
	max-width: 300px;
}

	
}




















@media (max-width: 1200px) {
	
	
.contact_page_container {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 1200px;
	height: auto;
	border: 5px solid #000000;	
	}
	
	
section.hero-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Ensures the image covers the section */
    background-image: url("../img/contact_page/hero_image_1200px.jpg");
    padding: 0px;
    text-align: center;
    color: #ffffff;
    height: 595px;
    width: auto; /* Ensures the section width is responsive */
}
	
	header.page-header h1 {
    font-size: 50px; /* Adjust size as needed */
    margin: 10px;
    padding: 20px 0px 5px 0px;
    text-shadow: 1.5px 1.5px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 50px;
	text-align: center;
}
	
	
	/* Transparent box styling */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
    padding: 5px 5px 10px 5px; /* Adds padding inside the box */
    display: inline-block; /* Makes the box fit around the text */
    margin-top: 500px; /* Adjust as needed to center vertically */
    border-radius: 10px; /* Optional: Adds rounded corners */
	height: 30px;
}
	
	section.hero-image h1 {
    font-size: 40px; /* 2em converted to pixels */
	line-height: 40px;
    margin: 0;
    font-family: 'Monday Rain';
    color: #ffffff;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}
	

.contact-button p {
	font-family: 'Noteworthy-Bold';
	font-size: 20px;
	 margin: 10px 10px 30px 10px;
	padding: 0px;
}

.social-media h2 {
   
   font-size: 20px;
    margin-bottom: 20px;
}

	
	
.map h2 {
	font-size: 20px;
	line-height: 20px;
	
}

	.personal-touch p {
	font-family: 'Noteworthy-Bold';
	font-size: 22px;
}
	
	.personal-touch img {
	max-width: 300px;
}

	
}





















@media (max-width: 768px) {
	
	.contact_page_container {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 768px;
	height: auto;
	border: 5px solid #000000;	
	}
	
 section.hero-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Ensures the image covers the section */
    background-image: url("../img/contact_page/hero_image_768px.jpg");
    padding: 0px;
    text-align: center;
    color: #ffffff;
    height: 768px;
    width: auto; /* Ensures the section width is responsive */
}
	
	header.page-header h1 {
    font-size: 40px; /* Adjust size as needed */
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 5px 0px;
    text-shadow: 1.5px 1.5px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 40px;
	text-align: center;
}
	
	
	/* Transparent box styling */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
    padding: 5px 5px 10px 5px; /* Adds padding inside the box */
    display: inline-block; /* Makes the box fit around the text */
    margin-top: 550px; /* Adjust as needed to center vertically */
    border-radius: 10px; /* Optional: Adds rounded corners */
	height: 30px;
}
	
	section.hero-image h1 {
    font-size: 32px; /* 2em converted to pixels */
	line-height: 32px;
    margin: 0;
    font-family: 'Monday Rain';
    color: #ffffff;
    text-shadow: 1px 1px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}
	

.contact-button p {
	font-family: 'Noteworthy-Bold';
	font-size: 18px;
	 margin: 10px 10px 30px 10px;
	padding: 0px;
}

.social-media h2 {
   
   font-size: 18px;
    margin-bottom: 20px;
}

	
	
.map h2 {
	font-size: 20px;
	line-height: 20px;
	
}

	.personal-touch p {
	font-family: 'Noteworthy-Bold';
	font-size: 20px;
}
	
	.personal-touch img {
	max-width: 300px;
}

	
}



	
	
























@media (max-width: 480px) {
	
	.contact_page_container {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 480px;
	height: auto;
	border: 5px solid #000000;	
	}
	

   section.hero-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Ensures the image covers the section */
    background-image: url(../img/contact_page/hero_image_480px.jpg);
    padding: 0px;
    text-align: center;
    color: #ffffff;
    height: 480px;
    width: auto; /* Ensures the section width is responsive */
}
	
	header.page-header h1 {
    font-size: 35px; /* Adjust size as needed */
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 5px 0px;
    text-shadow: 1px 1px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 35px;
	text-align: center;
}
	
	
	/* Transparent box styling */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
    padding: 5px 5px 10px 5px; /* Adds padding inside the box */
    display: inline-block; /* Makes the box fit around the text */
    margin-top: 350px; /* Adjust as needed to center vertically */
    border-radius: 10px; /* Optional: Adds rounded corners */
	height: 30px;
}
	
	section.hero-image h1 {
    font-size: 30px; /* 2em converted to pixels */
	line-height: 30px;
    margin: 0;
    font-family: 'Monday Rain';
    color: #ffffff;
    text-shadow: 1px 1px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}
	

.contact-button p {
	font-family: 'Noteworthy-Bold';
	font-size: 18px;
	 margin: 10px 10px 30px 10px;
	padding: 0px;
}

.social-media h2 {
   
   font-size: 18px;
    margin-bottom: 20px;
}

	
	
.map h2 {
	font-size: 20px;
	line-height: 20px;
	
}

	.personal-touch p {
	font-family: 'Noteworthy-Bold';
	font-size: 20px;
}
	
		
	.personal-touch img {
	max-width: 250px;
}

	
}
















@media (max-width: 300px) {
	
	.contact_page_container {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 300px;
	height: auto;
	border: 5px solid #000000;	
	}
	
	
   section.hero-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Ensures the image covers the section */
    background-image: url(../img/contact_page/hero_image_300px.jpg);
    padding: 0px;
    text-align: center;
    color: #ffffff;
    height: 352px;
    width: auto; /* Ensures the section width is responsive */
}
	
	header.page-header h1 {
    font-size: 35px; /* Adjust size as needed */
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 5px 0px;
    text-shadow: 1px 1px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    font-family: 'Monday Rain';
    line-height: 35px;
	text-align: center;
}
	
	
	/* Transparent box styling */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
    padding: 5px 5px 10px 5px; /* Adds padding inside the box */
    display: inline-block; /* Makes the box fit around the text */
    margin-top: 280px; /* Adjust as needed to center vertically */
    border-radius: 10px; /* Optional: Adds rounded corners */
	height: 30px;
}
	
	section.hero-image h1 {
    font-size: 28px; /* 2em converted to pixels */
	line-height: 28px;
    margin: 0;
    font-family: 'Monday Rain';
    color: #ffffff;
    text-shadow: 1px 1px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}
	

.contact-button p {
	font-family: 'Noteworthy-Bold';
	font-size: 18px;
	 margin: 10px 10px 30px 10px;
	padding: 0px;
}

.social-media h2 {
   
   font-size: 18px;
    margin-bottom: 20px;
}

	
	
.map h2 {
	font-size: 20px;
	line-height: 20px;
	
}

	.personal-touch p {
	font-family: 'Noteworthy-Bold';
	font-size: 20px;
}
	
	
	.personal-touch img {
	max-width: 200px;
}

	
}