/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
/* Make the masthead heading the same height as the navigation */
.header h3 {
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

.navbar-default {
    background: none;
    border: none;
}

.contacts {
    font-size: 1.1em;
    font-weight: 700
}

/* Main marketing message and sign up button */
.jumbotron {
    background: url('../images/bg.jpg') 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron h1 {
    color: #FFF;
    text-shadow: 3px 2px 2px #969696;
}

.jumbotron p {
    color: #fff;
    text-shadow: 0 0 2px #111;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 20px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

th {
    vertical-align: baseline;
}

td {
    padding-left: 40px;
}

.notice {
    position: relative;
    margin: 20px 10px 10px;
    min-height: 36px;
    padding: 19px 54px 19px 20px;
    line-height: 20px;
    border-radius: 5px;
}

.notice .btn {
    background: #00B27F;
    border: none;
    color: #fff;
    font-weight: bolder;
    float: right;
}

.notice span {
    color: #fff;
    line-height: 2.5em;
}

.notice {
    background: url('../images/cihly.jpg') 50% 50% no-repeat;
    background-size: cover !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
}

.notice:after {
    content: "";
    display: table;
    clear: both;
}
