@font-face {
    font-family: 'Filson Pro';
    src: url(../fonts/FilsonProRegular.woff) format('woff');
}

body {
    font-family: 'Filson Pro';
    font-style: normal;
    font-weight: 425;
    font-size: 16px;
    color:#221E20;
    font-feature-settings: 'calt' off;
}

h6, h5, h4, h3, h2, h1 {
    font-family: 'Filson Pro';
    font-weight: bold;
    font-style: normal;
    font-feature-settings: 'calt' off;
}

h4 {
    letter-spacing: 0.02em;
    font-size: 18px;
    line-height: 24px;
}

span {
    font-family: 'Filson Pro';
}

input {
    font-size: 0.75em;
}

input[type]:not([type=radio]) {
    font-family: 'Filson Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 22px;
    font-feature-settings: 'calt' off;
}

input[type=radio]:checked{
    background-color:#24CAFF;
    border-color: #24CAFF;
}

input:disabled {
    background-color: #747474;
    color: #D1D1D1;
    border: 1px solid #747474;
}

table, th, td {
    border: 1px solid #221E20;
    border-collapse: collapse;
}

.ui-nav {
    background-color: #221E20;
    color:#FFF8E6;
    min-height: 3.2rem;
    margin: 2rem;
    display:block;
}

.ui-nav a {
    text-decoration: none;
    padding: 1rem;
    float: left;
    display:block;
    background-color: #221E20;
}

.ui-nav a:hover {
    background-color: #FFF8E6;
    color: #221E20;
    cursor: pointer;
}

.ui-nav a.nav-active {
    background-color: #FFF8E6;
    color:#221E20;
}

.ui-nav a.expand {
    display: none;
}

.ui-form {
    border: 1px solid #221E20;
    padding:1rem;
    border-radius: 1rem;
}

.header-item {
    font-size: '1.25em';
}

.required-field::after {
    content: "*";
    color: red;
    margin-left:2px
}

.seperator {
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}

.ui-header {
    font-size: 16px;
    line-height: 21px;
    font-variant: normal;
    text-transform: none;
    font-weight: 550;
    color: #221E20;
    padding: 0;
    display: block;
}

.ui-label {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    font-variant: normal;
    text-transform: none;
    font-weight: 450;
    color: #221E20;
    padding: 0;
    position: relative;
    flex: 1 0 100%;
}

.ui-radio-text {
    color: #221E20;
    /* height: 2.5rem;
    border-radius: 3px;
    margin-right: 1ex;
    font-size: 14px !important;
    font-weight: 200; */
}

.ui-image {
    height: 25px;
    padding: 2px;
    object-fit: contain;    
    margin-left: auto;
}

.card-images {
    text-align: right;
    white-space: nowrap;
    padding: 2px !important;
}

.centered {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.button {
    font-family: 'Filson Pro';
    border: 1px;
    border-radius: 100px;
    justify-content: right;
    padding: .5em .5em;
    cursor: pointer;
}

.submit-button {
    background-color: #a52f76;
    color: #fff8e6;
}

.submit-button:hover {
    box-sizing: border-box;
    padding: .5em .5em;

    /* Heart */
    border: 1px solid #A52F76;
    background-color: white;
    border-radius: 100px;
    color: #a52f76;
}

.primary-button {
    background-color: #FFF8E6;
    color: #221E20;
}

.primary-button:hover {
    box-sizing: border-box;
    padding: .5em .5em;

    /* ash */
    border: 1px solid #221E20;
    background-color: #221E20;
    border-radius: 100px;
    color: #FFF8E6;
}

.secondary-button {
    background-color: #24CAFF;
    color: white;
    float: none;
}

.secondary-button:hover {
    box-sizing: border-box;
    padding: .5em .5em;
    border: 1px solid white;
    background-color: white;
    border-radius: 100px;
    color: #24CAFF;
}

/*  Color pallet  */
.color-wool {
    background-color:#FFF8E6;
    color: #221E20;
}

.color-ash {
    background-color: #221E20;
    color:#FFF8E6;
}

.color-medium-ash {
    background-color: #747474;
    color: #D1D1D1;
}

.color-gold {
    background-color: #EEA820;
    color:#221E20;
}

.color-beryl {
    background-color: #3FCFAD;
    color:#221E20;
}

.color-mosaic {
    background-color: #24CAFF;
    color:#221E20;
}

.color-heart {
    background-color: #A52F76;
    color:#FFF8E6;
}

.color-success {
    background-color: #20A585;
    color:#FFF8E6;
}

.color-error {
    background-color: #B71717;
    color:#FFF8E6;
}

/* Navbar */
@media screen and (max-width: 700px){
    nav a:not(:first-child) {
        display: none;
    }
    nav a.expand {
        float: right;
        display: block;
    }

    nav.responsive {
        position: relative;
    }

    nav.responsive a.expand {
        position: absolute;
        right: 0;
        top: 0;
    }

    nav.responsive a {
        float: none;
        display: block;
    }
}
/* end navbar */