@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
.content {
    padding-top: 70px;
    padding-left: 10px;
}

body {
    font-family: 'Roboto Slab', serif;
    position: relative;
    overflow-x: hidden;
    background-color: #eeeeee;
    padding-top: 56px;
}

.logo {
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    padding-right: 20px;
}

/*.card-title {
    font-size: 1.8em;
}*/

.gallery-show {
    cursor: pointer;
}

#gallery-items {
    padding-top: 90px;
}

/*!
 * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
 */
@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.portfolio-item {
    margin-bottom: 30px;
}

.pagination {
    margin-bottom: 30px;
}