@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 {
  text-align: center;
  padding: 0px 5px 50px 5px;
  background-color: #ffffff; /* Light background for contrast */
	 font-family: "KG Ray of Sunshine";
}

.social-media h2 {
  font-size: 30px;
	line-height: 30px;
    margin: 10px 0px;
	font-family: 'Great Vibes';
}

.social-feed {
  margin-bottom: 40px;
}

.social-feed h3 {
  font-size: 20px;
  margin: 20px 0px 10px 0px;
}

.social-feed p {
  font-size: 26px;
  margin: 50px 0px 50px 0px;
}

.social-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-Iight: bold;
  text-decoration: none;
  color: black;
  border: none;
  border-radius: 8px;
  background: linear-gradient(45deg, #000000, #ffffff, #007BFF);
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.social-button:hover {
  background: linear-gradient(45deg, #007BFF, #ffffff, #000000);
  transform: translateY(-3px);
}

.social-button:active {
  background: linear-gradient(45deg, #0056b3, #e0e0e0, #222222);
  transform: translateY(1px);
}



/* 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 h2 {
    font-size: 50px;
	line-height: 45px;
	margin: 20px 0px 0px 0px;
    font-family: 'Great Vibes';
}


}


@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: 75px 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 h2 {
    font-size: 40px;
	line-height: 40px;
	margin: 20px 0px 0px 0px;
    font-family: 'Great Vibes';
}

}



@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 h2 {
    font-size: 40px;
	line-height: 40px;
	margin: 20px 0px 0px 0px;
    font-family: 'Great Vibes';
}



}



@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: 45px 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: 40px;
    line-height: 30px;
    text-shadow: 3px 3px #000000;
    margin: 0px 0px 50px 0px;
	padding: 0px;
}
	

.social-media h2 {
    font-size: 40px;
	line-height: 40px;
	margin: 20px 0px 0px 0px;
    font-family: 'Great Vibes';
}

	

}


@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: 45px 0px 10px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px;
    padding: 0px; 
}
	
	

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

	
	.social-media h2 {
  font-size: 35px;
	line-height: 35px;
	margin: 20px 0px 0px 0px;
    font-family: 'Great Vibes';
}

}








@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: 45px 0px 0px 0px;
}

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

h1 {
    font-family: 'Great Vibes';
    font-size: 26px;
    line-height: 20px;
    text-shadow: 1px 1px #000000;
    margin: 0px 0px 45px 0px;
	padding: 0px;
}
	
	
.social-media h2 {
  font-size: 30px;
	line-height: 30px;
	margin: 10px 0px 0px 0px;
    font-family: 'Great Vibes';
}

}

