/* 12px to 24px */
@media (min-width: 240px) {
    :root {
      font-size: calc(0.75rem + ((1vw - 2.4px) * 10));
    }
}
@media (min-width: 360px) {
    :root {
        font-size: 24px;
    }
}

ul {
    padding: 0;
}

body {
    text-align: center;
    margin: 0;
}

.header {
    width: 100%;
    position: relative;
    height: 180px;
    line-height: 180px;
    height: 8rem;
    line-height: 8rem;    
    text-align: center;
}

.header img {
    display: inline;
    vertical-align:middle;
}
  
.header h1 {
    display: inline;
    vertical-align:middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    font-size: 20px;
    font-size: 1rem;
    margin-left: 8px;
}

.faq-items {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
}

.faq-question {
    text-align: left;
    cursor: pointer;
    padding-left: 16px;
    border-left: solid 6px #a42319;
    margin-bottom: 8px;
    font-size: 20rem;
    font-size: 0.9rem;
    list-style-type: none!important;
}

.faq-answer {
    text-align: left;
    margin-left: 16px;
    padding-left: 16px;
    border-left: solid 6px #f5f5f5;
    list-style-type: none!important;
    font-size: 16px;
    font-size: 0.75rem;
    display: none;
}

.copyright {
    font-size: 8px;
    font-size: 0.4rem;
    text-align: right;
}

.button-flat {
    cursor: pointer;
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: white;
    background: #a42319;
    border: solid 1px #a42319;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.6rem;
}

.faq-category-box {
    width: 100px;
    padding: 4px 0px;
    margin: 16px auto 16px auto;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.faq-category-box p {
    margin: 0; 
    padding: 0;
    font-size: 18px;
}