/* HTML Display Name: <div class="kc-logo-text"><span>ELAS</span></div> */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

html {
    background: #eee;
}

body {
    background: #eee;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}

h1 {
    color: #9C1F28;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2rem;
}

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

a:link, a:visited {
    color: #9C1F28;
}

a:hover {
    color: #9C1F28;
    text-shadow: 0 0 #000000;
    text-decoration: none;
}

#kc-content {
    width: 100%;
}

@media (max-width: 767px) {
    html, body {
        background: white;
    }
}

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }
}
