/* Custom styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #FBFBFB;
}
/* Style for the hero image */
.hero-section {
    background-image: url('http://jencaputo.com/images/garden4.jpg');
    background-size: cover;
    background-position: center;
}
