html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

*, *::before, *::after {
  box-sizing: border-box; }

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media only screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden; } }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px; }

textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px; }

#language-menu {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  /*position: absolute; om menu naar de invoerbalk te krijgen*/
  top: 10px;
  right: 10px;
  box-shadow: 0px 0px 0px 1px #cccccc inset;
  overflow: hidden;
  border-radius: calc(34px/2);
  background-color: white;
  color: #5f6368;
  font-size: 13px;
  user-select: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    #language-menu {
      border-radius: 17px;
      font-size: 13px;
      position: absolute;
      top: 5px;
      right: 5px;
      min-width: 70px; } }
  #language-menu:hover {
    box-shadow: 0px 1px 6px 0px #cccccc; }
  #language-menu #current-language-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #language-menu #current-language-container {
        padding: 8px; } }
    #language-menu #current-language-container img {
      height: 6px;
      margin-left: 5px; }
      @media only screen and (max-width: 768px) {
        #language-menu #current-language-container img {
          height: 6px; } }
  #language-menu #language-options {
    max-height: 50vh;
    width: 100%;
    padding: 0 8px;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: none; }
    #language-menu #language-options::-webkit-scrollbar {
      display: none; }
    #language-menu #language-options .language-option {
      text-align: center;
      width: 100%;
      padding: 8px 0px;
      user-select: none;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        #language-menu #language-options .language-option {
          padding: 10px 0px; } }
      #language-menu #language-options .language-option:hover {
        background-color: #f2f2f2; }
  #language-menu .divider {
    width: 100%; }

/* country-menu is kopie van language menu door Michel */
#country-menu {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 90px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
  box-shadow: 0px 0px 0px 1px #cccccc inset;
  overflow: hidden;
  border-radius: calc(34px/2);
  background-color: white;
  color: #5f6368;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media only screen and (max-width: 768px) {
  #country-menu {
    border-radius: 17px;
    font-size: 13px;
    min-width: 70px; } }
#country-menu:hover {
  -webkit-box-shadow: 0px 1px 6px 0px #cccccc;
  box-shadow: 0px 1px 6px 0px #cccccc; }

#country-menu #current-country-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  #country-menu #current-country-container {
    padding: 8px; } }
#country-menu #current-country-container img {
  height: 6px;
  margin-left: 5px; }

@media only screen and (max-width: 768px) {
  #country-menu #current-country-container img {
    height: 6px; } }
#country-menu #country-options {
  max-height: 50vh;
  width: 100%;
  padding: 0 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: scroll;
  -ms-overflow-style: none; }

#country-menu #country-options::-webkit-scrollbar {
  display: none; }

#country-menu #country-options .country-option {
  text-align: center;
  width: 100%;
  padding: 8px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  #country-menu #country-options .country-option {
    padding: 10px 0px; } }
#country-menu #country-options .country-option:hover {
  background-color: #f2f2f2; }

#country-menu .divider {
  width: 100%; }

.divider {
  position: sticky;
  top: 0;
  border: solid 0.5px #f2f2f2; }

#modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85); }
  #modal #modal-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #modal #modal-container img {
      max-width: 80vw;
      max-height: 80vh;
      user-select: none; }
    #modal #modal-container #arrow-left {
      left: -50px;
      top: 50%;
      transform: translateY(-80%); }
      @media only screen and (max-width: 700px) {
        #modal #modal-container #arrow-left {
          left: -30px; } }
      @media only screen and (max-width: 768px) {
        #modal #modal-container #arrow-left {
          transform: translateY(0); } }
    #modal #modal-container #arrow-right {
      right: -50px;
      top: 50%;
      transform: translateY(-80%); }
      @media only screen and (max-width: 700px) {
        #modal #modal-container #arrow-right {
          right: -30px; } }
      @media only screen and (max-width: 768px) {
        #modal #modal-container #arrow-right {
          transform: translateY(0); } }
    #modal #modal-container > div > p {
      margin-top: 20px;
      text-align: center;
      color: white; }
      @media only screen and (max-width: 768px) {
        #modal #modal-container > div > p {
          font-size: 16px;
          margin: 0px 15px; } }
  #modal #modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    user-select: none;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #modal #modal-close {
        position: inherit;
        font-size: 30px; } }
    #modal #modal-close:hover {
      color: #cccccc; }
  #modal #arrow-left,
  #modal #arrow-right {
    position: absolute;
    color: white;
    font-size: 32px;
    font-weight: bold;
    user-select: none;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #modal #arrow-left,
      #modal #arrow-right {
        position: static;
        font-size: 32px; } }
    #modal #arrow-left:hover,
    #modal #arrow-right:hover {
      color: #cccccc; }
      @media only screen and (max-width: 768px) {
        #modal #arrow-left:hover,
        #modal #arrow-right:hover {
          color: white; } }

@media only screen and (max-width: 768px) {
  #image-controller {
    display: flex;
    flex-direction: row;
    align-items: center; } }

nav {
  min-width: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2; }
  @media only screen and (min-width: 769px) {
    nav {
      min-width: 850px; } }
  nav a img:first-child {
    height: 35px;
    margin-top: 30px;
    margin-left: 20px;
    user-select: none;
    -webkit-user-drag: none; }
    @media only screen and (max-width: 768px) {
      nav a img:first-child {
        height: 30px;
        margin-top: 10px;
        margin-left: 10px; } }
  nav #item-bar {
    margin-top: 30px; }

footer {
  z-index: 1;
  min-width: 0;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: flex-end;
  background-color: #f2f2f2;
  color: #5f6368;
  font-size: 13px; }
  @media only screen and (max-width: 768px) {
    footer {
      min-height: auto;
      display: flex;
      flex-wrap: wrap;
      padding: 10px 15px;
      font-size: 12px;
      flex-direction: row;
      overflow: visible; }
      footer a {
        color: #0066cc;
        text-decoration: underline; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    footer {
      padding: 10px 20px;
      display: inline-block;
      flex-direction: column; } }
  footer a {
    color: inherit; }
    footer a:first-child {
      margin-left: 25px; }
      @media only screen and (max-width: 768px) {
        footer a:first-child {
          margin-left: 0px; } }
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        footer a:first-child {
          margin-left: 0px; } }
    footer a:hover {
      color: #242227; }
    footer a:not(:last-child) {
      margin-right: 10px; }
    footer a:last-child {
      margin-right: 30px; }
  footer p {
    margin-right: 25px; }
    @media only screen and (max-width: 768px) {
      footer p {
        margin-left: 0px;
        margin-right: 10px; } }

.search-button {
  min-height: 40px;
  align-self: center;
  padding: 12px 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 15px;
  color: #5f6368;
  background-color: #f2f2f2;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .search-button {
      display: none; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .search-button {
      display: none; } }
  .search-button:hover {
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    color: #242227; }

/* FILE: components\_inputForm.scss */
#input-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    #input-form {
      height: auto;
      width: 100%;
      padding: 0 15px; } }
  #input-form #input-container {
    display: flex;
    flex-direction: column;
    border-radius: calc(48px/2);
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    background-color: white;
    /* overflow: hidden; */
    overflow: visible; }
    @media only screen and (max-width: 768px) {
      #input-form #input-container {
        border-radius: calc(44px/2);
        margin-top: 0;
        width: 100%; } }
    #input-form #input-container:hover {
      /* box-shadow: 0px 1px 6px 0px $gray; */
      box-shadow: 0px 0px 0px 1px #cccccc inset; }
    #input-form #input-container #input {
      display: flex;
      align-items: center;
      margin-right: 10px; }
      @media only screen and (max-width: 768px) {
        #input-form #input-container #input {
          flex-direction: row-reverse;
          margin-right: 0px; } }
      @media only screen and (max-width: 768px) {
        #input-form #input-container #input #search-icon-container {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 44px;
          background-color: #000066;
          height: 100%;
          border-radius: 0 calc(44px/2) calc(44px/2) 0;
          flex-shrink: 0; } }
      #input-form #input-container #input #search-icon-container > img {
        height: 15px;
        margin-left: 15px;
        user-select: none; }
        @media only screen and (max-width: 768px) {
          #input-form #input-container #input #search-icon-container > img {
            height: 18px;
            margin-left: 0;
            margin-right: 0;
            filter: brightness(0) invert(1); } }
      #input-form #input-container #input > input {
        margin: 5px 10px;
        padding: 10px 0px;
        width: 500px;
        border: none;
        outline: none;
        font-size: 15px; }
        @media only screen and (max-width: 768px) {
          #input-form #input-container #input > input {
            margin-left: 15px;
            padding: 12px 0px;
            width: 100%;
            font-size: 16px;
            border-radius: calc(44px/2);
            pointer-events: none;
            user-select: none; } }
    #input-form #input-container #input-matches {
      display: flex;
      flex-direction: column;
      overflow-y: auto;
      max-height: 250px;
      -ms-overflow-style: none; }
      #input-form #input-container #input-matches::-webkit-scrollbar {
        display: none; }
      #input-form #input-container #input-matches .divider {
        align-self: center;
        width: 96%; }
    #input-form #input-container #input-matches::-webkit-scrollbar-thumb {
      background: #000066;
      border-radius: 6px;
      border: 2px solid #f0f0f0;
      scrollbar-color: #000066 #f0f0f0; }
  #input-form .active {
    box-shadow: 0px 1px 6px 0px #cccccc; }
  #input-form .search-button {
    margin-top: 10px;
    -webkit-appearance: none; }
  #input-form .match > p {
    font-weight: bold; }

#matches #input-form,
#results #input-form,
#result #input-form {
  position: absolute;
  top: 25;
  left: 175; }
  @media only screen and (max-width: 768px) {
    #matches #input-form,
    #results #input-form,
    #result #input-form {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      padding: 10px 15px; } }

/* FILE: components\_inputForm.scss */
.match-container {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 8px 0px;
  min-height: 25px; }
  @media only screen and (max-width: 768px) {
    .match-container {
      padding: 10px 15px; } }
  .match-container:hover {
    background-color: #f2f2f2; }
  .match-container .match {
    display: flex;
    align-items: center;
    margin-right: auto; }
    .match-container .match > img {
      height: 15px;
      margin-left: 15px;
      margin-right: 10px;
      user-select: none; }
      @media only screen and (max-width: 768px) {
        .match-container .match > img {
          display: block;
          height: 15px;
          margin-left: 10px; } }
    .match-container .match > p {
      font-size: 15px; }
      @media only screen and (max-width: 768px) {
        .match-container .match > p {
          font-size: 15px; } }

.category {
  padding: 5px 7px;
  margin-bottom: 4px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  user-select: none; }
  @media only screen and (max-width: 768px) {
    .category {
      padding: 4px 6px;
      font-size: 11px; } }
  .category:not(:last-child) {
    margin-right: 5px; }
  .category:last-child {
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .category:last-child {
        margin-right: 0px; } }

#item-bar {
  font-size: 15px;
  color: #5f6368;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  margin-right: 40px; }
  #item-bar::-webkit-scrollbar {
    display: none; }
  @media only screen and (max-width: 768px) {
    #item-bar {
      margin-right: 10px;
      margin-left: 10px;
      font-size: 13px; } }
  #item-bar li {
    cursor: pointer;
    user-select: none;
    padding-bottom: 10px;
    margin-right: 20px;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      #item-bar li {
        padding-bottom: 8px;
        margin-right: 12px; } }
  #item-bar .active {
    border-bottom: 3px solid #cccccc; }

.result-container:not(:last-child) {
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .result-container:not(:last-child) {
      margin-bottom: 20px; } }

.result-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .result-header .category {
    font-size: 15px; }
    @media only screen and (max-width: 768px) {
      .result-header .category {
        font-size: 12px; } }
  .result-header .result-word {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    color: #5f6368;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .result-header .result-word {
        font-size: 17px;
        margin-left: 5px; } }
    #results .result-header .result-word:hover {
      text-decoration: underline; }
  .result-header .result-subtitle {
    width: 100%;
    font-size: 13px;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .result-header .result-subtitle {
        font-size: 12px;
        margin-left: 5px; } }

.result-description {
  min-width: 0;
  max-width: 730px;
  line-height: 2;
  text-align: justify;
  font-size: 15px; }
  @media only screen and (max-width: 768px) {
    .result-description {
      max-width: 100%;
      font-size: 14px;
      width: 100%;
      word-wrap: break-word; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .result-description {
      min-width: 100px; } }

.result-span {
  cursor: pointer;
  text-decoration: underline; }

.result-images {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  grid-template-rows: repeat(2, auto);
  align-content: start;
  grid-gap: 20px;
  margin-left: 40px;
  margin-right: 175px; }
  @media only screen and (max-width: 768px) {
    .result-images {
      margin: 15px 0;
      padding: 0;
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px; } }
  .result-images img {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer; }
  .result-images p {
    font-size: 13px;
    font-style: italic; }
    @media only screen and (max-width: 768px) {
      .result-images p {
        font-size: 12px; } }

#feedback-title {
  margin-top: 35px;
  font-size: 17px;
  font-weight: bold;
  color: #5f6368; }
  @media only screen and (max-width: 768px) {
    #feedback-title {
      font-size: 16px; } }

#feedback-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px;
  width: 350px;
  margin-top: 15px;
  box-shadow: 0px 1px 6px 0px #cccccc;
  border-radius: 5px;
  color: #5f6368;
  margin-bottom: 20px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    #feedback-container {
      width: 100%;
      max-width: 350px;
      padding: 15px; } }
  #feedback-container > div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%; }

.formButton {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 768px) {
    .formButton {
      font-size: 14px;
      padding: 8px 12px; } }
  .formButton:hover {
    background-color: #cccccc; }
  .formButton > img {
    height: 20px;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .formButton > img {
        height: 18px; } }

#feedback-form {
  display: none;
  flex-direction: column;
  align-items: center; }
  #feedback-form #feedback-text {
    margin-top: 15px;
    color: #5f6368;
    font-size: 13px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #feedback-form #feedback-text {
        font-size: 13px; } }
  #feedback-form textarea {
    padding: 15px 20px;
    margin: 10px 0;
    width: 100%;
    resize: none;
    outline: none;
    border-color: #f2f2f2;
    border-radius: 5px;
    font-size: 15px;
    line-height: 2; }
    @media only screen and (max-width: 768px) {
      #feedback-form textarea {
        font-size: 15px; } }

@media only screen and (max-width: 768px) {
  .submission-text {
    font-size: 13px; } }

#modal-mobile {
  min-height: 10px;
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  background-color: white;
  overflow-y: scroll; }
  #modal-mobile #input-form-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 0.5px solid #cccccc;
    margin-top: 50px;
    padding: 8px 0; }
    #modal-mobile #input-form-mobile #return-mobile {
      font-size: 28px;
      color: #000066;
      transform: rotate(270deg);
      margin-left: 15px;
      cursor: pointer; }
    #modal-mobile #input-form-mobile #input-field-mobile {
      width: 100%;
      outline: none;
      border: none;
      font-size: 16px;
      padding: 8px 10px; }
    #modal-mobile #input-form-mobile #text-remove-mobile {
      font-size: 22px;
      color: #5f6368;
      margin-right: 15px;
      margin-left: 10px;
      cursor: pointer; }
    #modal-mobile #input-form-mobile #search-mobile > img {
      height: 22px;
      margin-right: 15px;
      cursor: pointer; }
  #modal-mobile #input-matches-mobile {
    min-height: 100%;
    padding: 0px 15px; }
  #modal-mobile .match-container .match > p {
    font-weight: bold; }

.backButton {
  text-decoration: none;
  font-size: 30px;
  display: none;
  margin-left: 175px; }
  @media only screen and (max-width: 768px) {
    .backButton {
      font-size: 24px;
      display: inline;
      margin-left: 0px;
      margin-bottom: 10px; } }

/* FILE: pages\_index.scss */
#index {
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    #index #text-remove-desktop {
      display: none; } }
  #index main {
    flex: 1;
    min-height: 400px;
    min-width: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding-bottom: 20px;
    -ms-overflow-style: none; }
    #index main::-webkit-scrollbar {
      display: none; }
    @media only screen and (max-width: 768px) {
      #index main {
        width: 100%;
        padding: 0 15px; } }
    @media only screen and (orientation: landscape) and (max-width: 768px) {
      #index main {
        margin-top: 20px; } }
    #index main .spacer {
      height: 15%;
      min-height: 20px;
      width: 100%; }
    #index main > img {
      height: 75px;
      margin-bottom: 15px;
      -webkit-user-drag: none;
      user-select: none; }
      @media only screen and (max-width: 768px) {
        #index main > img {
          margin-bottom: 15px;
          height: 50px;
          max-width: 80%;
          position: static; } }
      @media only screen and (orientation: landscape) and (max-width: 768px) {
        #index main > img {
          margin-bottom: 10px;
          height: 40px; } }
    #index main > p {
      margin-bottom: 20px;
      letter-spacing: 2px;
      font-size: 15px;
      color: #000066; }
      @media only screen and (max-width: 768px) {
        #index main > p {
          margin-bottom: 15px;
          font-size: 13px;
          letter-spacing: 1px;
          text-align: center; } }
      @media only screen and (orientation: landscape) and (max-width: 768px) {
        #index main > p {
          letter-spacing: 0px;
          font-size: 13px; } }
  @media only screen and (orientation: landscape) and (max-width: 768px) {
    #index #input-form {
      height: auto; } }

/* FILE: pages\_index.scss */
#resources {
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  #resources nav {
    min-width: 850px; }
    @media only screen and (max-width: 768px) {
      #resources nav {
        min-width: 0; } }
    #resources nav > ul {
      margin-left: 175px;
      margin-right: auto; }
      @media only screen and (max-width: 768px) {
        #resources nav > ul {
          width: 100%;
          margin-top: 10px;
          margin-left: 15px;
          margin-right: 15px;
          font-size: 14px; } }
  #resources main {
    flex: 1;
    width: 650px;
    margin-left: 175px;
    margin-right: auto;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #resources main {
        width: auto;
        margin-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px; } }
    #resources main h2 {
      font-size: 20px;
      font-weight: 600;
      font-style: italic;
      color: #5f6368;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        #resources main h2 {
          font-size: 18px; } }
    #resources main h3 {
      font-size: 15px;
      font-weight: 600;
      font-style: italic;
      color: #5f6368;
      margin: 15px 0 10px; }
      @media only screen and (max-width: 768px) {
        #resources main h3 {
          font-size: 15px; } }
    #resources main p {
      font-size: 13px;
      color: #5f6368; }
      @media only screen and (max-width: 768px) {
        #resources main p {
          font-size: 14px; } }
  #resources footer,
  #resources nav {
    min-width: 1000px; }
    @media only screen and (max-width: 768px) {
      #resources footer,
      #resources nav {
        min-width: 0; } }

/* FILE: pages\_matches.scss */
#matches {
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  #matches nav > ul {
    margin-left: 175px; }
    @media only screen and (max-width: 768px) {
      #matches nav > ul {
        margin-top: 10px;
        margin-left: 15px;
        font-size: 13px; } }
  #matches main {
    flex: 1;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 175px;
    width: 700px; }
    @media only screen and (max-width: 768px) {
      #matches main {
        margin-left: 15px;
        margin-right: 15px;
        width: auto; } }
  #matches #matches-input,
  #matches #no-matches {
    font-size: 18px;
    color: #5f6368;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      #matches #matches-input,
      #matches #no-matches {
        font-size: 16px;
        margin-top: 10px; } }
    #matches #matches-input > span,
    #matches #no-matches > span {
      color: #000066;
      font-style: italic;
      font-weight: bold; }
  #matches #matches-count {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #5f6368; }
    @media only screen and (max-width: 768px) {
      #matches #matches-count {
        font-size: 11px;
        margin-bottom: 10px; } }
  #matches footer,
  #matches nav {
    min-width: 1000px; }
    @media only screen and (max-width: 768px) {
      #matches footer,
      #matches nav {
        min-width: 0; } }

/* FILE: pages\_matches.scss */
#results {
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  #results nav > ul {
    margin-left: 175px; }
    @media only screen and (max-width: 768px) {
      #results nav > ul {
        margin-top: 10px;
        margin-left: 15px;
        font-size: 13px; } }
  #results main {
    flex: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 175px; }
    @media only screen and (max-width: 768px) {
      #results main {
        margin-left: 15px;
        margin-right: 15px;
        width: auto; } }
  #results .result-header {
    cursor: pointer;
    max-width: 730px; }
    #results .result-header .result-word:hover {
      text-decoration: underline; }
  #results footer,
  #results nav {
    min-width: 1000px; }
    @media only screen and (max-width: 768px) {
      #results footer,
      #results nav {
        min-width: 0; } }

#result {
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  #result nav > ul {
    margin-left: 175px; }
    @media only screen and (max-width: 768px) {
      #result nav > ul {
        margin-top: 10px;
        margin-left: 15px;
        font-size: 13px; } }
  #result main {
    flex: 1; }
    #result main #result-container {
      display: flex;
      margin-top: 20px;
      margin-left: 175px; }
      @media only screen and (max-width: 768px) {
        #result main #result-container {
          flex-direction: column;
          margin-left: 0px;
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      #result main {
        display: block;
        margin-left: 15px;
        margin-right: 15px; } }
  @media only screen and (max-width: 768px) {
    #result .result-images {
      margin-top: 15px;
      margin-bottom: 15px; } }
  #result footer,
  #result nav {
    min-width: 1300px; }
    @media only screen and (max-width: 768px) {
      #result footer,
      #result nav {
        min-width: 0px; } }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      #result footer,
      #result nav {
        min-width: 0px; } }

/*# sourceMappingURL=main.css.map */
