﻿/* 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. */

.nav {
    background-color: transparent;
    background: transparent;
    border-color: transparent;
}

.navbar {
    background-color: transparent;
    background: transparent;
    border-color: transparent;
}
.navbar .navbar-brand{
    background-color: transparent;
    background: transparent;
    border-color: transparent;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-custom {
    background-color: #000066;
}

.navbar-collapse {
    max-height: 100% !important;
}

/* nav bar background for menu when collapsed */
.navbar .collapsing, .navbar .in,
.navbar .collapse.show
{
    background-color: rgb(18, 95, 224);
    margin-left: 30% !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    font-size: 14px !important;
}


/* change the brand and text color */
.navbar-custom .navbar-brand {
    color: rgba(255,255,255,1.0);
}

.navbar .collapse.show a:hover {
    color: rgba(0, 0, 102,1) !important;
    background-color: rgb(255,255,255) !important;
}

/* change the brand and text color */
.navbar-custom .navbar-brand {
    color: rgba(255,255,255,1.0);
}

    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }

    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: rgba(255,255,255,.5);
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }

    .navbar-custom .dropdown-menu {
        font-size: 1rem;
        color: #ffffff;
        list-style: none;
        background-color: #000038;
    }

    .navbar-custom.navbar-toggler {
        color: rgba(255, 255, 255, 1.0);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-custom .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.bg-custom {
    background-color: #000066 !important;
}

.carousel_text_bg {
    background-color: rgba(0,0,102,.3);
}

.cover {
    object-fit: cover;
}

.scale {
    object-fit: scale-down;
}

.im_scale {
    background-size: cover !important;
    background-position: center;
}

.contain {
    object-fit: contain;
}


/* Sticky footer styles
-------------------------------------------------- */
.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;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

h1 {
    font-size: 2.5rem; /* 48 / 16 */
    line-height: 2.5rem; /* 48 / 48 */
    margin-bottom: .5em; /* 24 / 48 */
}

h2 {
    font-size: 2.25rem; /* 36 / 16 */
    line-height: 1.1em; /* 48 / 36 */
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}

h3 {
    font-size: 1.5rem; /* 24 / 16 */
    line-height: 1em; /* 24 / 24 */
    margin-bottom: 1em; /* 24 / 24 */
}

h4 {
    font-size: 1.3125rem; /* 21 / 16 */
    line-height: 1.1em; /* 24 / 21 */
}

h5 {
    font-size: 1.125rem; /* 18 / 16 */
    line-height: 1.333333333333333em; /* 24 / 18 */
    margin-bottom: 1.333333333333333em; /* 24 / 18 */
}

h6 {
    font-size: 1rem; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}

/* 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 */
}
