@charset "UTF-8";
@import url("navigation.css");

/* CSS Document */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


/* Header Section */
.header_section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
    z-index: 1; /* Ensure it stays on top of the image */
}


/* Hero Image */
.hero-image {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust height as needed */
    overflow: hidden;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
}


/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 20px 0;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 20px auto;
    padding-top: 120px; /* Add padding to avoid overlap with navbar */
}
	


/* Social Media Section */
.social-media {
    padding: 2em;
    text-align: center;
}

.social-media h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 60px;
    line-height: 80px;
    margin: 0px 20px 50px 20px;
}

.social-media p {
    font-size: 60px;
    line-height: 60px;
    font-family: "KG Ray of Sunshine";
}


/* Media Queries */



@media (min-width: 1920px) {
	
	
.social_media_page_container {
	width: 1920px;
    height: auto;
    margin: 0px auto 0px auto;
    border: 1px solid #000000;
	
}

	
  /* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: -35px 0px 0px 0px;
	
   
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	

}
	
	
	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 65px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}
	
	

h1 {
    font-family: 'Great Vibes';
    font-size: 55px;
    line-height: 45px;
    text-shadow: 3px 3px #000000;
    margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}


	
	/* Social Media Section */
.social-media {
    padding: 0;
    text-align: center;
}

.social-media h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 25px;
    line-height: 30px;
    margin: 5px 10px 5px 10px;
}

.social-media p {
    font-size: 25px;
    line-height: 0px;
    font-family: "KG Ray of Sunshine";
}

}


@media (max-width: 1920px) {
  /* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: -35px 0px 0px 0px;
	
   
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	

}
	
	
	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 65px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}
	
	

h1 {
    font-family: 'Great Vibes';
    font-size: 55px;
    line-height: 45px;
    text-shadow: 3px 3px #000000;
    margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}


	
	/* Social Media Section */
.social-media {
    padding: 0;
    text-align: center;
}

.social-media h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 25px;
    line-height: 30px;
    margin: 5px 10px 5px 10px;
}

.social-media p {
    font-size: 25px;
    line-height: 0px;
    font-family: "KG Ray of Sunshine";
}

}



@media (max-width: 1200px) {
   /* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: -35px 0px 0px 0px;
	
   
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	

}
	
	
	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 65px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}
	
	

h1 {
    font-family: 'Great Vibes';
    font-size: 45px;
    line-height: 35px;
    text-shadow: 3px 3px #000000;
    margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}


	
	/* Social Media Section */
.social-media {
    padding: 0;
    text-align: center;
}

.social-media h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 25px;
    line-height: 30px;
    margin: 5px 10px 5px 10px;
}

.social-media p {
    font-size: 25px;
    line-height: 0px;
    font-family: "KG Ray of Sunshine";
}

}



@media (max-width: 768px) {
/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: -35px 0px 0px 0px;
	
   
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	

}
	
	
	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 65px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}
	
	

h1 {
    font-family: 'Great Vibes';
    font-size: 45px;
    line-height: 35px;
    text-shadow: 3px 3px #000000;
    margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}


	
	/* Social Media Section */
.social-media {
    padding: 0;
    text-align: center;
}

.social-media h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 25px;
    line-height: 30px;
    margin: 10px 10px 10px 10px;
}

.social-media p {
    font-size: 25px;
    line-height: 0px;
    font-family: "KG Ray of Sunshine";
}

}


@media (max-width: 480px) {
   /* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: -40px 0px 0px 0px;
	
   
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	

}
	
	
	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 55px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}
	
	

h1 {
    font-family: 'Great Vibes';
    font-size: 45px;
    line-height: 35px;
    text-shadow: 2px 2px #000000;
    margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}


	
	/* Social Media Section */
.social-media {
    padding: 0;
    text-align: center;
}

.social-media h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 25px;
    line-height: 40px;
    margin: 10px 10px 0px 10px;
}

.social-media p {
    font-size: 25px;
    line-height: 0px;
    font-family: "KG Ray of Sunshine";
}

}








@media (max-width: 300px) {
  


/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: -40px 0px 0px 0px;
	
   
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	

}
	
	
	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}
	
	

h1 {
    font-family: 'Great Vibes';
    font-size: 35px;
    line-height: 30px;
    text-shadow: 2px 2px #000000;
    margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}


	
	/* Social Media Section */
.social-media {
    padding: 0;
    text-align: center;
}

.social-media h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 20px;
    line-height: 25px;
    margin: 1px 10px 0px 10px;
}

.social-media p {
    font-size: 20px;
    line-height: 0px;
    font-family: "KG Ray of Sunshine";
}

}

