﻿/* 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;
}

/* 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;
}

/* 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;
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 25px; /* Vertically center the text there */
}


/*Nav*/
.title-top {
    color: #5a5a5a;
}

.title-bottom {
    color: #4f90cc;
}

.search-btn {
    background-color: #5a5a5a;
    color: white;
}


/*Footer*/
.cares-footer {
    background-color: #4a687d;
    color: white;
}



/*Circles*/
.circle-bar a {
    margin-left: 1%;
    margin-right: 1%;
}

.circle {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    font-size: 15px;
    color: black;
    line-height: 19px;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 0 0;
    background-position: 50% 50%;
}

    .circle:hover {
        border-width: 4px;
        background-size: 200% 200%;
        color: white;
        /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.37);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.37);*/
    }

    .circle a {
        color: black;
    }

.circle-red {
    border: 4px solid #000;
    background-image: radial-gradient(circle at center, #000 50%, transparent 50%);
}

.circle-orange {
    border: 4px solid #333;
    background-image: radial-gradient(circle at center, #333 50%, transparent 50%);
}

.circle-yellow {
    border: 4px solid #666;
    background-image: radial-gradient(circle at center, #666 50%, transparent 50%);
}

.circle-green {
    border: 4px solid #999;
    background-image: radial-gradient(circle at center, #999 50%, transparent 50%);
}

.circle-blue {
    border: 4px solid #aaa;
    background-image: radial-gradient(circle at center, #aaa 50%, transparent 50%);
}

.circle-indigo {
    border: 4px solid #bbb;
    background-image: radial-gradient(circle at center, #bbb 50%, transparent 50%);
}

.circle-violet {
    border: 4px solid #ddd;
    background-image: radial-gradient(circle at center, #ddd 50%, transparent 50%);
}


/*Helpers*/
.pointer {
    cursor: pointer;
}

.mh-inherit {
    max-height: inherit;
}


/*Homepage*/
.homepage-card {
    margin-left: 10%;
    margin-right: 10%;
    background-color: white;
    min-height: 150px;
    max-height: 300px;
}

.homepage-card-expand {
    max-height: 100%;
    transition: all 2s ease;
    line-height: normal;
}

.homepage-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

    .come-in:nth-child(odd) {
        animation-duration: 0.6s; /* So they look staggered */
    }

.already-visible {
    transform: translateY(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

.red {
    color: red;
}

.nav-bar-normal {
    height: 25vh;
    z-index: 5000;
}

.nav-bar-mobile {
    height: 220px;
    z-index: 5000;
}

.header {
    display: block;
    width: 100%;
    z-index: 9;
    width: 100%;
}

.footer {
    display: block;
    width: 100%;
    z-index: 9;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 40px;
}

#fullpage {
    margin-left: -15px;
    margin-right: -15px;
}

.intro {
    text-align: left;
}


/*Overlay*/
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    color: white;
    background-color: #4D90CD; /* Black fallback color */
    background-color: rgba(50,50,50, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: white;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.top-home-image {
    width: 100%;
    min-height: 10%;
    position: absolute;
    top: 25vh;
    left: 0;
    object-fit: cover;
}

.bottom-home-image {
    width: 100%;
    position: absolute;
    bottom: 41px;
    left: 0;
    object-fit: cover;
    min-height: 10%;
}

.search-bar-row {
}

.main-logo {
    height: 170px;
}

.main-logo-mobile {
    height: 115px;
}

.wu-link {
    color: white;
}

    .wu-link:hover {
        color: white;
    }

.cookie-law {
    background-color: #262626;
    color: white;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 11vh;
    z-index: 999999;
    display: none;
}

.cookie-button {
    background-color: white;
    color: #4D90CD;
    border-radius: 0;
}

    .cookie-button:hover {
        background-color: #4D90CD;
        color: white;
    }

.cookie-link {
    color: #4D90CD;
}

.hamburger-menu {
    display: none;
}

    .hamburger-menu div {
        background-color: #4D90CD;
        color: white;
        margin: 0;
        padding: 0;
    }

        .hamburger-menu div ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .hamburger-menu div ul li {
                border-bottom: 1px solid white;
                list-style: none;
                padding: 10px;
                padding-right: 15px;
            }

                .hamburger-menu div ul li:hover {
                    background-color: white;
                }

            .hamburger-menu div ul a li:hover {
                color: #4D90CD;
            }

            .hamburger-menu div ul a {
                color: white;
            }

                .hamburger-menu div ul a:hover {
                    text-decoration: none;
                }



.buffer {
    height: 25vh
}


.text-background {
    position: absolute;
    padding: 15px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.no-hover-decoration:hover {
    text-decoration: none;
}

.news-inner-container {
    background-color: white;
}

.news-search-results {
    display: none;
}

    .news-search-results div a {
        color: #4a687d;
    }

.html-search-results div a {
    color: #4a687d;
}

.html-search-results {
    display: none;
}

.show-results-news-top {
    display: none;
}

.show-results-html-top {
    display: none;
}

.show-results-news {
    cursor: pointer;
}

/*Modal for cookie*/
/* The Modal (background) */
.modal {
    z-index: 9999999; /* Sit on top */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.cookie-option-row {
    height: 50px;
    background-color: lightgrey;
}

.cookie-summary-row {
    font-size: 12px;
    display: none;
}

.cookie-right-text {
    font-size: 12px;
}

.custom-control-label {
    vertical-align: top;
}

#functional-button {
    cursor: pointer;
}

#analytics-button {
    cursor: pointer;
}

#essential-button {
    cursor: pointer;
}

.cookie-modal-button {
    background-color: #262626;
    color: white;
    border-radius: 0;
}

    .cookie-modal-button:hover {
        background-color: #4D90CD;
        color: white;
    }



.mobile-text {
    font-size: 16px;
}