﻿/* 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. TEST */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.wusm-image {
    max-width: 100%;
    height: auto;
}

.banner-container {
    display: inline;
    width: 20rem;
}

.navbar{
    background-color: #a51417;
}
.site-title {
    text-align: center;
    margin: 3rem 0;
    font-size: 2.5rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (max-width: 992px) {
    html {
        font-size: 12px;
    }
}

.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;
}

/* 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;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}



#footerlink a:link {
    color: #a51417 !important;
    text-decoration: underline !important;
}

#footerlink a:visited {
    color: #a51417 !important;
    text-decoration: underline !important;
}




.input-title {
    text-align: center;
}
.option-title {
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.row{
    margin-left:0;
    margin-right:0;
}

.input-group-radio {  
    text-align: left;
    width: auto;
    padding-left:0;
    padding-right:0;
}

.input-wrapper{
    display:inline-block;
    width:100%
}

.radios {
    display: block;
    margin-left: 1.5rem;
}

.input-group-text{
    width: 5rem;
    text-align: center;
    display:block;
}

.card-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    line-height: 1.5;
    color: #212529;
}

.card-title {
    font-size: 1.6rem;
    color: #BD0D0D;
}

/*
    Result box
-------------------------------------------------- */

.result{
    border:none;
    width: 10rem;
    height: auto;
    font-size: 2.5rem;
    background-color: white;
    margin: 0 auto; 
}
.result-box{
    margin: 0 auto;
    width: 200px;
    padding:0;
    text-align: center;
}

.submit{
    width: 15rem;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

#result_card {
    border: 1px solid lightgray;
    border-radius: 10px;
}



@media (max-width: 992px) {
    .input-group {
        text-align: left;
        margin: 0 auto;
        width: auto;
    }

    .input-wrapper {
        display: block
    }

    .input-group-radio {
        display: block;
        width: 100%;
    }

    .option-title {
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
        display:inline-block;
    }
}


