body {
    background-image: url(http://eskipaper.com/images/gray-background-3.jpg);
    background-color: white;
    background-position: fixed;
    background-repeat: no-repeat; 
    background-size: cover; 
}

#add-buttons,
.definition,
#provided,
#definition-form,
#current-word,
.btn {
    border: 2px solid black;
    background-color: black;
    color: rgb(182, 156, 10);
    font-family: 'Special Elite', cursive;
    position:relative;
    z-index: 2;
    box-shadow: 0 8px 16px -6px black;
}

h1 {
    font-family:'Frijole', cursive;
    font-size: 85px;
}

.jumbo-header {
    text-align: center;
    font-family: 'Special Elite', cursive;
    font-size: 24px;
}

#current-word,
.definition {
    height: 150px;
    position:relative;
    z-index: 2;
    box-shadow: 0 8px 16px -6px black;
}

.current-word-word {
    font-size: 60px;
    text-align: center;
}

#add-buttons {
    height: auto;
    font-weight: bold;
    font-family: 'Special Elite', cursive;
    position:relative;
    z-index: 2;
    box-shadow: 0 8px 16px -6px black;
}

#add-definition {
    margin: 5px;
    background-color: rgb(182, 156, 10);
}

#definition-input{
    margin: 2px;
    padding: 2px;
}

.jumbotron {
    background-color: black;
    color: rgb(182, 156, 10);
    position:relative;
    z-index: 2;
    box-shadow: 0 8px 16px -6px black;
}

.column {
    float: left;
    padding: 25px;
}

.left, .right {
    width: 25%;
}

.middle {
    width: 50%;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

.definition {
    height: auto;
    font-family: 'Domine', serif;
}

.center {
    font-weight: bold;
    font-family: 'Special Elite', cursive;
}
