body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}



.headercontainer {
width: 100%;
    display: flex; /* Use flexbox */
padding-top: 15px;
}

.headercontainerleft {
 
    width: 22%; 
    padding-left: 2%; 
}

.headercontainerleft img {
    height: auto; /* Maintain aspect ratio */
width: 100%;
}

.headercontainerright {
    width: 60%; 
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px; /* Top padding */
}

@media (max-width: 768px) {
    .headercontainerright {
        display: none;
    }
}


        .headerlink {
                 color: black;
        }

        .headerlink:hover {
            color: #004aad; /* Color on mouseover */
        }


        .footerlink {
                 color: white;
        }

        .footerlink:hover {
            color: grey; 
        }

        .footerlinkwhite {
                 color: white;
                 font-weight: bold;
        }

        .footerlinkwhite:hover {
           text-decoration: underline;
            color: white; 
        }


       .resourcelink {
text-decoration: none;
                 color: blue;
        }

        .resourcelink:hover {
text-decoration: none;
            color: blue; /* Color on mouseover */
        }


.basecontainer {
    display: flex;                /* Use flexbox for layout */
    justify-content: center;      /* Center the columns horizontally */
    width: 96%;                   /* Set container width to 90% */
    margin: 0 auto;               /* Center the container */
}

.basecolumn1 {
    width: 30%;                     
    margin: 0 2%;                 /* 2% gap (1% on each side) */
 background-color: white; /* Background color of the div */
    border: 1px solid #ccc; /* Optional border */
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Shadow effect */
    padding: 20px;                /* Padding inside the columns */
    padding-top: 20px;                /* Padding inside the columns */
    margin-bottom: 40px;  
    box-sizing: border-box;       /* Include padding in width calculations */
}

.basecolumn2 {
     width: 60%; 
    margin: 0 2%;                 /* 2% gap (1% on each side) */
 background-color: white; /* Background color of the div */
    border: 1px solid #ccc; /* Optional border */
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Shadow effect */
    padding: 20px;                /* Padding inside the columns */
    padding-top: 20px;                /* Padding inside the columns */
    margin-bottom: 40px;  
    box-sizing: border-box;       /* Include padding in width calculations */
}


.basecolumnheader {
   font-size: 20px;
}


.basecolumntextbox {
width: 100%;
padding-top: 15px;
}



.basecolumntext {
   font-size: 16px;
font-weight: bold;
width: 98%;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
}









nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: black;
    text-decoration: none;
}

.jobs {
width: 96%;
}

.job-listings {
    padding: 20px;
margin-bottom: 15px;
}


.h2header {
    width: 100%;
    padding-bottom: 10px;
}


.job {
    background: #f4f4f4;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
}

.job h2 {
    margin: 0 0 10px 0;
}

.job h3 {
    margin: 0 0 10px 0;
}

.job p {
    margin: 5px 0;
}

.jobbox {
width: 100%;
}

.applylink {
  padding-top: 30px;
padding-bottom: 40px;
}


.apply {
    background: #4CAF50;
    color: white;
    padding: 20px 15px;
    text-decoration: none;
}

.apply:hover {
    background: #45a049;
}








    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }


  .header {
      color: #fff;
      padding: 1em;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    /* Navigation links styling */
    .nav-links {
      list-style-type: none;
      display: flex;
    }

    .nav-links li {
      margin-left: 1em;
    }

    .nav-links a {
      color: #fff;
      text-decoration: none;
      font-size: 1em;
    }

    /* Hide menu on smaller screens */
    .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
    }

    /* Toggle button styling */
    .toggle-btn {
      display: none;
      font-size: 1.5em;
      cursor: pointer;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .toggle-btn {
        display: block;
      }

      /* Show the menu when checked */
      #menu-toggle:checked + .nav-links {
        display: flex;
      }

      .nav-links li {
        margin: 1em 0;
      }
    }






.resourcesbase {
    padding: 20px;
margin-bottom: 15px;
}


@media (max-width: 768px) {
    .resourcesbase {
        display: none;
    }
}

.resourcesbaseouter {
width: 96%;
}






.mobileresourcesbase {
    padding: 20px;
margin-bottom: 15px;
}


@media (min-width: 768px) {
    .mobileresourcesbase {
        display: none;
    }
}

.mobileresourcesbaseouter {
width: 96%;
}

.mobilebasecontainer {
    justify-content: center;      /* Center the columns horizontally */
    width: 96%;                   /* Set container width to 90% */
    margin: 0 auto;               /* Center the container */
}

.mobilebasecolumn1 {
    width: 100%;                     
 background-color: white; /* Background color of the div */
    border: 1px solid #ccc; /* Optional border */
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Shadow effect */
    padding: 20px;                /* Padding inside the columns */
    padding-top: 20px;                /* Padding inside the columns */
    margin-bottom: 40px;  
    box-sizing: border-box;       /* Include padding in width calculations */
}

.mobilebasecolumn2 {
     width: 100%; 
 background-color: white; /* Background color of the div */
    border: 1px solid #ccc; /* Optional border */
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Shadow effect */
    padding: 20px;                /* Padding inside the columns */
    padding-top: 20px;                /* Padding inside the columns */
    margin-bottom: 40px;  
    box-sizing: border-box;       /* Include padding in width calculations */
}





















.content {
width: 80%;
margin-left: 5%;
margin-top: 40px;
margin-bottom: 30px;
}


.contentimage {
width: 80%;
margin: 0 auto;
            text-align: center;
object-fit: cover;
}

.contentimage img  { 
margin: 0 auto;
width: 100%;
          height: auto;
    max-width: 100%; /* This ensures the image does not exceed the container */
object-fit: cover;
        }


.contentblock {
width: 100%;
margin-bottom: 30px;
}

.resourcepageintro {
width: 90%;
margin-top: 20px;
margin-bottom: 20px;
}



        .center {
width: 70%;
margin: 0 auto;
            text-align: center;
object-fit: cover;
        }

        .center img{
margin: 0 auto;
width: 100%;
          height: auto;
    max-width: 100%; /* This ensures the image does not exceed the container */
object-fit: cover;
        }




   .headercourses-image{
        width: 60%;
            margin: 0 auto;
       
margin-bottom: 30px;
        }


   .headercourses-image img{
        width: 100%;
     
        }




   .headertranslation-image{
        width: 90%;
            margin: 0 auto;
            text-align: center;
margin-bottom: 30px;
        }


   .headertranslation-image img{
        width: 100%;
            margin: 0 auto;
            text-align: center;
        }










   .translation-image{
        width: 70%;
            margin: 0 auto;
            text-align: center;
margin-bottom: 30px;
        }


   .translation-image img{
        width: 100%;
            margin: 0 auto;
            text-align: center;
        }


        .bannercenter {
width: 70%;
margin: 0 auto;
            text-align: center;
object-fit: cover;
padding-top: 20px;
        }

        .bannercenter img{
margin: 0 auto;
width: 100%;
          height: auto;
    max-width: 100%; /* This ensures the image does not exceed the container */
object-fit: cover;
        }






footer {
    text-align: center;
    padding-bottom: 10px;
   padding-top: 10px;
    background: #002A6F;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
font-size: 14px;
}


.footertop {
   width: 80%;
    padding-top: 10px;
    padding-bottom: 30px;
   margin: 0 auto;
}



.leftfooter {
   width: 90%;
   margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
text-align: left;
}
