﻿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;
    margin-top: 10px;
}

/* 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;
}

.navbar-brand {
    float: initial !important;
}

.navbar {
    border-bottom: 2px solid #327fba !important;
    background: #ffffff;
}

.navbar-nav {
    float: right !important;
    margin-top: 70px !important;
}

    .navbar-nav a {
        color: #327fba;
    }

        .navbar-nav a:hover {
            text-decoration: underline !important;
            background-color: #3f4346 !important;
            color: #ffffff;
        }

.HomeImg {
    padding-bottom: 15px;
}

.navbar-toggle {
    background-color: #327fba !important;
    border-radius: 0 !important;
    margin-top: 70px !important;
}

    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

.navbar-collapse {
    background-color: rgba(255,255,255,.95);
}

.homeexpl {
    width: 80%;
    text-align: center;
    margin: 15px auto 60px;
    font-size: 1.5em;
    color: #3F4346;
    background-color: #8dbce0;
    padding: 30px;
    border-radius: 15px;
}

.instructions {
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    color: #3F4346;
}

.bordered {
    border-radius: 10px;
    border: 1px solid #327fba;
    padding: 5px 0px;
    margin: 5px 0px;
}

h2 {
    color: #327fba !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.LogReg {
    list-style: none;
    margin: 30px;
}

    .LogReg li {
        float: left;
        margin-bottom: 30px;
        white-space: nowrap;
    }

        .LogReg li a {
            padding: 10px 30px;
            background-color: #3F4346;
            margin: 0 30px;
            border-radius: 5px;
            color: #FFFFFF;
        }

            .LogReg li a:hover {
                background-color: #327fba;
            }



.menu {
    margin-left: 10%;
    list-style: none;
}


    .menu li {
        margin-left: 10%;
        padding-top: 5px;
        font-size: 1.1em;
    }



        .menu li a:hover {
            background-color: #f0dddf;
            text-decoration: none;
        }


.btn-default {
    padding: 10px 30px;
    background-color: #3F4346;
    border-radius: 5px;
    color: #FFFFFF;
}

footer {
    background: #3F4346;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

.footer-sm {
    background: #327fba !important;
    color: #ffffff;
    text-align: center;
    padding: 0px !important;
}




.validation-summary-valid {
    display: none;
}

.validation-summary.validation-summary-errors {
    display: block;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
