﻿/* 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;
}

#cookieConsent{
    z-index: 100;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

ul.coloured-bullets {
  list-style: none; /* Remove default bullets */
}

ul.coloured-bullets li::before {
    content: "\2022";
    color: #1b91a6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.iconic {
    color: #1b91a6;
    font-weight: 800;
    text-transform: uppercase;
}

/* Image filter
-------------------------------------------------- */
img.bw-effect {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 500ms linear;
}

img.bw-effect:hover {
    filter: none;
}

/* Search form
-------------------------------------------------- */
#search-form {
    padding: 1rem;
}

.search-form__home {
    margin-top: 100px;
    z-index: 500;
    background-color: rgba(255, 255, 255, 0.75);
}

/* Search results
-------------------------------------------------- */

/* Home content
-------------------------------------------------- */
.home-content {
    margin-top: 100px;
    z-index: 500;
}

.home-content__claim {
    text-align: center;
    text-transform: uppercase !important;
    font-size: 2.4rem;
    line-height: 45px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: white;
    font-weight: bold;
}

.home-content__text {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 50px;
    padding: 30px;
    box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 75px;
    margin-top: 85px;
}

@media (min-width: 992px) {
    body {
        margin-top: 115px;
    }
}

.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 */
    background: rgba(255, 255, 255, 0.5);
}
