﻿/* 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;
    /*background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080') no-repeat center center fixed;*/
    background: url('../img/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-size: medium;
}

.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 */
}

.nav-item {
    font-size: small;
    font-weight: 600;
}

.nav-link {
    font-size: small;
    font-weight: 700;
    margin-left: 20px;
}

.dropdown-item {
    font-size: small;
    font-weight: 600;
}

.dropdown .dropdown-menu {
    border-radius: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-toggle::after {
    margin-left: 0.0em;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.carousel-item {
    height: 70vh;
    min-height: 350px;
    /*background: no-repeat center center scroll;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:scroll;*/
}

.carousel-caption {
    right: 20%;
    left: 20%;
    /*bottom: 50px;*/
}

.masthead {
    height: 30vh;
    min-height: 300px;
    /*background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn {
    font-size: large;
    font-weight: 600;
}

.overlay {
    background: rgba(0,0,0,0.3);
}

a {
    color: royalblue;
}

.bg-custom {
    background-color: rgba(240, 240, 240, 0.8);
}

b {
    font-weight: 600;
}

/*LightBox Gallery*/
/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 16px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

/* Image Hover Effect*/
.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

    .view .mask {
        background-attachment: fixed;
    }

    .view .mask,
    .view .full-bg-img {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img, .view video {
        display: block;
        position: relative;
    }

.hm-zoom:hover .mask,
.overlay:hover .mask {
    opacity: 1;
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

    .flex-center p {
        margin: 0;
    }

    .flex-center ul {
        text-align: center;
    }

        .flex-center ul li {
            margin-bottom: 1rem;
        }

.rgba-black-light {
    background-color: rgba(0, 0, 0, 0.5) !important;
}