body{ 
    margin: 0%;
    background-color: rgba(0, 0, 0, 0.212);
    font-family: oswald;
    font-weight: bold;
    font-optical-sizing: auto;
    background-image:  url(https://upload.wikimedia.org/wikipedia/commons/8/8b/Chamaeleo_namaquensis_%28Walvis_Bay%29.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size:  auto 100%;   
    margin: 0%;
    padding: 0%;
}
a:hover{
    transition-duration: 300ms;
    scale: 105%;
}
a img:hover{
    transition-duration: 300ms;
    width: 95%;
}
.nav-item{
    color: darkgreen;
}
h3{
    text-align: center;
    padding: 1%;
}
.scroll{
    padding-top: 40px;
    scroll-margin-top: 40px;
}

.row {
    font-size: 1.2em;
    font-family: "Cabin";
    background: rgba(245, 245, 220, 0.822);
}
.col-sm-12{
    border-bottom: 2px solid green;
}
.first{
    font-size: large;
}
a img {
   padding: 5%; 
}
footer{
    text-align: center;
    display: inline;
    color: beige;
    padding: 1%;
}

@media only screen and (min-width: 1200px) {
    body {
      background-size: 120% auto;
    }
}
