﻿/* 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: 0px;
    padding-bottom: 10px;
}

footer{
    padding-top: 150px;
}

/* 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;
    }
}

.card-footer {
            padding: 0.1rem 0.1rem;
}

/* font styles */
a {
    color: #17a2b8;
    transition: color 5s;
}

.active {
    /* width: 100% !important; */
}

.dropdown-item {
    color: #212529;
    text-decoration: none;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #fd7e14;
    }

.navbar-brand, .dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

/* .navbar-secondary*/
.navbar-secondary.navbar {
    width: 100%;
    background-color: #555;
    overflow: auto;
    padding: 0px;
}

    .navbar-secondary.navbar a {
        float: left;
        padding: 2px;
        color: black;
        text-decoration: none;
        font-size: 17px;
        width: 33%; /* Four links of equal widths */
        text-align: center;
    }

        .navbar-secondary.navbar a:hover {
            background-color: #000;
        }

        .navbar-secondary.navbar a.active {
            background-color: #464647;
        }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fd7e14;
}

.navbar-brand, .dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu {
    background-color: grey;
}

@media screen and (max-width: 500px) {
    .navbar-secondary.navbar a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }
}

body {
    font-size: 1.20rem;
    line-height: 1.80rem;
    letter-spacing: -0.003em;
    font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0.25em;
    margin-bottom: 0.50em;
    line-height: 1.3;
}

h1 {
    font-size: 3.0rem;
    font-weight: 600;
}
h2 {
    font-size: 2.45rem;
    font-weight: 500;
}
h3 {
    font-size: 2.15rem;
    font-weight: 500;
}
h4 {
    font-size: 1.75rem;
}

@media (min-width: 576px) {
    body {
        font-size: 1.20rem;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1.26rem;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 1.32rem;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 1.37rem;
    }
}


/* CodeStyles.css */
pre {
    font: normal normal normal 1rem/1.6 'Source Sans Pro', sans-serif;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    background: #282c35;
    color: #fff;
    font-size: .875rem !important;
    line-height: 1.5;
    border-radius: 1.5em;
    border: 0.1em solid #ddd;
    border-left: 0.2em solid #f36d33;
    page-break-inside: avoid;
    margin-bottom: 1em;
    max-width: 100%;
    padding: .5em 1em;
    display: block;
    word-wrap: break-word;
    margin-left: 0.1em;
    overflow: auto;
    overflow-x: auto;
    white-space: pre-wrap;
    counter-reset: line;
    text-align: left !important;
}

    pre:hover,
    pre:focus {
        /* what ever action */
        /* this is just example */
        border-left: 0.2em solid #338df3;
    }

div.code {
    position: relative;
}

pre + button {
    position: absolute;
    top: 0;
    right: 0;
}

pre .line-number {
    float: left;
    margin: 0 0.1em 0 -1em;
    border-right: 0.1em solid;
    text-align: right;
}

    pre .line-number span {
        display: block;
        padding: 0 .1em 0 0.1em;
    }

pre .cl {
    display: block;
    clear: both;
}

.codeButton {
    background-color: transparent;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    border: 0.1em solid;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Arial;
    font-size: 1em;
    padding: 0.2em 0.2em;
    text-decoration: none;
    margin: 0.2em 0.2em;
}

    .codeButton:hover {
        background-color: transparent;
    }

    .codeButton:active {
        top: 0.1em;
    }
