﻿/* 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. */

:root {
    --primary-color: midnightblue; /* Primary actions base color and toolbar buttons hover color.*/
}

body {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

    .layout-page {
        padding-bottom: 100px; /* for the fixed footer */
    }

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.navbar-inverse {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.main-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: lightgrey;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.daf-console-policy-block {
    width: 80%;
}

    .daf-console-policy-block h2 {
        color: var(--primary-color);
        font-weight: 600;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
