@font-face {
  font-family: Helvetica;
  src: url(font/Helvetica.ttf);
}
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

#timothy-goodman {
  padding: 0 7rem;
  font-family: Helvetica, sans-serif;
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 1279px) {
  #timothy-goodman {
    padding: 0 2rem;
  }
}
#timothy-goodman img {
  display: block;
}
#timothy-goodman a {
  color: black;
  text-decoration: none;
}
#timothy-goodman .banner {
  height: 14rem;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 1279px) {
  #timothy-goodman .banner {
    height: 6.5rem;
  }
}
#timothy-goodman .banner .marquee {
  height: 100%;
  display: flex;
  white-space: nowrap;
  animation: defilement-rtl 8s infinite linear;
}
@media (max-width: 1279px) {
  #timothy-goodman .banner .marquee {
    animation: defilement-rtl-mobile 16s infinite linear;
  }
}
@media (max-width: 740px) {
  #timothy-goodman .banner .marquee {
    animation: defilement-rtl-mobile 8s infinite linear;
  }
}
#timothy-goodman .banner .marquee-content {
  display: flex;
  white-space: nowrap;
  height: 100%;
}
#timothy-goodman .banner h2 {
  font-size: 13rem;
  color: #fff;
  text-align: center;
  padding: 0;
  padding-top: 3.5rem;
  margin: 0;
  margin-right: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
@media (max-width: 1279px) {
  #timothy-goodman .banner h2 {
    font-size: 5rem;
    padding-top: 1.5rem;
  }
}
@keyframes defilement-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-112%);
  }
}
@keyframes defilement-rtl-mobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-392%);
  }
}
#timothy-goodman .central-text {
  margin: 10rem 0;
  text-align: center;
  width: 70%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
#timothy-goodman .central-text p {
  font-size: 3.5rem;
  margin: 0;
}
@media (max-width: 1279px) {
  #timothy-goodman .central-text {
    text-align: start;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%;
    gap: 0;
  }
  #timothy-goodman .central-text p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
#timothy-goodman .small-img {
  object-fit: contain;
  width: 12rem;
  position: absolute;
}
#timothy-goodman .small-img.first {
  right: -20rem;
  bottom: 50%;
}
@media (max-width: 1279px) {
  #timothy-goodman .small-img.first {
    width: 4rem;
    right: 0;
    bottom: -4rem;
  }
}
#timothy-goodman .small-img.second {
  width: 5rem;
  bottom: -3.5rem;
}
#timothy-goodman .small-img.third {
  position: static;
}
#timothy-goodman .paragraph {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
#timothy-goodman .paragraph .quote {
  font-size: 2rem;
}
@media (max-width: 1279px) {
  #timothy-goodman .paragraph .quote {
    font-size: 0.75rem;
  }
}
@media (max-width: 1279px) {
  #timothy-goodman .paragraph {
    display: block;
    margin-top: 3rem;
  }
}
#timothy-goodman .paragraph p {
  flex: 1;
  margin-top: 0;
}
@media (max-width: 1279px) {
  #timothy-goodman .paragraph p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
@media (max-width: 1279px) {
  #timothy-goodman .paragraph p:last-child {
    margin: 0;
    margin-top: 2rem;
  }
}
#timothy-goodman .little-banner {
  height: 9.5rem;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  #timothy-goodman .little-banner {
    height: 3rem;
    margin: 2rem;
  }
}
#timothy-goodman .little-banner h2 {
  font-size: 6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: flex;
  padding: 1rem 0 0 0;
  margin: 0;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  #timothy-goodman .little-banner h2 {
    font-size: 1.5rem;
    white-space: nowrap;
    padding-bottom: 0.8rem;
    margin: 0;
  }
}
#timothy-goodman p {
  font-size: 2.5rem;
}
@media (max-width: 1279px) {
  #timothy-goodman p {
    font-size: 0.9rem;
  }
}
#timothy-goodman .grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  column-gap: 3rem;
  margin: 6rem 0 6rem 0;
}
@media (max-width: 1279px) {
  #timothy-goodman .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    margin: 0;
    width: calc(100% + 4rem);
  }
}
#timothy-goodman .grid-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  justify-self: center;
}
#timothy-goodman .grid-container img.last {
  align-self: end;
  width: auto;
}
#timothy-goodman .grid-container p {
  grid-column: 1/3;
  margin: 0;
}
@media (max-width: 1279px) {
  #timothy-goodman .grid-container p {
    grid-column: auto;
  }
}
@media (max-width: 1279px) {
  #timothy-goodman .grid-container p {
    line-height: 1.1;
  }
}
#timothy-goodman .mobile-icon {
  position: absolute;
  bottom: 100%;
}
@media (max-width: 1279px) {
  #timothy-goodman .solo-img-right {
    grid-column: 2/2;
  }
}
@media (min-width: 1280px) {
  #timothy-goodman .hide-desktop {
    display: none;
  }
}
@media (max-width: 1279px) {
  #timothy-goodman .hide-mobile {
    display: none;
  }
}
#timothy-goodman .conseils {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0 3rem 0;
}
#timothy-goodman .conseil {
  border: solid #000 3px;
  padding: 3rem;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #timothy-goodman .conseil {
    padding: 1rem;
    border: solid 1px black;
  }
}
#timothy-goodman .conseil p {
  margin: 0;
  padding: 0;
}
#timothy-goodman .conseil.first {
  transform: rotate(1deg);
  z-index: 1;
  background-color: #fff;
}
#timothy-goodman .conseil.second {
  transform: rotate(-1deg);
  z-index: 2;
  background-color: #fff;
}
#timothy-goodman .conseil.third {
  transform: rotate(1deg);
  z-index: 3;
  background-color: #fff;
}
#timothy-goodman .bottom-text {
  font-size: 4rem;
  position: relative;
}
@media (max-width: 1279px) {
  #timothy-goodman .bottom-text {
    font-size: 1.6rem;
  }
}
#timothy-goodman .relative {
  position: relative;
}
@media (max-width: 1279px) {
  #timothy-goodman .last-mobile {
    width: 4rem;
    position: absolute;
    top: 1rem;
    left: 80%;
  }
}
#timothy-goodman .credits {
  font-size: 1.5rem;
  width: 100%;
}
@media (max-width: 1279px) {
  #timothy-goodman .credits {
    font-size: 0.8rem;
  }
}
#timothy-goodman .fresque {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column-start: 1;
  grid-column-end: span 2;
}
@media screen and (max-width: 1279px) {
  #timothy-goodman .fresque {
    grid-column-start: 1;
    grid-column-end: 1;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  #timothy-goodman .fresque p {
    display: none;
  }
}
#timothy-goodman .fresque .bagel {
  height: auto;
  width: 20%;
}
@media screen and (max-width: 1279px) {
  #timothy-goodman .fresque .bagel {
    width: 30%;
    padding-left: 2rem;
  }
}
#timothy-goodman .full-width {
  width: calc(100% + 14rem);
}
@media screen and (max-width: 1279px) {
  #timothy-goodman .full-width {
    width: calc(100% + 4rem);
  }
}

/*# sourceMappingURL=timothy-goodman-v1.4.css.map */
