/* HOME PAGE */

/* Adjusting the margin between the header and the home image */
div#top.hide-sm {
    margin: 0;
}

/* Home Image */
#main-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/Ensatina_closeup_Yap_1024.jpg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero {
    height: 500px;
}

/* Dash before p tags */
#hero p:before {
    background: #48ABD7;
}

#main-buttons {
    margin-top: 30px;
}

button {
    margin: 20px;
    font-size: larger;
    background-color: white;
    color: black;
}

/* Adjusting the margin between the footer and the home image */
footer#footer {
    margin: 5px;
}