﻿/* 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. */

* {
    box-sizing: border-box;
}

body {
    background-color: white;
}

.Body-Content {
    min-height: 51vh;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

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;
}

html {
    position: relative;
    min-height: 100%;
}

.Shared-Content-Wrapper {
    padding-top: 10vh;
}

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
/*}*/

footer a {
    color: white;
}

.page-footer {
    background-color: rgb(6, 95, 196);
    font-weight: 400;
    color: white;
}

/* Test */
.Home-Carousel-Img {
    filter: brightness(30%);
}

/*
    Carousel Home
*/

.carousel-inner > .carousel-item > img {
    width: 640px;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.carousel-item > .carousel-head {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@media (min-width: 312px) {

    .carousel-inner > .carousel-item > img {
        height: 40vh;
    }

    .carousel-item > .carousel-head {
        top: 3%;
    }

    .carousel-header-text {
        font-size: 2rem;
        font-weight:500;
    }
}

@media (min-width: 628px) {

    .carousel-header-text {

        font-size:2.7rem;
    }
    .carousel-inner > .carousel-item > img {
        height: 100vh;
    }

    .carousel-item > .carousel-head {
        top: 150px;
    }
}

/*
    Main Upper Nav
*/
.navbar-dark .navbar-text a {
    color: black;
}

/*
    About Images on Home
*/

.AboutView img {
    width: 100%;
    max-height: 500px;
}

.AboutCenter {
    background-color: rgb(6, 95, 196);
    color: navajowhite;
    text-align: center;
}

.AboutCenter-Content {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.About-First-View {
    position: relative;
}

.About-View-Content {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    font-size: x-large;
    font-weight: bolder;
    color: #0E57AB;
    padding: 20px;
    opacity: 0.8;
}

/*
 * Image Gallery
*/

.exportBtn {
    display: inline-block;
}
