﻿
body {
    font-family: "Noto Sans", sans-serif;
}


.background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .popup {
        width: 100%;
    }
}


.close, .close:hover, .close:active {
    margin-right: -92%;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 10;
    position: absolute;
    right: 95%;
    top: -6px;
}


.file-upload {
    border: 1px dotted;
    padding: 28px;
    background: #ebebeb;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px 5px 15px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}


nav a {
    color:white !important;
}

footer {
    background-color: black;
    color: white;
}

footer a {
    color:white;
}

.bg-black {
    background-color: black;
    color: white;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: black;
    color: white;
}

@media (min-width: 0px) and (max-width: 425px) {

    .navbar-brand {
        font-size: 13px;
    }

    .nav-link {
        font-size: 11px;
    }

    footer {
        font-size: 11px;
    }
}