nav {
    display: block
}

h1 {
    font-size: 24px;
    margin: 1rem 0;
    font-weight: 700
}

h2 {
    font-size: 20px;
    margin: 1rem 0;
    font-weight: 700
}

h3 {
    font-size: 18px;
    margin: 1rem 0;
    font-weight: 700
}

h4 {
    font-size: 16px;
    margin: 1rem 0;
    font-weight: 700
}

p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 16px;
    margin-left: 10px
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: 700
}

a {
    color: #ebff4a;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    background-color: transparent;
    border-radius: 0
}

[type=button],
button {
    -webkit-appearance: button;
    appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-6 {
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media (min-width:1080px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: .9rem;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    opacity: .8;
    text-decoration: none
}

.btn-primary {
    color: #fff;
    border: 1px solid #00f3ff;
    border-top: 5px solid #00f3ff;
    background-color: #00f3ff52
}

.btn-primary:hover {
    border-color: transparent;
    border: 1px solid #00f3ff;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.btn-success {
    color: #fff;
    background-color: #00e292;
    text-shadow: 0 2px 2px #000;
    background: linear-gradient(to right, #00e292 50%, #63ffc9 75%);
    font: caption;
    border-top: 4px solid #62ffc9;
    border-bottom: 3px solid #8cf7d2
}

.btn-purple {
    color: #fff;
    border: 1px solid #ff4fed;
    border-top: 5px solid #ff4fed;
    background-color: #ff4fed33
}

.btn-purple:hover {
    border-color: transparent;
    border: 1px solid #ff4fed;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    text-shadow: 0 2px 2px #000;
    background: linear-gradient(to right, #dc3545 50%, #f9705f 75%);
    font: caption;
    border-top: 4px solid #f57480;
    border-bottom: 3px solid #f57480
}

.btn-lg {
    line-height: 3.5;
    font-size: 20px;
    border-radius: 5px
}

.btn-lg span {
    padding: 20px 0;
    border-radius: 5px;
    font-weight: 900
}

.btn-block {
    display: block;
    width: 40%;
    margin: 0 auto;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.d-none {
    display: none
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: 1em
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.font-weight-bold {
    font-weight: 700
}

.text-secondary {
    color: #6c757d
}

.text-danger {
    color: #dc3545
}

.text-primary {
    color: #007bff
}

.text-success {
    color: #28a745
}

.text-warning {
    color: #ffc107
}

.text-info {
    color: #17a2b8
}

.text-white {
    color: #fff
}

.text-dark {
    color: #343a40
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none;
        box-shadow: none
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px
    }
}