/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

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

.card-title{
    font-size: 1.2em;
    font-weight: bold;
}

.carousel-caption, .carousel-caption h2{
    color: #12A19A;
    font-weight: bold;
    font-size: 1.2em;

}

.period {
    width: 92px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: solid 1px #dbdbdb;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #262626;
    -webkit-transition: -webkit-transform .12s linear;
    transition: -webkit-transform .12s linear;
    transition: transform .12s linear;
    transition: transform .12s linear, -webkit-transform .12s linear;
    margin: 0;
    margin-left: 0px;
}


.period .period__month {
    height: 24px;
    background-color: #12A19A;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    -webkit-box-shadow: 1px 0 0 #12A19A, -1px 0 0 #12A19A, 0 -1px 0 #12A19A;
    box-shadow: 1px 0 0 #12A19A, -1px 0 0 #12A19A, 0 -1px 0 #12A19A;
}
.period span {
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
}

.period .period__day {
    font-size: 2.5rem;
    font-weight: 600;
    text-decoration: none;
}
.period span {
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
}


.period .period__location {
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
    text-decoration: none;
}
.period span {
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
}

