html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "open sans", arial, sans-serif;
}

header {
  font-family: "Raleway", arial, sans-serif;
  font-size: 0.875rem;
}

@media (max-width: 736px) {
  .upper-container h1 {
    font-size: 1.625rem;
    line-height: 2.375rem;
  }
  .upper-container p {
    margin-bottom: 2.1875rem;
  }
  .middle-container__left h1 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .middle-container__quote__bottom h3 {
    font-size: 0.875rem;
  }
  .up-bottom-container h3 {
    text-align: center;
  }
  .up-bottom-container p {
    text-align: center;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 737px) {
  .upper-container h1 {
    max-width: 36.25rem;
    line-height: 3.375rem;
    font-size: 2.25rem;
  }
  .middle-container__left h1 {
    font-size: 2.25rem;
  }
  .middle-container__left p {
    max-width: 34.375rem;
  }
  .middle-container__quote__bottom h3 {
    font-size: 1rem;
  }
  .up-bottom-container p {
    max-width: 30.625rem;
  }
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
}

p {
  margin-top: 0;
  font-size: 1rem;
}

a, a:visited, a:active {
  text-decoration: none;
}

.upper-container__left__p {
  max-width: 36.25rem;
}

.middle-container__left a {
  color: hsl(170, 45%, 43%);
  margin-right: 0.25rem;
}

.middle-container__quote p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.875rem;
}
.middle-container__quote__bottom p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.middle-container__quote__bottom h3 {
  margin-bottom: 0.25rem;
}

.down-bottom-container__flex a {
  margin: 0;
}

.collumn2-link a {
  margin-bottom: 1rem;
}

/* --nom-background-color, --nom-text-color */
:root {
  --Very-Dark-Blue: hsl(243, 87%, 12%);
  --Desaturated-Blue: hsl(238, 22%, 44%);
  --Bright-Blue: hsl(224, 93%, 58%);
  --Moderate-Cyan: hsl(170, 45%, 43%);
  --Light-Grayish-Blue: hsl(240, 75%, 98%);
  --Light-Gray: hsl(0, 0%, 75%);
}

button {
  background-color: var(--Bright-Blue);
  color: white;
}

input {
  border-color: black;
}

.middle-container {
  background-color: var(--Light-Grayish-Blue);
}

.up-bottom-container {
  color: white;
  background-color: var(--Desaturated-Blue);
}

.down-bottom-container {
  background-color: var(--Very-Dark-Blue);
}

.down-bottom-container__flex a {
  color: white;
}
.down-bottom-container__flex a:hover {
  color: var(--Bright-Blue);
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

/* mobile */
@media (max-width: 736px) {
  .header {
    padding: 1.625rem 1.875rem;
  }
  .header__right {
    width: 12.5rem;
  }
  .upper-container {
    text-align: center;
    margin-bottom: 1.25rem;
    padding: 1.5rem;
  }
  .upper-container img {
    width: 100%;
    max-width: 46rem;
    margin-bottom: 2.5rem;
  }
  .upper-container__left {
    height: 21.875rem;
    width: 100%;
    max-width: 37.5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .upper-container__left input {
    max-width: inherit;
    margin-bottom: 0.875rem;
  }
  .upper-container__left button {
    max-width: inherit;
  }
  .bg-curve-desktop { /* display none to remove dsktp img*/
    display: none;
  }
  .bg-curve-mobile {
    width: 100%;
    margin-bottom: -0.625rem;
  }
  .middle-container {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 1.5rem;
  }
  .middle-container__right img {
    width: 100%;
    max-width: 46rem;
  }
  .link-fylo {
    margin: 2.5rem auto;
  }
  .up-bottom-container {
    padding: 3.125rem 3rem 5rem 3rem;
  }
  .up-bottom-container input {
    border: none;
    margin-bottom: 0.875rem;
  }
  .up-bottom-container button {
    max-width: 37.5rem;
  }
  .down-bottom-container {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    padding-top: 3.75rem;
  }
  .logo-img-white {
    width: 11.25rem;
    margin-bottom: 1.875rem;
  }
  .collumn-link:first-child {
    margin-bottom: 0.875rem;
  }
  .collumn-link {
    margin-bottom: 1.875rem;
  }
  .collumn-link img {
    margin-right: 0.875rem;
  }
  .collumn2-link {
    margin-bottom: 1.875rem;
  }
  .collumn4-link {
    display: flex;
    justify-content: center;
  }
}
/* pc */
@media (min-width: 737px) {
  .header {
    padding: 2.25rem 3.125rem;
  }
  .header__right {
    width: 15rem;
  }
  .upper-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 3.125rem;
    margin-bottom: 5rem;
  }
  .upper-container__right {
    max-width: 50rem;
    margin-right: 1.25rem;
  }
  .upper-container__right img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 50rem;
    max-height: 31.25rem; /* use of width: 100% to let image resize */
  }
  .upper-container__left {
    max-width: 50rem;
    margin: auto; /* center text in div */
    margin-left: 0;
  }
  .upper-container__left__double {
    display: flex;
  }
  .upper-container__left__double input {
    max-width: 20rem;
    margin-right: 1.25rem;
  }
  .bg-curve-mobile { /* display none to remove mobile img */
    display: none;
  }
  .bg-curve-desktop {
    width: 100%;
    margin-bottom: -0.625rem; /* use to put midddle container closer */
  }
  .middle-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 3.125rem;
  }
  .middle-container__right {
    max-width: 50rem;
    margin-right: 1.25rem;
  }
  .middle-container__right img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 50rem;
    max-height: 31.25rem;
  }
  .middle-container__left {
    max-width: 50rem;
    margin-top: 1.875rem;
    margin-right: 1.25rem;
  }
  .middle-container .quote-img {
    height: 1.125rem;
  }
  .up-bottom-container {
    display: flex;
    justify-content: space-between;
    padding: 3.125rem;
  }
  .up-bottom-container__right {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 50rem;
  }
  .up-bottom-container__right input {
    border: none;
    max-width: 42.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .down-bottom-container {
    height: -moz-fit-content;
    height: fit-content;
    padding: 3.125rem;
  }
  .down-bottom-container__flex {
    display: flex;
    height: inherit;
    gap: 20rem;
    flex: 1fr;
  }
  .down-bottom-container__flex a:hover {
    cursor: pointer;
  }
  .logo-img-white {
    width: 6.25rem;
    margin-bottom: 1.75rem;
  }
  .collumn-link {
    display: flex;
    margin-bottom: 1rem;
  }
  .collumn-link img {
    height: 1.25rem;
    margin-right: 1.25rem;
  }
}
/* general */
.header {
  display: flex;
  justify-content: space-between;
}
.header .logo-img {
  width: 5rem;
}
.header__right {
  display: flex;
  justify-content: space-between;
}

.middle-container .link-fylo {
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: hsl(170, 45%, 43%);
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 2.5rem;
}
.middle-container .link-fylo img {
  vertical-align: bottom;
}
.middle-container .link-fylo:hover {
  cursor: pointer;
  opacity: 0.8;
}
.middle-container__quote {
  background-color: white;
  border-radius: 0.75rem;
  max-width: 23.125rem;
  padding: 1.25rem 2.5rem;
}
.middle-container__quote .avatar-img {
  height: 2.5rem;
  border-radius: 1.25rem;
  margin-right: 0.625rem;
}
.middle-container__quote__bottom {
  display: flex;
}

.collumn2-link {
  display: flex;
  flex-direction: column;
}

.collumn4-link img {
  height: 1.875rem;
  margin-right: 0.625rem;
}
.collumn4-link img:hover {
  cursor: pointer;
}

button {
  width: 100%;
  max-width: 11.25rem;
  height: 2.5rem;
  border: none;
  border-radius: 0.25rem;
  text-align: center;
  align-content: center;
}

button:hover {
  cursor: pointer;
}

button:active {
  opacity: 0.8;
}

input {
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  width: 100%; /* same as image + max width to void input box to be to long */
  height: 2.5rem;
  padding: 1.125rem;
}/*# sourceMappingURL=style.css.map */