﻿body {
    color: black;
    overflow-x: hidden;
    font-size: 12px;
    font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
}

.modal-header {
    background: #330B6D;
    color: white;
}

.nav-item {
    margin-bottom: .5em;
}

a{
    color:#ffffff;
}

#ardaNavLogo {
    background-size: cover;
    max-width: 90%;
    height: auto;
}

#logoListItem{
    margin-bottom:0;
}

.loginBtn {
    border-color: white !important;
    background: #330B6D; /*#e13b3f*/
    color: white !important;
    /*width: 100%;*/
    font-weight: 600;
    border-radius: 4px;
    font-size: 0.9em;
    padding: 10px;
}

.btn.btn-primary {
    /*width: 125px;*/
    width: 100%;
}

.btn {
    border-color: white !important;
    background: #330B6D;
    color: white;
    width: 100%;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
}

.btn:hover{
    background:#D2C8FF;
    color:#000000;
}

.btnLock {
    border-color: white !important;
    background: #808080;
    color: white !important;
    width: 100%;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
}

.btnLock.btn-secondary {
    /*width: 125px;*/
    width: 100%;
}

.callouts {
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    background-color: #DAE3F3; /*pale blue*/
    color: black;
    font-weight: 600;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0.5em 0;
}

.calloutNumber {
    font-size: 2em;
    font-weight: 600;
}

text {
    color: black;
}

.loginReq {
    font-weight: 600;
}

.defParagraph {
    font-size: 1em;
}

.newBadge {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #61CAE1;
    font-size: .9em;
}

.btnLogo {
    background: white;
    padding: 0;
}

    .btnLogo:hover {
        background: white;
        padding: 0;
    }