html {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    padding-bottom: 80px;
    padding-top: 70px;
}

a {
    color: rgb(0, 59, 106);
    text-decoration: none;
    font-weight: bold;
}

a.inverse {
    color: #0065b8;
}

header .navbar-nav a {
    text-transform: uppercase;
    color: black;
    margin-right: 2rem;
}

a:hover {
    color: #EF4036;
}

header .navbar-nav a:hover {
    text-transform: uppercase;
    color: rgb(0, 59, 106);
}

h1 {
    font-size: 2.75rem;
    color: white;
    text-align: left;
    padding: 7rem 0 3rem 0;
    margin-bottom: 1rem;
}

h3 {
    color: rgb(26, 26, 26);
    font-size: 2rem;
    font-weight: 600;
}

html.root-home-index h1 {
    display: none;
}

h4 {
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
}

li {
    margin-bottom: 0.5rem;
}

footer {
    background-color: rgb(0, 59, 106);
    line-height: 1rem;
    padding-top: 1rem;
    color: #fff;
}

blockquote {
    background-color: rgb(235, 235, 235);
    padding: 1.5rem;
    margin-top: 1rem;
}

.h1-background {
    background-color: #EF4036;
}

.header-scroll-shrink {
    background-color: #f3f5fb;
    min-height: 40px;
    padding-top: 5px;
}

.header-scroll-shrink a {
    color: rgb(148, 151, 153);
    font-weight: 700;
}

.header-scroll-shrink a:hover {
    color: #EF4036;
}

.navbar-brand img {
    max-height: 80px;
}

html.scrolled .navbar-brand img {
    max-height: 40px;
}

html.scrolled .header-scroll-shrink {
    display: none;
}

.login-wrapper {
    margin-top: 75px;
}

.accordion-item {
    border: none;
}

.accordion-button {
    font-size: 1.125rem;
    border: none;
}

.accordion-button:focus {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none;
}

.col-form-label {
    font-weight: bold;
}

.file-upload-container {
}

.file-upload-btn {
    width: 100%;
    margin-bottom: 1rem;
}


.file-upload-wrapper {
    color: #666;
    background-color: rgb(239, 239, 239);
    border: 5px dashed rgba(198, 198, 198, 0.65);
    border-radius: 6px;
    cursor: pointer;
}

.file-upload-wrapper:hover {
    background-color: rgb(212, 212, 212);
    border: 5px dashed rgba(154, 154, 154, 0.65);
}

.file-upload-wrapper p {
    text-align: center;
}

.file-upload-drag-text {
}


.file-upload-icon-start {
    position: relative;
    --fa-rotate-angle: -45deg;
    top: 20px;
    padding-bottom: 20px
}

.file-upload-icon-center {
    position: relative;
    padding: 0 0.5em;
}

.file-upload-icon-end {
    position: relative;
    --fa-rotate-angle: 45deg;
    top: 20px;
}

.file-upload-files .card {
}

.file-upload-files .card img {
    margin-top: 1rem;
    height: 100px;
}

.file-upload-filename {
}

.file-upload-remove-btn {
    font-size: 0.7rem;
}

.file-upload-submit-btn {
    width: 100%;
    margin-bottom: 1rem;
}

.file-upload-template {
    display: none;
}

.btn-primary {
    background-color: rgb(0, 59, 106);
    font-weight: 700;
    border: none;
}

.btn-primary:hover, .btn-primary:active {
    color: rgb(0, 59, 106);
    background-color: white;
}

.form-control {
    color: black;
    background-color: rgb(243, 245, 251);
    border: solid 1px rgb(151, 151, 151);
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 6px;
}

.mt-100 {
    margin-top: 100px;
}

.g-recaptcha > div {
    display: inline-block;
}

html.random1 .back-home {
    background: url(../img/Home1.jpg) no-repeat center center;
    background-size: cover;
}

html.random1 .back-call {
    background: url(../img/Contact1.jpg) no-repeat center center;
    background-size: cover;
}

html.random2 .back-home {
    background: url(../img/Home2.jpg) no-repeat center center;
    background-size: cover;
}

html.random2 .back-call {
    background: url(../img/Contact2.jpg) no-repeat center center;
    background-size: cover;
}

html.random3 .back-home {
    background: url(../img/Home3.jpg) no-repeat center center;
    background-size: cover;
}

html.random3 .back-call {
    background: url(../img/Contact3.jpg) no-repeat center center;
    background-size: cover;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
