.topnav{
    background-color: #323E2c;
    overflow:hidden;
    font-family: "Oxygen";
    font-weight: bold;
    margin-right: 100px;
    margin-left: 100px;
}


.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16 px;
}

.topnav a:hover {
    background-color: #ddd;
    color:black;
}

.topnav a.active{
    background-color: #b7fa98;
    color:#323E2c;
}

h1 {
    font-family: "Bungee";
    text-align: center;
}

p {
    font-family: "Oxygen", "Tahoma"
}

.heading {
    color: rgb(26, 32, 24);
    font-family: "Bungee";
    text-align: center;
    font-size: 3vw;
}

body {
    margin-top: 10px;
    margin-bottom: 100px;
    margin-left: 100px;
    margin-right: 100px;
    background-color: #edf7e8;
    font-family: "Oxygen", "Tahoma"
}

.footer {
    position: relative;
    margin-left:100px;
    bottom: 10%
}
.img_row{
    border: 1px solid  #323E2c;
    border-radius: 1%
}

.container {
    display: flex;
    justify-content:center;
}

.middle {
    text-align: center;
}

.row{
    display:flex;
    margin-left: 100px;
    margin-right:100px;
}

.col{
    flex: 33.33%;
    padding: 5px;
    width:300px;
}
.box{
    position: relative;
    margin: 0 auto;
}

.overlay {
    position: absolute;
    bottom: 30px;
    background: rgb(26, 32, 24);
    background: rgba(165, 197, 154, 0.7);
    color: #f1f1f1;
    width: 99%;
    padding-top: 5px;
    text-align: center;
}
.caption{
    color: rgb(24, 37, 20);
    font-family: "Bungee";
    font-size: 1.1vw;
}

.box_lg{
    position: relative;
    margin: 0 auto;
}

.overlay_lg {
    position: absolute;
    bottom: 100px;
    right: 120px;
    background: rgb(26, 32, 24);
    background: rgba(165, 197, 154, 0.4);
    color: #f1f1f1;
    padding-top:10px;
    padding-left: 20px;
    padding-right:20px;
    padding-bottom:10px;
}

.subheading {
    color: rgb(32, 44, 27);
    font-family: "Oxygen";
    font-weight:bold;
    text-align: center;
    font-size: 2vw;
}

.information {
    margin-left: 200px;
    margin-right:200px;
}

.title_text {
    color: rgb(26, 32, 24);
    font-family: "Bungee";
    text-align: center;
    font-size: 2vw;
}

a:link{
    text-decoration: none;

}
a:visited.page{
    text-decoration: none;
    color: #323E2c;
}

a:hover.page{
    text-decoration: none;
    color: rgb(37, 81, 107);
}