@font-face {
    font-family: 'Foglihten';
    src: url('FoglihtenNo07.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenier-Light';
    src: url('AvenirLTStd-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #E7E0D2;
}

.the-box {
    width: 100%;
    max-width: 800px;
    background: radial-gradient(circle, #eeeeee 0%, #d7d9d9 100%);
    border-radius: 2px;
    margin: 0 auto 20px auto;
    box-shadow: 0 0 4px rgba(100, 100, 100, 0.5);
    cursor: pointer;
}

.selector-buttons {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px auto;
    cursor: pointer;
}

.the-box:hover {
    box-shadow: 2px 2px 10px rgba(174, 153, 121, 1);

}

.navbar {
    background: #AE997A;
}

.btn-brown {
    font-family: 'Avenier-Light', sans-serif;
    background: #ffffff;
    color: #c9be97;
    border: 1px solid #c9be97;
    padding: 2px 5px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 20px;
    text-transform: uppercase;
    height:25px;


}

.btn-select {
    width: 70px;

}

.btn-brown:hover {
    background: #c9be97;
    color: #ffffff;
    border: 1px solid #ae9979;
    text-decoration: none;
    cursor: pointer;
}


.btn-confirm {
    border: 1px solid #c9be97;
    padding: 3px 15px;
    height:25px;
    text-transform: uppercase;
    margin-left: auto;
    float: right;
    background: #c9be97;
    color:white;

}

.btn-back {
    border: 1px solid #c9be97;
    padding: 3px 15px;
    height:25px;
    text-transform: uppercase;
    margin-right: auto;
    float: left;
    background: #c9be97;
    color:white;
}

.btn-selected {
    background: #c9be97;
    color: #ffffff;
    border: 1px solid #ae9979;
    text-decoration: none;
}

.h1 {
    font-family: 'Foglihten', sans-serif;
    font-size: clamp(16px, 4vw, 32px);
    color: #ffffff;
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    display: inline;
}


.h2 {
    font-family: 'Avenier-Light', sans-serif;
    font-size: clamp(12px, 3vw, 25px);
    color: #000000;
    margin: 10px;
    padding: 10px 0px 0px 0px;

    text-align: center;
    display: inline;

}

h3 {
    font-family: 'Avenier-Light', sans-serif;
    font-size: clamp(10px, 3vw, 20px);
    color: #AE9979;
    margin: 15px 0 15px 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

h4 {
    font-family: 'Avenier-Light', sans-serif;
    font-size: 1.0rem;
    color: #555658;
    margin: 15px 0 10px 0;
    padding: 0;
    font-weight: bold;
}

h5 {
    font-family: 'Avenier-Light', sans-serif;
    font-size: 0.8rem;
    color: #555658;
    margin: 5px 0 20px 0;
    padding: 0;
    font-weight: bold;
}

.blurb {
    font-family: 'Avenier-Light', sans-serif;
    font-size: 18px;
    color: #76747B;
    margin: 15px 0 20px 0;
    padding: 0;
}


p {
    font-family: 'Avenier-Light', sans-serif;
    font-size: 1.0rem;
    color: #76747B;
    margin: 5px 0 20px 0;
    padding: 0;
}

.white-bottom-border {
    border-bottom: 1px solid #ffffff;
}

.img-thumb {
    width: 100%;
    max-width: 100px;
    background: radial-gradient(circle, #eeeeee 0%, #d7d9d9 100%);
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(100, 100, 100, 0.5);
    cursor: pointer;
}

.img-thumb-stem {
    background: radial-gradient(circle, #222222 0%, #777777 100%);
    border-radius: 5px;

}

.three-lamps {

    margin: 10px 0px 20px 0px;
}

@media (max-width: 600px) {
    .the-box {
        width: 85%;
        margin: 0 auto 0 auto;
    }

    h1 {

    }

    .h2 {
        font-size: 0.8rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
        margin: 10px 0 5px 0;
    }

    p {
        font-size: 0.9rem;
    }

    .img-thumb {
        max-width: 60%;
    }
    .insitue-toggle {
        width: 100px;
        margin: 0 auto 0 28px;
    }
    .done-text {
        padding: 0px 25px 0 25px;
        font-size: 0.6rem;
    }
    .done-text .blurb {
        margin: 2px 0 5px 0;
    }

}

@media (min-width: 601px) and (max-width: 1024px) {
    .the-box {
        width: 85%;
        margin: 0 auto 0 auto;
    }

    h1 {

    }

    h2 {
        margin: 10px 0 10px 0;
    }

    h3 {
        margin: 10px 0 10px 0;
    }

    h4 {
        font-size: 1.1rem;
        margin: 10px 0 5px 0;
    }

    p {
        font-size: 0.95rem;
    }

    .img-thumb {
        max-width: 60%;
    }
    .insitue-toggle {
        width: 100px;
        margin: 0 auto 0 28px;
    }
    .done-text {
        padding: 0px 25px 0 25px;
        font-size: 0.6rem;
    }
    .done-text .blurb {
        margin: 2px 0 5px 0;
    }
}