body {
    font-family: 'Roboto', 'Arial Narrow', Arial, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #8E0D00;
}

#nav {
    background-color: rgba(1,1,1,0);
    padding-left: 0;
}

.navbar-brand {
    color: white;
    font-size: 3rem;
}

#jumbotron {
    background-color: rgba(1,1,1,0);
}

#jumbotron, #buttonsAndGifsContainer {
    color: white;
    margin-left: 10%;
    margin-bottom: 0;
}

#buttonsAndGifsContainer {
    padding-left: 30px;
}
#navAndJumbotron {
    background: url(../images/pablo-guerrero-462492-unsplash.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-shadow: 1px 1px black;
}

#secondInstructions {
    color: white;
    margin-top: 20px;
    font-size: 1.2rem;
}

#searchBarDiv {
    width: 320px;
    margin: 20px 0;
}

#searchBar {
    padding: 8px 16px;
    height: 40px;
}

.btn-lg,.btn-sm {
    background: #F64F3D;
    color: white;
    margin-right: 16px;
}

.btn-sm {
    margin-top: 7px;
    margin-bottom: 7px;
}

#buttonsAndGifsContainer {
    background-color: #8e0d00;
    height: 1000px;
}c



