/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url('../images/header-hilo.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.dkmaps-header {
    height: 200px;
    background: url('../images/header-map.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    /* text-shadow: 0px 0px 10px #000; */
    color: #fff;
    font-weight: normal;
    background-color: rgba(0,0,0,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.feature-headline {
    text-align: center;
}

.support-box {
    width: 30%;
    min-width: 240pt;
    padding-top: 2em;
    margin: 0 auto;
}

.feature-list {
    margin-bottom: 2em;
    padding-right: 20px;
}

.appstore-button {
    text-align: center;
    margin-top: 2em;
}

.intro-price {
    margin-top: -1em;
    font-weight: 600;
    text-align: center;
}

.btn-blue {
    background-color: cornflowerblue;
    color: white;
}

.copyright {
    text-align: center;
}

.legal {
    font-size: 8pt;
    text-align: center;
}

.img-center {
    margin: 0 auto;
}

.img-squircle {
    border-radius: 20%;
    padding: 30px;
}

footer {
    margin: 50px 0;
}