*{
    box-sizing:border-box;
}

body {

    background-image:url(background.jpg);
    background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    background-size: cover;
 

}

#body2 {
    display: flex;
    flex-direction: column;  /* Stack content vertically */
    height: 80vh;           /* Full viewport height */
    background: #ffffff;
    font-family: arial, helvetica, sans-serif;
}



    

}

#header-nav {
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin:auto;
    background-color:#ffffff;
}






.header-image img {
    width: 100px; /* Adjust image size */
    height: auto;
    border-radius:50%; 
    object-fit:cover;

}




.header-image{
    border-radius:50%;
}
nav{
  
	height:auto;
    font-size: 1em;
  justify-content: center;
    align-items: center;
    padding: 10px 20px; /* Add padding around the navbar */
    background-color: #093051;
	/*font-weight: bold;*/
    float: none;
    text-align: center;
    
    width:100%;
   
    font-size: 2em;
    margin:0 auto;
    height:auto;

    margin: 0 auto;
    
    
    
    
   

}
li{
    display: inline;
    font-size:1rem;
}
nav a{
	text-decoration: none;
}

nav a:link{
    text-decoration: none;
    color: #a1bd2e;
    
}
nav a:visited{
    text-decoration: none;
    color: #000000;
}
nav a: hover{
    color: #000000;

}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    font-weight:100;
}



nav ul li a {
    color: white;  /* Set the default color to white */
    text-decoration: none;  /* Remove underlines from the links */
    padding: 10px 15px;  /* Add some padding around the text */
    transition: background-color 0.3s ease;  /* Smooth transition effect */
}

nav ul li a:hover {
    
    color: black;  /* Optionally, change the text color to black when hovered */
    
     text-decoration:none;
        color: lightblue;
}

nav li {
    margin: 0 150px; /* Adjusts the space between list items */
}



nav a:link{
    color:#ffffff;
}

nav a:visited{
    color:#ffffff;
}

nav a:hover{
    color: #ffffff;
   

}





section{
    /*float: left;*/
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}
/*h1{
	font-family: Georgia, Times New Roman, serif;
    margin-top: 0px;
    font-size: 3em;
    letter-spacing: .25em;
}*/


h1{
	color: #000000;
	font-family: Vidaloka, Times New Roman, serif;
    font-size:45px;
}


#homehero{
    display:block;
    width: 100%;
    height:auto;
    position:relative;
    height: 55vh;
    background-image:url(homehero.768x512.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    margin-right:auto;
    margin-left:auto;
    /*margin-left: 190px;*/
    
}

#hero-text {
    position: absolute;
    top:30%; /* Center vertically */
    left:25%; /* Center horizontally */
    /*transform: translate(-50%, -50%); /* Precise centering */
    color:#000000; /* Ensure readability */
    font-size: 4em;
    font-weight: bold;
    text-align: left;
    
}

#header-text {
    position: absolute;
    top:30%; /* Center vertically */
    left:25%; /* Center horizontally */
    /*transform: translate(-50%, -50%); /* Precise centering */
    color:#c900ae; /* Ensure readability */
    font-size: 4em;
    font-weight: bold;
    text-align: left;
    
}
#below-hero{
    position:absolute;
    right:60%;
    top:57%;
    background-color:#c900ae;
    padding-right:5px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    color:#ff9f40;
    font-family:inter;
    font-size:1.5em;
    text-align: center;
}
#images{
    mix-blend-mode: darken;
    /*background-image: url("images.png");*/  /* Ensure correct image path */
    width: auto;  /* Define width */
    height: auto; /* Define height */
    background-size: 90%;  /* Adjust size of the background image */
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    
   
   
}

.flexbox1{
    margin-top: 0;
    margin-bottom:0;
    height:125px;
    display:flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    color:#a1bd2e;
     min-height: 10vh;
   }




.flexbox{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color:#c900ae;
    color:#ffffff;
    height:160px; 
    width:100%;
    padding-bottom:20px;
    height:30%;
    gap:30px;
    margin: 0;
    padding: 20px 0;
}



flex-item img{
    width:30%;
    padding:10px;
}

.flext-item img{
    width:50px;
    height:50px;
    border-radius:50%;
    background-color:white;
    object-fit:cover;
    display:block;
    margin: 0 auto 10px;
}

#img{
   
    height:50px;
    width:50px;
    border-radius: 50%;
    background-color: white;
    overflow:hidden;
    object-fit:cover;
    vertical-align: middle;
   
   
}

     * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        .image-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 35px; /* White gutter space between black squares */
            padding: 20px;
            top:-320px;
            position:relative;
            margin-bottom:-100px;
            
           
        }






       .image-container {
    position: relative;
    overflow: hidden;
    opacity: 0.7;
    transition: opacity 2s ease, background-color 2s ease; /* Ensures a smooth transition */
    background-color: rgba(0, 0, 0, 0); 
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border: 2px solid white;
    box-sizing: border-box;
}

.image-container:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
}
        .image-container img {
            width: 100%; /* Increased size for stronger zoom effect */
            height: auto;
            display: block;
            transition: transform 2s ease; 
        }


.image-container:hover img {
    transform: scale(1.05);  /* Zoom effect */
}



.text-row {
    flex-grow:1;
    display: block;
    justify-content: space-between;
    text-align: center;
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
    position: relative; /* Allows fine-tuning */
    flex-direction: column;
    justify-content: center;  /* Centers vertically */
    align-items: center;  /* Centers horizontally */
}


.left-text {
    flex: 1; /* Takes half the space */
    text-align: left;
    margin-top: -30px; /* Moves it higher */
}

/* Specific styles for the above-header and header-text2 */
#above-header{
     font-size: 3.2rem;
    color: #ffffff;
    line-height: 1.5;
    font-family:vidaloka;
    position:absolute;
    text-align:center;
    white-space: nowrap;
    top: 20%;
    transform: translateX(-40%);
    
   
    
}


.text-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
}





header-image{
    background-image:url(logo.png);
    size:400px;
}

.right-text {
    flex: 1;
    text-align: left;
    padding-left: 30px; /* Space between title and paragraph */
    padding-top: 15px; /* Moves paragraph down */
}
#sub-text {
    font-size: 1.2rem;
    color: #ffffff; /* Soft pink */
    line-height: 1.5;
    font-weight: 400;
    font-family:vidaloka;
     margin-top: 2.5rem;
    position:absolute;
    text-align:center;
   font-style:italic;
    white-space: nowrap;
    right:20%;
    top:25%;
    transform: translateX(50%);
}


p{
    color:white;
    font-style:italic;
    line-height: 2;
    
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


footer {
    width: 100%;
    background-color: #093051;
    color: white;
    text-align: center;
    padding: 0px 0px;
    padding-top:20px;
    margin-bottom:0;
    margin-top: auto; /* Pushes footer to bottom */
}
footer p {
    padding: 0px 250px; /* Extra space around the paragraph inside the blue section */
    margin: 0; /* Removes default margin around the paragraph */
}




html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

footer .black-strip {
    background-color: black;
    color: white;
    text-align: center;
    
    width: 100%;
    margin-top:0;
    margin-bottom:0;
}