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;
}

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

/* 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: -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 (min-device-width: 320px) and (max-device-width: 480px) {
  #language-menu {
    border-radius: 45px;
    font-size: 30px;
  }
}

#language-menu:hover {
  -webkit-box-shadow: 0px 1px 6px 0px #cccccc;
          box-shadow: 0px 1px 6px 0px #cccccc;
}

#language-menu #current-language-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 (min-device-width: 320px) and (max-device-width: 480px) {
  #language-menu #current-language-container {
    padding: 25px;
  }
}

#language-menu #current-language-container img {
  height: 6px;
  margin-left: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #language-menu #current-language-container img {
    height: 12px;
  }
}

#language-menu #language-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;
}

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

#language-menu #language-options .language-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 (min-device-width: 320px) and (max-device-width: 480px) {
  #language-menu #language-options .language-option {
    padding: 30px 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 (min-device-width: 320px) and (max-device-width: 480px) {
  #country-menu {
    border-radius: 45px;
    font-size: 30px;
  }
}

#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 (min-device-width: 320px) and (max-device-width: 480px) {
  #country-menu #current-country-container {
    padding: 25px;
  }
}

#country-menu #current-country-container img {
  height: 6px;
  margin-left: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #country-menu #current-country-container img {
    height: 12px;
  }
}

#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 (min-device-width: 320px) and (max-device-width: 480px) {
  #country-menu #country-options .country-option {
    padding: 30px 0px;
  }
}

#country-menu #country-options .country-option:hover {
  background-color: #f2f2f2;
}

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

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

#modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -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;
}

#modal #modal-container img {
  max-width: 80vw;
  max-height: 80vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#modal #modal-container #arrow-left {
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

@media only screen and (max-width: 700px) {
  #modal #modal-container #arrow-left {
    left: -30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #modal #modal-container #arrow-left {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#modal #modal-container #arrow-right {
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

@media only screen and (max-width: 700px) {
  #modal #modal-container #arrow-right {
    right: -30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #modal #modal-container #arrow-right {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#modal #modal-container > div > p {
  margin-top: 20px;
  text-align: center;
  color: white;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #modal #modal-container > div > p {
    font-size: 34px;
    margin: 0px 30px 0px 30px;
  }
}

#modal #modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #modal #modal-close {
    position: inherit;
    font-size: 80px;
  }
}

#modal #modal-close:hover {
  color: #cccccc;
}

#modal #arrow-left,
#modal #arrow-right {
  position: absolute;
  color: white;
  font-size: 32px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #modal #arrow-left,
  #modal #arrow-right {
    position: static;
    font-size: 80px;
  }
}

#modal #arrow-left:hover,
#modal #arrow-right:hover {
  color: #cccccc;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #modal #arrow-left:hover,
  #modal #arrow-right:hover {
    color: white;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #image-controller {
    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;
  }
}

nav {
  min-width: 850px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

nav a img:first-child {
  height: 35px;
  margin-top: 30px;
  margin-left: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  nav a img:first-child {
    height: 100px;
    position: absolute;
    top: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

nav #item-bar {
  margin-top: 30px;
}

footer {
  z-index: 1;
  min-width: 850px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-self: flex-end;
  background-color: #f2f2f2;
  color: #5f6368;
  font-size: 13px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  footer {
    min-height: 80px;
    display: inline-block;
    padding: 20px 30px;
    font-size: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  footer {
    padding: 10px 20px;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer a {
  color: inherit;
}

footer a:first-child {
  margin-left: 25px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  footer a:first-child {
    margin-left: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-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 (min-device-width: 320px) and (max-device-width: 480px) {
  footer p {
    margin-left: 5px;
  }
}

.search-button {
  min-height: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      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 (min-device-width: 320px) and (max-device-width: 480px) {
  .search-button {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .search-button {
    display: none;
  }
}

.search-button:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
          box-shadow: 0px 0px 0px 1px #cccccc inset;
  color: #242227;
}

#input-form {
  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;
  z-index: 1;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #input-form {
    height: 125px;
  }
}

#input-form #input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: calc(48px/2);
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
          box-shadow: 0px 0px 0px 1px #cccccc inset;
  background-color: white;
  overflow: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #input-form #input-container {
    border-radius: calc(150px/2);
  }
}

#input-form #input-container:hover {
  -webkit-box-shadow: 0px 1px 6px 0px #cccccc;
          box-shadow: 0px 1px 6px 0px #cccccc;
}

#input-form #input-container #input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #input-form #input-container #input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: 0px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #input-form #input-container #input #search-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 125px;
    background-color: #000066;
    height: 100%;
  }
}

#input-form #input-container #input #search-icon-container > img {
  height: 15px;
  margin-left: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #input-form #input-container #input #search-icon-container > img {
    height: 40px;
    margin-right: 20px;
    -webkit-filter: brightness(0) invert(1);
            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 (min-device-width: 320px) and (max-device-width: 480px) {
  #input-form #input-container #input > input {
    margin-left: 50px;
    padding: 30px 0px;
    width: 73vw;
    font-size: 30px;
    border-radius: calc(100px/2);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

#input-form #input-container #input-matches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  max-height: 300px;
  -ms-overflow-style: none;
}

#input-form #input-container #input-matches::-webkit-scrollbar {
  display: none;
}

#input-form #input-container #input-matches .divider {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 96%;
}

#input-form .active {
  -webkit-box-shadow: 0px 1px 6px 0px #cccccc;
          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 (min-device-width: 320px) and (max-device-width: 480px) {
  #matches #input-form,
  #results #input-form,
  #result #input-form {
    top: 175;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.match-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  padding: 8px 0px;
  min-height: 25px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .match-container {
    padding: 30px 20px;
  }
}

.match-container:hover {
  background-color: #f2f2f2;
}

.match-container .match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.match-container .match > img {
  height: 15px;
  margin-left: 15px;
  margin-right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .match-container .match > img {
    display: block;
    height: 30px;
  }
}

.match-container .match > p {
  font-size: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .match-container .match > p {
    font-size: 34px;
  }
}

.category {
  padding: 5px 7px;
  margin-bottom: 4px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .category {
    padding: 10px 15px;
    font-size: 26px;
  }
}

.category:not(:last-child) {
  margin-right: 5px;
}

.category:last-child {
  margin-right: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .category:last-child {
    margin-right: 0px;
  }
}

#item-bar {
  font-size: 15px;
  color: #5f6368;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  margin-right: 40px;
}

#item-bar::-webkit-scrollbar {
  display: none;
}

#item-bar li {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 10px;
  margin-right: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #item-bar li {
    padding-bottom: 20px;
    margin-right: 45px;
  }
}

#item-bar .active {
  border-bottom: 3px solid #cccccc;
}

.result-container:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .result-container:not(:last-child) {
    margin-bottom: 50px;
  }
}

.result-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result-header .category {
  font-size: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .result-header .category {
    font-size: 30px;
  }
}

.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 (min-device-width: 320px) and (max-device-width: 480px) {
  .result-header .result-word {
    font-size: 34px;
  }
}

#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 (min-device-width: 320px) and (max-device-width: 480px) {
  .result-header .result-subtitle {
    font-size: 30px;
  }
}

.result-description {
  min-width: 600px;
  max-width: 730px;
  line-height: 2;
  text-align: justify;
  font-size: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .result-description {
    max-width: 100vw;
    font-size: 34px;
    width: calc(100vw - 90px);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .result-description {
    min-width: 100px;
  }
}

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

.result-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (150px)[2];
      grid-template-columns: repeat(2, 150px);
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  -ms-flex-line-pack: start;
      align-content: start;
  grid-gap: 20px;
  margin-left: 40px;
  margin-right: 175px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .result-images {
    margin: 0;
    padding: 0;
    width: calc(100vw - 90px);
    -ms-grid-columns: (48.5%)[2];
        grid-template-columns: repeat(2, 48.5%);
  }
}

.result-images img {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}

.result-images p {
  font-size: 13px;
  font-style: italic;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .result-images p {
    font-size: 26px;
  }
}

#feedback-title {
  margin-top: 35px;
  font-size: 17px;
  font-weight: bold;
  color: #5f6368;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #feedback-title {
    font-size: 30px;
  }
}

#feedback-container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px;
  width: 350px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 1px 6px 0px #cccccc;
          box-shadow: 0px 1px 6px 0px #cccccc;
  border-radius: 5px;
  color: #5f6368;
  margin-bottom: 20px;
  cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #feedback-container {
    width: 70%;
    padding: 30px 25px;
  }
}

#feedback-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.formButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f2f2f2;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .formButton {
    font-size: 26px;
  }
}

.formButton:hover {
  background-color: #cccccc;
}

.formButton > img {
  height: 20px;
  margin-right: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .formButton > img {
    height: 40px;
  }
}

#feedback-form {
  display: none;
  -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;
}

#feedback-form #feedback-text {
  margin-top: 15px;
  color: #5f6368;
  font-size: 13px;
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #feedback-form #feedback-text {
    font-size: 26px;
  }
}

#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 (min-device-width: 320px) and (max-device-width: 480px) {
  #feedback-form textarea {
    font-size: 30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .submission-text {
    font-size: 26px;
  }
}

#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: -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;
  border-bottom: 0.5px solid #cccccc;
}

#modal-mobile #input-form-mobile #return-mobile {
  font-size: 100px;
  color: #000066;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  margin-left: 30px;
}

#modal-mobile #input-form-mobile #input-field-mobile {
  width: 100%;
  outline: none;
  border: none;
  font-size: 38px;
}

#modal-mobile #input-form-mobile #text-remove-mobile {
  font-size: 50px;
  color: #5f6368;
  margin-right: 40px;
  margin-left: 15px;
}

#modal-mobile #input-form-mobile #search-mobile > img {
  height: 50px;
  margin-right: 30px;
}

#modal-mobile #input-matches-mobile {
  min-height: 100%;
  padding: 0px 30px;
}

#modal-mobile .match-container .match > p {
  font-weight: bold;
}

#index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
}

#index main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 400px;
  min-width: 800px;
  margin: auto;
  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;
  overflow-y: auto;
  padding-bottom: 20px;
  -ms-overflow-style: none;
}

#index main::-webkit-scrollbar {
  display: none;
}

@media only screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 480px) {
  #index main {
    margin-top: 100px;
  }
}

#index main .spacer {
  height: 15%;
  min-height: 20px;
  width: 100%;
}

#index main > img {
  height: 75px;
  margin-bottom: 15px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #index main > img {
    margin-bottom: 30px;
    height: 125px;
  }
}

@media only screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 480px) {
  #index main > img {
    margin-bottom: 15px;
    height: 50px;
  }
}

#index main > p {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 15px;
  color: #000066;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #index main > p {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media only screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 480px) {
  #index main > p {
    letter-spacing: 0px;
    font-size: 14px;
  }
}

@media only screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 480px) {
  #index #input-form {
    height: 100px;
  }
}

#resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
}

#resources nav {
  min-width: 850px;
}

#resources nav > ul {
  margin-left: 175px;
  margin-right: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #resources nav > ul {
    width: 80%;
    margin-top: 200px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 30px;
  }
}

#resources main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 650px;
  margin-left: 175px;
  margin-right: auto;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #resources main {
    width: 80%;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 30px;
  }
}

#resources main h2 {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #5f6368;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #resources main h2 {
    font-size: 34px;
  }
}

#resources main h3 {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #5f6368;
  margin: 15px 0 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #resources main h3 {
    font-size: 30px;
  }
}

#resources main p {
  font-size: 13px;
  color: #5f6368;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #resources main p {
    font-size: 26px;
  }
}

#resources footer,
#resources nav {
  min-width: 1000px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #resources footer,
  #resources nav {
    min-width: 300px;
  }
}

#matches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
}

#matches nav > ul {
  margin-left: 175px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #matches nav > ul {
    margin-top: 325px;
    margin-left: 45px;
    font-size: 30px;
  }
}

#matches main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 175px;
  width: 700px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #matches main {
    margin-left: 45px;
    margin-right: 45px;
    width: calc(100% - 90px);
  }
}

#matches #matches-input,
#matches #no-matches {
  font-size: 18px;
  color: #5f6368;
  margin-top: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #matches #matches-input,
  #matches #no-matches {
    font-size: 34px;
    margin-top: 30px;
  }
}

#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 (min-device-width: 320px) and (max-device-width: 480px) {
  #matches #matches-count {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

#matches footer,
#matches nav {
  min-width: 1000px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #matches footer,
  #matches nav {
    min-width: 300px;
  }
}

#results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
}

#results nav > ul {
  margin-left: 175px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #results nav > ul {
    margin-top: 325px;
    margin-left: 45px;
    font-size: 30px;
  }
}

#results main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 175px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #results main {
    margin-left: 45px;
    width: calc(100% - 90px);
  }
}

#results .result-header {
  cursor: pointer;
}

#results .result-header .result-word:hover {
  text-decoration: underline;
}

#results footer,
#results nav {
  min-width: 1000px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #results footer,
  #results nav {
    min-width: 300px;
  }
}

#result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
}

#result nav > ul {
  margin-left: 175px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #result nav > ul {
    margin-top: 325px;
    margin-left: 45px;
    font-size: 30px;
  }
}

#result main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#result main #result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 175px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #result main #result-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0px;
    width: calc(100% - 90px);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #result main {
    display: block;
    margin-left: 45px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #result .result-images {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#result footer,
#result nav {
  min-width: 1300px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #result footer,
  #result nav {
    min-width: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #result footer,
  #result nav {
    min-width: 0px;
  }
}
/*# sourceMappingURL=main.css.map */