@font-face {
    font-family: 'bbbj';
    src: url(assets/fonts/bbbj-Soft.otf);
}

h3 {
    font-family: 'bbbj';
}
.box {
    padding-bottom: 32px;
}

.fullwidth {
    width: 100%;
    max-width: 880px;
    max-height: 720px;
}

#imgFile {
    display: none;
}

input[type='text'], input[type='range'] {
    width: 100%;
}

input {
    font-family: 'bbbj';
}

h3 > i.fa {
    margin-right: .2em;
}

.text-array div {
    padding-top: 4px;
}
.text-array div:nth-child(even) {
    padding-bottom: 8px;
}