/*!
 * Start Bootstrap - Portfolio Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    background-color: #ffd700;
    padding-top:70px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Over the Rainbow', cursive;
}
.brand {
    display: none;
}
.img-left {
    float: none;
    margin: 0 auto 0;
}

@media(min-width:768px) {
    .img-left {
        float: left;
        margin-right: 25px;
    }
    
}

.div-grey {
    background-color: #737D7C;
    color: white;
}

.div-white {
    background-color: white;
    color: #737D7C;
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}