.sidebar {
    height: 45%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: darkgray;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: white;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 23px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

/* Button to close sidebar */
.close-btn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    background: none;
    color: white;
    border: none;
}

/* Style for the main content */
#main-content {
    margin-left: 0;
    transition: margin-left 0.5s;
    padding: 20px;
}

.open-btn {
    font-size: 15px;
    background-color: darkgray;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* When sidebar is open, shift the main content */
.open .sidebar {
    width: 250px; 
}

.open #main-content {
    margin-left: 250px;
}









@font-face {
Font-family: "Noto Serif";

}
@font-face {
    font-family: "Montserrat";
    src: url("/resources/fonts/Montserrat-Regular.ttf");

}


    @font-face {
    font-family: "Nunito";
    src: url("/resources/fonts/Nunito-Regular.ttf");

}

/* header at the top */
#header {
      background-color:  #F4F6FF;
    display: flex;
    color: black;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 7%;

}



#SOS1{
    background-color: #5D8ADE;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2% 8.8%;
}

#Contact{
      background-color:  #F4F6FF;
    display: flex;
    color: black;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 7%;
    
}

#SOS2{
    background-color: #5D8ADE;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2% 8.8%;
}


#SOSC {
    display: flex;
    flex-wrap: wrap; /* Allows stacking on smaller screens */
    align-items: flex-start; /* Aligns image and text at the top */
    background-color: #5D8ADE;
}

#First, #Second {
    width: 50%;
    box-sizing: border-box;
    padding: 1rem;
}

#First {
    order: 1; /* Ensure text comes first */
}

#Second {
    order: 2; /* Ensure image is on the right */
}

#Second img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Optional: rounded corners */
}

/* Responsive for small screens */
@media (max-width: 768px) {
    #First, #Second {
        width: 100%;
    }
}

/* Responsive for small screens */
@media (max-width: 768px) {
    #First, #Second {
        width: 100%;
    }
}



h1 {
   text-align: center;
    font-size: 50px;
          background-color:  #F4F6FF;
    display: flex;
    color: black;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 7%;
}

h2{
 text-align: center;
        font-family: "Montserrat", sans-serif;
    color: #ffffff;


}

h3 {
    font-size: 30px;
    text-align: center;
}



img{
        height: inherit;
        width: inherit;
    }  

body{
    font-size: 20px;
    color:#ffffff;
}
