.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
    position: relative;
    overflow: hidden;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: -1;
}
.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}
.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
@font-face {
    font-family: 'Intro Head';
    src: url('fonts/introhead.woff2') format('woff2'),
         url('fonts/introhead.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.card .card-content span.card-title {
    line-height: 48px;
}

.col.title {
    text-align: center;
}

.col.title img {
    max-width: 100%;
}

h1 {
    font-family: 'Intro Head', 'Arial';
    color: #373232;
    position: relative;
    top: -200px;
    background-color: rgba(255,255,255,0.6);
}

.btn-primary {
    margin: 30px;
}