/* 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;
    max-width: 100%;
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px;
    /*background-image:url("../images/workplace-2303849__480.jpg");*/
}

    .body-content::after {
        content: "";
        background: url("../images/workplace-2303849__480.jpg");
        background-size:cover;
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

nav {
    background-color: black;
    
}

nav div a{
    color: aliceblue;
    font-size: larger;
    text-decoration: none;  
}

nav div a:hover{
    text-decoration: none;
}

#mainLogo {
    width: 60%;
}

#updateIssue {
    width: 50%;
    padding-top: 3%;
    border-style: solid;
}

#logoText{
    margin-top: -50px;
    margin-bottom: -50px;
}

.float-right {
    margin-top: -85px;
}

#button {
    margin-left: 45%;
    margin-bottom: 3%;
}

#table {
    margin-top: -200px;
}

h1{
    padding: 3%;
    width: 40%;
}

#topLayer{
    width:100%;
}

#bulkContent {
    width: 55%;
    margin-bottom: 50px;
}

.sideImg {
    position: absolute;
    margin-bottom: 50px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

hr{
    margin-top: 2rem;
}

#myFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer p{
    text-align: center;
    font-weight: 400;
}



/* 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;
    }
}
