html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}


.testimonial-bg-30 {
    background-image: url('/Images/marquis-bg-30.png')
}

.testimonial-bg {
    background-image: url('/Images/mww-header-2.jpg')
}

.footer-bg {
    background-color: #333333;
}

.footer-logo-hr {
    opacity: 1;
    border: 1px solid rgb(235, 188, 0);
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-sub-section-hr {
    opacity: 1;
    border: 1px solid rgb(235, 188, 0);
    width: 50%;
}

.login-bg {
    width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;
    background-image: url("/Images/marquis-bg-30.png");
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.login-card {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 2rem;
}

.css-15064dj {
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: -12px;
}

.css-1wuoki7 {
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
    margin-left: 1rem;
    margin-bottom: -8px;
}

.min-vh-25 {
    min-height: 50vh;
}

.bg-gray {
    background-color: #7A7A7A;
    color: #FFFFFF;
}

.testimonial-card {
    max-width: 400px;
    width: 100%;
    background: #ffffff;
    border-width: 2px;
    text-align: center;
    height: 100%;
}



.primary-name {
    font-size: 20px;
    font-weight: bold;
    color: #6EC1E4;
}

.warren-sub {
    color: rgb(39, 136, 170);
}

.warren-speach {
    font-size: 1.125rem;
}

.featured-name {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    color: #3182ce;
    font-weight: bold;
}

input[type=file]::file-selector-button {
    background: #084cdf;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
    height: 38px;
}

input[type=file]::file-selector-button:hover {
    background: #0d45a5;
}
.font-weight-bold {
    font-weight: bold !important;
}
.m-t-10 {
    margin-top: 10px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.dncRow {
    background-color: #FFCCCB !important;
}