body {
    margin:0;
}

#elephant-pic{
    width: 100%;
    height:400px;
    object-fit: cover;
}

img {
    max-width: 100%;
    height: auto;
}


#welcome-header{
    color:rgb(152, 134, 81);
    margin-bottom: 10px;
}

.welcome-subheader{
    color:rgb(152, 134, 81);
    margin-top: 0;
    margin-bottom: 30px;
}

#welcome-text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: lighter;
}

#reviews{
    background-color: rgb(152, 134, 81);
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 5% 10%;
    gap: 10%;
}

#view-picture{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    height: 300px;
}

hr{
    margin-left:300px;
    margin-right:300px;
}

#about{
    display: flex;
    margin:50px 150px;
}

#home-about-header{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 25px;
    font-size: 25px;
}

#home-about-text{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 19px;
    margin: 0px 10px;
}

#book-now-button-container{
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 150px;
}

#book-now-button{
    border-style: solid;
    border-width: 3px;
    border-color: rgb(35, 35, 36);

    text-decoration: none;
    font-family: "Libre Franklin";
    color:rgb(35, 35, 36) ;

    padding: 7px;

    background: linear-gradient(to right, rgb(35, 35, 36) 50%, rgb(152, 134, 81) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .4s ease-out;
}

#book-now-button:visited{
    text-decoration: none;
    color: (35, 35, 36);
}

#book-now-button:hover{
    color: rgb(243, 243, 242);
    font-weight: 200;
    background-position: left bottom;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1rem 0;
}

.container {
    width: 100%;
}

/* For tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-buttons {
        padding: 15px;
    }
    .reviews {
        padding: 10px;
    }
}

/* For mobile devices */
@media (max-width: 767px) {
    .topnav {
        flex-direction: column;
    }
    .nav-button {
        padding: 12px;
        font-size: 14px;
    }
    .reviews {
        margin: 5px;
    }
    #image-heading-subtext img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
