/* 
    Created on : Jul 28, 2019, 11:08:55 AM
    Author     : Akutra Cea, LeapMaker LLC
*/

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100vw;
}

input {
    caret: springgreen;
    transition: all 0.5s ease-in-out;
    margin-top: 1em;
}
.inputfield{
    padding-top: 0.11em;
    padding-bottom: 0.1em;
}
.inputform{
    width: 100%;
    padding: 1em;
    background-color: black; /*#263d0c;*/
    font-weight: 600;
    color: springgreen;
    text-align: center;
}
.inputform label
{
    text-align: right;
    padding-right: 0.2em;
}

.vcard {
    margin: 20px auto;
    width: 500px;
    max-width: 100%;
}

.container {
    max-width: none;
    width: 98%;
}

.contactlink > a {
    color: #505FF0 !important;
}

    .contactlink > a:hover, a:focus {
        color: #394450 !important;
    }

    .contactlink > A:visited {
        color: #05B50C !important;
    }
.social {
    font-size: 200%;
    font-weight: bold;
    color: blue;
    vertical-align: middle;
    width: 50%;
}

    .social > a {
        padding: 5px;
        width: 100%;
    }

.login-row {
    vertical-align: middle;
    margin: 0;
    padding: 10px;
    text-align: center;
    line-height: normal;
    background-color: rgba(155,155,155,0.1);
}

.admin-row {
    vertical-align: middle;
    margin: 0;
    padding: 10px;
    text-align: center;
    line-height: normal;
    background-color: rgba(200,200,200,0.05);
}

    .login-row > div > input[type=submit],
    .admin-row > div > input[type=submit] {
        background-color: papayawhip;
        font-size: 110%;
    }

    .login-row > .field-label,
    .admin-row > .field-label {
        vertical-align: middle;
        font-weight: bold;
        width: auto;
        margin-top: 8px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

.checkbox > input {
    vertical-align: middle;
    width: auto;
    margin: 1px;
    padding: 0;
    margin-left: 0;
    margin-right: auto;
}

.checkbox > div {
    text-align: left;
    margin-top: -1px;
}

.field-label-light {
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0;
    font-weight: 100;
}

.localDisplay {
    width: 100%;
}
.row-box {
    width: 100%;
    overflow: hidden;
}
div.col-box-slim
{
    max-width: 24%;
}
.navbar-header-bg {
}

.nav-footer {
    text-align: center;
    margin: 20px auto;
    
}
.nav{
    --bs-body-text-align: center;
    justify-content: space-evenly;
}
.nav li a
{
    text-decoration: none;
}
.nav li {
    display: inline-block !important;
}

.navbar {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: goldenrod;
    max-height: 70px;
    width: 100vw;
    overflow: hidden;
}

.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin: 5px;
}
.max-width {
    max-width: 380px;
}

a {
    color: black;
}

.message {
    background-image: linear-gradient(to bottom, rgba(128,128,128,1), rgba(0,0,0,0));
    border: 2px solid rgba(100,200,100,0.1);
    display: none;
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.8), 0px 6px 20px 0px rgba(0,0,0,0.7) !important;
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.8), 0px 6px 20px 0px rgba(0,0,0,0.7) !important;
}
.center-content {
    min-width: 100%; /* Fallback for vh unit */
    min-width: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.center-quote {
    text-align: center;
    font-style: italic;
    text-decoration: underline;
}

.sig-right {
    text-align: right;
}

.headline {
    color: black;
    text-shadow: 2px 2px rgba(255,255,255,0.5);
    border: 1px solid black;
    /*background-color: rgba(0,0,0,0.5);*/
    background-image: linear-gradient(to right, rgba(128,128,128,0.5), rgba(0,0,0,0));
}
.off-arrow {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.gold-text {
    color: #e2d9ba;
}

.deep-gold {
    color: #c6ba92;
}

.bigbold {
    font-size: 125%;
    font-weight: 600;
}

.big-nav {
    font-size: 100%;
    font-weight: 600;
    /*background-color: rgba(255, 255, 255, 1);*/
}

.maindisplay {
    width: 100%;
    padding-top: 1%;
    background-color: rgba(150,150,150,0.05);
    margin-right: auto;
    margin-left: auto;
}

@font-face {
    font-family: Serif;
    /*src: url("../fonts/Niconne-Regular.ttf");*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
