﻿/* 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;
    }
}
.text-shadowDeeper {
    text-shadow: 0 4px rgba(0,0,0,1) !important;
}

.showit {
    display: block;
    background-color: #000000;
    color: inherit;
}

.boxitin {
    display: block;
    
}

.imgfix img {
    padding: 0;
    margin: 0;
    display: block;
    max-height: 60px;
    width: auto;
}

.imgfix li {
    display: inline-block;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

.wrapper {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 100%;
    background-color: #000000;
    color: #444;
}

.box {
    background-color: #000000;
    color: #fff;
    border-radius: 0px;
    padding: 5px;
    font-size: 75%;
}

.wrapmywords {
    width: 5px;
    display: table;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    line-height: 1.5;
}

.c {
    grid-column: 1;
    grid-row: 2;
}

.textinput {
    float: left;
    width: 100%;
    min-height: 75px;
    outline: none;
    resize: none;
    border: 1px solid grey;
    float: left;
    width: 100%;
    height: auto;
}