﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
/*Custom CSS
---------------------------------------------------- */

* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*For larger devices*/
.cali {
    font-weight: bold;
    color: #0F2940;
}

.quatics {
    font-weight: lighter;
    color: #0367A6;
}

.divider {
    border-bottom: 10px solid #4BD4F2 !important;
}

.form-container {
    width: 75%;
    height: 75%;
    background-color: #0F2940;
    opacity: .7;
}

.carousel-container {
    width: 75%;
    height: 75%;
}

.full-image {
    background-image: url('../images/coral-1053831_640.jpg') !important;
    background-size: cover !important;
    height: auto;
}

.service-divider {
    width: 75%;
    border-color: #F2F2F2;
}

.secondary-heading {
    font-weight: lighter;
}

.secondary-heading-dark {
    color: #071726;
}

.card-container {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 8%;
    margin-top: 8%;
}

.content-container {
    padding: 2%;
    margin-right: 3%;
    margin-left: 3%;
    color: #F2F2F2;
}

.bg-video {
    width: 100%;
    z-index: -1;
}

.landing-section {
    border-bottom: 1em solid #0F2940;
}

/*Custom Carousel CSS
---------------------------------------------------- */

.carousel-bg {
    background-color: #0F2940;
}

#carousel-border {
    border: 10px solid #f2f2f2;
}


/*Custom Mobile CSS
---------------------------------------------------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .form-container {
        width: 100%;
        height: 100%;
    }

    .container-fluid {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
}