/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", serif;
}

.container--main--bg {
  background: #fff;
}

.col, .wrapper-col-to-row-at-t, .wrapper-col-to-row-at-d {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  margin: 1rem;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-items: stretch;
  background-color: #282828;
  min-height: 100vh;
}

.chat-wrapper {
  margin: 4rem 0 0 0;
  flex: 2;
  display: flex;
  flex-direction: column;
  background-color: hsl(0, 0%, 50%);
  background: hsl(230, 15%, 40%);
  overflow-y: auto;
}

.message {
  border-radius: 0.25rem;
  position: relative;
  transform-origin: center; /* Set the transform origin to the top */
  animation: scaleYAnimation 0.2s ease forwards; /* Apply the animation */
}

@keyframes scaleYAnimation {
  0% {
    transform: scaleY(0.9); /* Start with zero height */
  }
  100% {
    transform: scaleY(1); /* End with full height */
  }
}
.message-bot {
  background-color: white;
  align-self: flex-start;
  padding: 12px;
  margin: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}

.message-user {
  background-color: #dfd2d2;
  background-color: hsl(0, 0%, 80%);
  align-self: flex-end;
  padding: 12px;
  margin: 1rem;
}

.message-bot::after {
  content: "";
  display: block;
  border-top: 12px solid white;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 10px;
}

.message-user::after {
  content: "";
  display: block;
  border-top: 12px solid hsl(0, 0%, 80%);
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -12px;
  right: 10px;
}

.message-bot__options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-justify: center;
  height: 36px;
  width: 36px;
  background-color: grey;
  border-radius: 0.25rem;
}

.message-bot__options span {
  border-bottom: 2px solid white;
  width: 20px;
  margin: 3px;
}

.button-word {
  display: inline-block;
  border: none;
  background: #a4a4c4;
  background: #cccce6;
  margin: 0.25rem;
  padding: 1px 5px;
  border-radius: 2px;
}

.button-word:active {
  background: #a4a4c4;
}

.button-word__modal {
  border-radius: 0.5rem;
  border: none;
  width: 30rem;
  height: 50vh;
}

.button-word__modal-container {
  height: 100%;
  overflow: auto;
  flex-direction: column;
}

.button-word__modal::backdrop {
  background: linear-gradient(45deg, #665050, #5771a2);
  opacity: 0.5;
}

.close-modal {
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  background: #cccce6;
  padding: 2px;
  margin: 0.2px;
  border-radius: 0.5rem;
  width: 2rem;
  height: 2rem;
}

.button-word__modal__text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.button-word__modal__text__li {
  margin: 0.5rem 0;
  font-weight: normal;
  display: flex;
  line-height: 1.5;
}

.button-word__modal__text__li-row {
  flex-direction: row;
}

.button-word__modal__text__li-col {
  flex-direction: column;
}

.button-word__modal__text-title {
  font-weight: bold;
  color: #792e2e;
  margin: 0 0.15rem 0 0;
}

.def__level {
  padding: 0 0 0 1rem;
}

.entry__list {
  padding: 0.5rem 0 0 1rem;
}

.entry__list__item {
  border-bottom: 1px solid grey;
  padding: 0 0 0.1rem 0;
}

.input-bar {
  display: flex;
  flex-direction: column;
  background-color: hsl(0, 0%, 20%);
  font-family: "sans-serif";
  position: sticky;
  bottom: 0px;
  padding: 0.25rem;
  padding: 0.25rem 0.5rem 1rem 0.5rem;
}

#chatForm {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

#user-input {
  flex: 2;
  line-height: 1.25;
  resize: none;
  overflow: auto;
  border-radius: 0.25rem;
  padding: 0.5rem 0.25rem;
  margin-right: 0.25rem;
}

.input-button {
  padding: 0.5rem 1rem;
  margin-left: 0.25rem;
  background-color: black;
  border: none;
  color: white;
  border-radius: 0.25rem;
}

.input-button:active {
  background-color: white;
  color: black;
}

#counter {
  padding: 0.5rem;
  color: white;
}

@keyframes blink {
  /**
   * At the start of the animation the dot
   * has an opacity of .2
   */
  0% {
    opacity: 0.2;
  }
  /**
   * At 20% the dot is fully visible and
   * then fades out slowly
   */
  20% {
    opacity: 1;
  }
  /**
   * Until it reaches an opacity of .2 and
   * the animation can start again
   */
  100% {
    opacity: 0.2;
  }
}
#loadingMsg {
  font-size: 60px;
  text-decoration: none;
}

#loadingMsg span {
  /**
   * Use the blink animation, which is defined above
   */
  animation-name: blink;
  /**
   * The animation should take 1.4 seconds
   */
  animation-duration: 1.4s;
  /**
   * It will repeat itself forever
   */
  animation-iteration-count: infinite;
  /**
   * This makes sure that the starting style (opacity: .2)
   * of the animation is applied before the animation starts.
   * Otherwise we would see a short flash or would have
   * to set the default styling of the dots to the same
   * as the animation. Same applies for the ending styles.
   */
  animation-fill-mode: both;
}

#loadingMsg span:nth-child(2) {
  /**
   * Starts the animation of the third dot
   * with a delay of .2s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: 0.2s;
}

#loadingMsg span:nth-child(3) {
  /**
   * Starts the animation of the third dot
   * with a delay of .4s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: 0.4s;
}

* {
  box-sizing: border-box;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", serif;
}

.container--main--bg {
  background: #fff;
}

.col, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  margin: 1rem;
}

#nav {
  z-index: 1010;
  max-height: 5rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  background: hsl(0, 0%, 10%);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1910px;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  flex-wrap: wrap;
  font-family: "Merriweather";
}

.mobileMenuTrigger {
  z-index: 1012;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: 1px solid black;
  border-radius: 25px;
  background: hsl(0, 0%, 3%);
}
.mobileMenuTrigger span {
  width: 25px;
  border: 1px solid hsl(0, 0%, 40%);
  margin: 3px 2px;
}

.obileMenuTrigger:focus {
  background-color: yellow;
  background: hsl(212, 68%, 41%);
  border: 1px solid hsl(212, 68%, 41%);
  border: 1px solid black;
}
.obileMenuTrigger:focus span {
  border: 1px solid black;
}

.nav-list-wrapper {
  z-index: 1011;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background: hsl(230, 15%, 10%);
  padding: 0rem;
  margin: 0;
  transform-origin: left;
  transform: scale(0, 1);
  transition: transform 400ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navigationLinks {
  padding: 0;
  margin: 4rem 0 0 0;
  list-style: none;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*
  */
  width: 100%;
  color: black;
}
.navigationLinks li {
  width: 100%;
}
.navigationLinks li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
}
.navigationLinks li a:focus, .navigationLinks li a:hover {
  background: hsla(0, 0%, 50%, 0.5);
  color: #fff;
  transition: all 200ms ease-in-out;
}
.navigationLinks li a:focus {
  background: hsl(150, 100%, 10%);
  color: #fff;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-width: 30vw;
}

.contact-img {
  height: 3rem;
  width: 3rem;
  border-radius: 3rem;
  display: block;
}

.contact-img-wrapper:after {
  display: block;
  content: "";
  background: green;
  border-radius: 15px;
  height: 15px;
  width: 15px;
  position: relative;
  bottom: 10px;
  right: 0px;
}

.contact-info {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contact-name {
  color: white;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}

.contact-online {
  color: hsl(0, 0%, 60%);
  font-size: 1rem;
}

.navListActive {
  display: flex;
}

.navListWrapperShow {
  transform: scale(1, 1);
}

.menuActive {
  background: hsl(0, 0%, 20%);
  border: 1px solid hsl(0, 0%, 20%);
}

/* phone-small is default */
/*keep? */
@media (min-width: 768px) {
  .wrapper-col-to-row-at-t {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .container {
    align-items: center;
  }
  .chat-wrapper {
    width: 35rem;
  }
  .input-bar {
    width: 35rem;
  }
}
@media (min-width: 992px) {
  .nav-list-wrapper {
    max-width: 50vw;
  }
}

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