﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding: 10px;
}

.navbar-brand:focus {
    background-color: #fff;
    color:#fff;
}

#homepage-search-textbox:focus {
    color: #555566f7;
    background-color: #fffffe;
}

a.header-links:focus {
    color: #fffffe;
    background-color: #00000001;
}

a.footer-links:focus {
    color: #fffffe;
    background-color: #00000001;
}

.nav-item > a {
    color: #fff;
    background-color: #808080;
}

.nav-item > a:hover {
    background-color: #585858;
    color: #fff;
}

.nav-item {
    padding-right: 2px;
}

.modal-content {
    border-radius: .5rem
}

dd {
    margin-left: 20px !important;
}

html {
    overflow-y: scroll;
}

.narrow-header {
    margin-left: 20px !important;
}

.bg-lightgray {
    background-color: #eee;
}

.bg-grayblue {
    background-color: #3C7392;
}

.g-bg-primary.g-color-white a {
    color: white;
}

a:focus {
    text-decoration: underline;
    /*outline: 1px dotted #eee;*/
}

.blogCard {
    border-radius: 10px;
    padding: 2.25rem 2.75rem;
}
.ImageFloatRight {
    float: none;
    padding-bottom: 15px;
    padding-left: 15px;
    max-height: 100px;
    max-width: 300px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }


    div.blogPost div.latestBlogPost {
        width: 100%;
    }

    div.blogPost div.moreBlogPosts {
        width: 100%;
        max-width: 100%;
    }

    div.blogPost div.moreBlogPosts a {
        position: static;
        left: 0;
        top: 0;
        margin-top: 0;
    }
   
}
@media (min-width: 576px) {

    .ImageFloatRight {
        padding-left: 15px;
        padding-right: 15px;
        float: right;
        
    }
}

.hidden-page-heading {
    color: #fff;
    font-size: .1em;

}

.skip-link {
    color: #000;
}

.skip-link:hover {
    color: #000;
}

.skip-link:focus {
    color: #000;
}


a:hover {
    color: #006bb6;
}
