/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
    padding-top: 50px;
}

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

.business-header {
    height: 20vh;
    min-height: 200px;
    background: url('../images/slider1.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.card {
    height: 100%;
}

.card-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.card-text {
    color: #333;
    padding: .5rem
}

.subscribebox {
    border: #CCC 4px solid;
    padding: 40px;
    text-align: center;
}