/*!
 * Start Bootstrap - 1 Col Portfolio (https://startbootstrap.com/template-overviews/1-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-1-col-portfolio/blob/master/LICENSE)
 */

body {
    padding-top: 30px;
    padding-bottom: 70px;
    background: #f0f0f0 !important;
}

.masonry { /* Masonry container */
    column-count: 2;
}

.mainTile {
    border-radius: 5px;
    margin: 5px;
    color: #4e4e4e;
    display: inline-block;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-width: 100%;
}

/*.mainTile {
    border-radius: 5px;
    margin: 5px;
    color: #4e4e4e;

    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: inline-block;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}*/

.tile {
    padding: 10px;
}

.tile img {
    width: auto;
    max-height: 55px;
}

.tile h2 {
    font-size: 24px;
    margin: 5px 0 0 0;
}

.tile p {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 0;
}

.tile button {
    margin: 0 0 0 0;
}

.tile button i {
    margin: 0 0 0 5px;
    padding: 0;
}



@media screen and (max-width: 1000px) {
    .masonry { /* Masonry container */
        column-count: 1;
    }
}








.errorbanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.errorbanner p {
    text-align: center;
    color: white;
    padding: 12px 10px 0 10px;
}

.bannerGreen {
    background: #27ae60;
}

.bannerRed {
    background: #c0392b;
}