﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

@media only screen and (max-width: 700px) {
    body {
        /*background-image: url(../Image/Thick.jpg);*/
        background-color: lightblue;
    }

    #ungod {
        /*opacity: 0;
        width: 2px;
        height: 2px;*/
        display: none;
    }

    section#intro-header {
        background-image: url(../Image/Thick.jpg);
        background-size: cover;
        margin-bottom: -12px;
        /*margin-bottom: 2em;*/
    }

        section#intro-header .wrap-headline {
            /*        position: relative;*/
            padding-top: 5%;
            padding-bottom: 5%;
        }

        section#intro-header h1,
        section#intro-header h2 {
            color: #FFC107;
            /*text-shadow: 10px 10px 2px 1px rgba(0, 0, 255, .2);*/
            text-shadow: red 2px 2px 10px;
        }

        section#intro-header h2 {
            font-size: x-large;
            font-weight: 700;
        }

        section#intro-header h1 {
            font-size: x-large;
            font-weight: 700;
        }

        section#intro-header hr {
            width: 10%;
        }

        section#intro-header li {
            color: #FFC107;
            font-size: x-large;
            font-weight: 700;
            text-shadow: red 2px 2px 10px;
        }

        section#intro-header .btn-default {
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
        }

        section#intro-header .footer-front {
            display: flex;
            justify-content: space-around; /* Distribute items evenly
                                   Items have a half-size space
                                   on either end */
        }

            section#intro-header .footer-front .btn {
                font-weight: 300;
                /*color: #5A5A5A;*/
                width: 50px;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
                box-shadow: 6px 6px 2px 1px rgba(255, 0, 0, .5);
            }

    /*section#intro-header */
    #side-fields {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (min-width: 700px) {
    body {
        background-image: url(../Image/Thick.jpg);
        background-color: lavender;
    }

    #god {
        /*opacity: 0;
        width: 2px;
        height: 2px;*/
        display: none;
    }

    section#intro-header {
        /*background-image: url(../Image/Thick.jpg);
        background-size: cover;
        margin-bottom: -12px;*/
        /*margin-bottom: 2em;*/
    }

        section#intro-header .wrap-headline {
            /*        position: relative;*/
            padding-top: 5%;
            padding-bottom: 5%;
        }

        section#intro-header h1 {
            color: #FFC107;
            /*text-shadow: 10px 10px 2px 1px rgba(0, 0, 255, .2);*/
            text-shadow: red 2px 2px 10px;
            font-size: xx-large;
            font-weight: 700;
        }

        section#intro-header h2 {
            color: #FFC107;
            font-size: x-large;
            font-weight: 700;
            padding-bottom: 2rem;
        }

        section#intro-header h1 {
            font-size: x-large;
            font-weight: 700;
        }

        section#intro-header hr {
            width: 10%;
        }

        section#intro-header li {
            color: #FFC107;
            font-size: x-large;
            font-weight: 700;
            text-shadow: red 2px 2px 10px;
            padding-bottom: 2rem;
        }

        section#intro-header .btn-default {
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
        }

        section#intro-header .footer-front {
            display: flex;
            justify-content: space-around; /* Distribute items evenly
                                   Items have a half-size space
                                   on either end */
        }

            section#intro-header .footer-front .btn {
                font-weight: 300;
                /*color: #5A5A5A;*/
                width: 50px;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
                box-shadow: 6px 6px 2px 1px rgba(255, 0, 0, .5);
            }
}
/*@media screen (height > 600px) {
    body {
        line-height: 1.4;
    }
}

@media screen (400px <= width <= 600px) {
    body {
        line-height: 1.4;
    }
}
*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.footbutton {
    width: 50px;
    height: auto;
}

.footqr {
    width: 150px;
    height: auto;
}

.row-back {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2rem;
    background-image: url(../Image/BackgroundYellow.jpg);
    background-repeat: repeat-x;
    background-size: cover;
}
