﻿/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.CalNum {
    font-weight: bold;
    font-size:medium;
}

.CalCell {
    width: 100px;
    height: 100px;
    vertical-align: top;
    border: 2px solid slategray;
}

.CalCellEvent {
    font-size: x-small;
    width: 100px;
    height: 100px;
    vertical-align: top;
    border: 3px solid black;
}

.CalHeader {
    width: 100px;
    height: 50px;
    border: 2px solid black;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: forestgreen;
}

.NewsHeader {
    background-color: midnightblue;
    border: 3px solid midnightblue;
}

.NewsDesc {
    background-color: steelblue;
    border: 3px solid midnightblue;
}

.HomeEventHeader {
    background-color: darkgreen;
    border: 2px solid darkgreen;
    text-align: center;
    vertical-align: central;    
}

.HomeEventDesc {
    background-color: aquamarine;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 300px;
}

.HomeNewsHeader {
    background-color: midnightblue;
    border: 2px solid midnightblue;
    text-align: center;
    vertical-align: central;
    color:aquamarine;
}

.HomeNewsDesc {
    background-color: steelblue;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 300px;
}

.SRHeaderLeft {
    border-right: 2px solid;
    border-bottom: 4px solid;
    font-weight: bold;
}

.SRHeaderRight {
    border-left: 2px solid;
    border-bottom: 4px solid;
    font-weight: bold;
}

.SRTable {
    border: 5px solid;
}

.SRCell {
    border: 2px solid;
}
.Banner {
    text-shadow: 10px 5px 2px lightslategray;
}
.HomeImage {
    height:100%;
    width:100%;
}

@media (max-width: 768px) {
    .JMenu {
        visibility: hidden;
    }
    .NewsletterEmail {
        width: 125px;
    }
}
@media (min-width: 768px) {
    .JMenu {
        visibility: visible;
    }
    .NewsletterEmail{
        width: 180px;
    }
}
