header {
    width: 100%;
    max-width: 4000px;
    display: inline-block;
    margin: 0;
    margin-top: 0%;
    padding: 0;
    background-image: url(../images/tree-growing.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 350px;
    border-bottom: 3px solid #f56600;
    background-color: #FFF;
}
header #logo {
    float: left;
    margin-left: 0;
}
header #logo img {
    width: 200px;
}
h1{
    text-align: center;
    padding: 20px 40px;
    margin: 0;
    
}
/* Site Navigation */
.site nav{
    margin-top: 20px;
}
.site-nav ul{
    margin: 0;
    padding: 0;
}
.site-nav li{
    list-style: none;
    float: right;
    margin-right: 5px;
}
.signin {
    padding: 30px;
    border:5px solid lightgrey;
}
.site-nav a {
    display: block;
    color:#f56600;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 20px;
}
.site-nav a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 700px) {
    
    .site-nav li{
        width: 33.332%;
        margin-right: 0;
    }
    
    .site-nav a{
        padding: 15px 0;
        margin-right: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {

    .site-nav li {
        width: 50%;
        margin-right: 0;
        }
    .site-nav a {
        font-size: 15px;
        text-align: right;
    }
    
}
/* End Site Navigation */
.content{
    background-color: #FFF;
}
body{
    font-family: Tahoma, sans-serif;
    background-color: #f56600;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 700px){
    body{
    font-family: Tahoma, sans-serif;
    font-size: medium;
    background-color: #f56600;
    margin: 0;
    padding: 0;
}
}
@media screen and (max-width: 480px){
    body{
    font-family: Tahoma, sans-serif;
    font-size: small;
    background-color: #f56600;
    margin: 0;
    padding: 0;
}
}
img {
  max-width: 100%;
  height: auto;
}
.team-member {
    display: flex;
    align-items: flex-start; /* Align items at the top */
    gap: 20px; /* Space between image and text */
}

@media screen and (max-width: 700px){
    .team-member {
    display: inline-block;
    align-items: center; /* Align items at the top */
    gap: 20px; /* Space between image and text */
}
}
@media screen and (max-width: 480px){
    .team-member {
    display: inline-block;
    align-items: center; /* Align items at the top */
    gap: 20px; /* Space between image and text */
}
}
.image_banner_1 {
    flex: 0 0 auto; /* Prevent image from stretching */
    position: relative;
}

.image_banner_1 img {
    width: 500px; /* Set a fixed width for the image */
    height: auto;
}
@media screen and (max-width: 700px){
    .image_banner_1 img{
        width: 350px;
        height: auto;
    }
}
@media screen and (max-width: 480px){
    .image_banner_1 img{
        width: 250px;
        height: auto;
    }
}
.team_content_1 {
    flex: 1; /* Text takes remaining space */
}
@media screen and (max-width: 700px){
.team_content_1 {
    font-size: medium;
}
}
@media screen and (max-width: 480px){
.team_content_1 {
    font-size: small;
}
}
.team_content_2 {
    flex: 1; /* Text takes remaining space */
}

.team_content_3 {
    flex: 1; /* Text takes remaining space */
}
@media screen and (max-width: 700px){
    .team_content_3 {
    flex: 1; /* Text takes remaining space */
    border-top: 3px solid #f56600;
}
}
@media screen and (max-width: 480px){
    .team_content_3 {
    flex: 1; /* Text takes remaining space */
    border-top: 3px solid #f56600;
}
}
.Nicolaas_Jacobus_Swart{
    text-align: justify;
}
.team-meta_1 {
    /* Remove absolute positioning to keep it in the flow */
    background-color: rgba(0, 0, 0, 0.5); /* Keep the semi-transparent background */
    color: white; /* Ensure text is readable */
    padding: 10px;
}
.image_banner_2 {
    flex: 0 0 auto;
}

.image_banner_2 img {
    width: 500px; /* Adjust as needed */
    height: auto;
    padding: 5px 0;
}
@media screen and (max-width: 700px){
    .image_banner_2 img{
        width: 350px;
        height: auto;
    }
}
@media screen and (max-width: 480px){
    .image_banner_2 img{
        width: 250px;
        height: auto;
    }
}
.image_banner_3 {
    flex: 0 0 auto;
}

.image_banner_3 img {
    width: 500px; /* Adjust as needed */
    height: auto;
    padding: 50px 40px;
    border-right: 3px solid #f56600;
}
.wpb_wrapper_3 {
    padding: 20px 40px; /* Keep padding consistent */
    border-bottom: 3px solid #f56600;
}
@media screen and (max-width: 700px){
    .image_banner_3 img{
        width: 350px;
        height: auto;
        border-right: none;
    }
}
@media screen and (max-width: 480px){
    .image_banner_3 img{
        width: 250px;
        height: auto;
        padding: 10px 20px;
        border-bottom: none;
    }
}
.team-meta_2 {
    padding: 10px;
}
.wpb_wrapper_1{
    padding: 20px 40px;
    border-top: 3px solid #f56600;
    border-bottom: 3px solid #f56600;
}
.wpb_wrapper_2{
    padding: 20px 40px;
}

.wpb_wrapper_3 {
    padding: 20px 40px; /* Keep padding consistent */
    border-bottom: 3px solid #f56600;
}

.wpb_wrapper_4 {
    padding: 20px 40px; /* Keep padding consistent */
    border-bottom: 3px solid #f56600;
}

.afrikaans{
    border-bottom: none;
}
.english{
    border-bottom: none;
}
footer {
    text-align: center;
    margin: 0;
    padding: 50px;
    color: white; /* Ensure text is readable */
}