@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(icons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html, body{
    background-color: #ffffff;
    min-width: 250px;
}

html, body, input {
    font-size: 1.1em;
}

.orange-text{
    color: #EC8F07;
}

.tabs .tab a{
    /* color: #ab47bc; */
    color: #F1A642;
}
.tabs .tab a:hover, .tabs .tab a.active{
    /* color: #4a148c; */
    color: #EC8F07;
    font-weight: 600;
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
    /* background-color: rgba(70,20,140,0.2); */
    background-color: #ffe9ce;
}
.tabs .indicator{
    /* background-color: #4a148c; */
    background-color: #EC8F07;
}

.card .tabContent{
    padding-top: 15px;
}

h6 {
    margin-left: 0.5em;
    color: dimgrey;
}

.input-field{
    margin-top: 0.5rem;
}

@media only screen and (max-width: 600px) {
    html, body, input {
        font-size: 1.05em;
    }
}