/* Custom default button */

.btn-bloom {
    color: white;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #004990;
    border: 1px solid #004990;
}

.btn-bloom:hover,
.btn-bloom:focus,
.btn-bloom:active {
    color: white;
    background-color: #00AEEF;
    border: 1px solid #00AEEF;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
    display: table;
    width: 100%;
    margin-top: 50px;
    height: 75%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}


/* Padding for spacing */


/* Cover */

.cover {
    padding: 20px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

a.cover-heading-link {
    color: white;
}

a.cover-heading-link:focus,
a.cover-heading-link:active,
a.cover-heading-link:hover {
    color: white;
}


/* End Cover */


/* Tour Modal */

.tour-modal .modal-content {
    color: #58595B;
}

@media (min-width: 1280px) {
    .tour-modal .modal-dialog {
        width: 1000px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .tour-modal .modal-dialog {
        width: 950px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tour-modal .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 620px) and (max-width: 767px) {
    .tour-modal .modal-dialog {
        width: 600px;
    }
}

@media (max-width: 620px) {
    .tour-modal .modal-dialog {
        width: auto;
        min-width: 400px;
    }
}

.tour-video-contact-us {
    margin-top: 20px;
    font-size: 16px;
}

.tour-video-contact-us a {
    padding: 10px 20px;
    background-color: #F21847;
    color: white;
    font-size: 16px;
}

.tour-video-contact-us a:first-child {
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

.tour-video-contact-us a:last-child {
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.tour-video-contact-us a:focus,
.tour-video-contact-us a:hover,
.tour-video-contact-us a:active {
    text-decoration: none;
    background-color: #58595B;
}


/* End Tour Modal */


/*
 * Footer
 */

.bloom-welcome {
    color: white;
    font-size: 30px;
    padding: 15px 0px 15px 0px;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Handle the widths */
    .masthead,
    .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
    }
}


/* Contacts Display */

@media (min-width: 768px) {
    .navbar-contacts {
        margin-top: 8px;
    }
}

@media (min-width: 374px) and (max-width: 767px) {
    .navbar-contacts {
        float: right;
        top: 0px;
        right: 72px;
        position: absolute;
        margin-right: 5px;
    }
}

@media (min-width: 0px) and (max-width: 373px) {
    .navbar-contacts {
        float: right;
        top: 0px;
        right: 72px;
        position: absolute;
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .masthead,
    .cover-container {
        width: 700px;
    }
}