﻿body {
    background: #3F5D74;
    color: white;
    font-family: 'Consolas', 'Lucida Console', 'Courier New', Courier, monospace
}
h1, p {
    margin: 0;
    line-height: 1.6;
}
h1 {
    font-weight: bold;
    color: #c0c0c0;
    font-size: 22px;
}
p {
    font-weight: bold;
    color: #808080;
    font-size: 22px;
}
a {
    color: #808080;
    text-decoration: none;
}
a:hover,
a:active {
    color: #808080;
    text-decoration: underline;
}

.pt-10 {
    padding-top: 10px;
}

.field-validation-error {
    color: red;
}

img.qrcode {
    display: inline-block;
}

.map-area {
    width: 100%;
    height: 90vh;
}

.container {
    margin: 50px;
}

.container-fluid {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    container {
        margin: 0;
    }

    .container-fluid {
        margin-top: 5px;
    }
}