*{
    box-sizing: border-box;
}

body{
    background-color: rgb(190, 197, 191);
}

h1{
    color: rgb(3, 32, 73);
    text-align: center;
    margin: 0%;

}

h3{
    color: rgb(7, 48, 123);
    text-align:left;
    margin: 0;
    
}
h2{
    color: rgb(29, 29, 91);
}
h4{
    color: #010c2c;
}

   

.box{
    width: auto;
    display: flex;
    flex-flow: row wrap;
    
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px;
    margin: 0px;
}
.box a{
    color: rgb(62, 22, 154);
    background-color: rgb(190, 197, 191);
    padding: 10px 20px;
    text-decoration: none;
}
.box a:hover{
    background-color: rgb(35, 99, 163);

}
.nungwi-section{
    clear: both;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.about{
    background-color: aquamarine;
    color: antiquewhite;
    border: 2px solid gray;
    padding: 18px;
    margin: 18px;
}
.about-image-float{
    float:left;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.mission-and-values{
    clear: both;
    margin-top: 35px;
    margin-bottom: 5px;
    color: #171817;
    border-bottom: 2px solid#ddd;
    padding-bottom: 5px;
}
p{
    padding-left: 15px;
}
.site-subtitle{
    text-align: center;
}
.mission-and-values h3{
    display: block;
    width: 100px;
    text-align:left;
    margin-top: 20px;
}
main.about-page-wrapper{
    background-color: antiquewhite;
    padding: 40px 40px;
}
.values-list li{
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 3px solid #4caf50;
}
.values-list strong{
    color: #323131;
}
.mission-and-values ul{
    padding-left: 40px;
    margin-top: 10px;
}
.image-credit{
    font-size: 0.75em;
    color: #555;
    margin-top: 5px;
    text-align: left;
}

.image ::before{
    display: table;
    clear: both;
}
section img{
    width: 200px;
    height: 200px;
    
    
}
.diani-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 50px;
}
.nile-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.mungwi-float{
    float: left;
    width: 600px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.drum-float{
    float: left;
    width: 350px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.clearfix{
    clear: both;
    display: block; 
}
.country-content-wrapper h3{
    text-align: start;
    color: black;
}

.rusizi-float{
    float: none;
    width: 800px;
    height: 350px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.chale-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.nairobi-float{
    float: left;
    width: 400px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.maasa-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.masai-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.Amboseli-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.gorilla-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.nyungwe-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.Volcanoes-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.serengeti-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.manyara-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.Murchison-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.bwindi-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.ras-float{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.karera-float{
    float: left;
    width: 400px;
    height: 400px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.clear-section{
    clear: both;
    padding-top: 20px;
}
#kenya-content{
    clear: both;
    padding-top: 40px;
    margin-top: 40px;
    
}
.feature-block{
    width: 31%;
    padding:10px ;
    
}
main{
    padding: 20px;
    
}
.activity-header{
    color: #4169e1;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom:2px solid #dddd ;
    padding-bottom: 5px;
    text-align: left;
    padding-top: 15px;
}
.activity-item img, .food-item img{
    width: 600px;
    height: auto;
    object-fit: cover;
    margin-bottom: 5px;
    border-radius: 5px;
}
.activity-item{
    width: 48%;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
}
.activity-layout{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.culinary-layout{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.food-item{
    width: 600px;
    text-align: center;
}

 form{
        box-shadow: 0 0px rgb(182, 181, 180);
        border-radius: 5px;
        padding: 20px;
        width: 300px;
    }
    label{
        font-weight: bold;
    }
    input, textarea{
        width: 300px;
        padding: 8px;
        margin-top: 5px;
        margin-bottom: 15px;
        border: 1px solid rgb(78, 71, 71);
        border-radius: 4px;
    }
    button{
        background-color: rgb(39, 27, 121);
        color: antiquewhite;
        padding: 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;

    }
    button:hover{
        background-color: rgb(138, 85, 88);
    }
    footer{
        clear: both;
        margin-top: 50px;
    }