/*! 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.
 */

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;
}
footer {
  width: 100%;
  height: 100px;
  background-color: var(--footer-color);
  display: grid;
  color: white;
}

.footer-copyright {
  place-self: center;
}
* {
  box-sizing: border-box;
  margin: 0px;
  border: 0px;
  padding: 0px;
  /* font-size: 16px; */
  scroll-behavior: smooth;
}

/* CORE STYLES */
:root {
  --blue-color: rgb(37, 82, 179);
  --footer-color: rgb(29, 57, 117);
  --primary-color: rgba(168, 168, 168, 0.75);
  --overlay-color: rgba(16, 24, 31, 0.85);
  --menu-speed: 0.75s;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

h2 {
  font-weight: 500;
}

p {
  color: #333;
}

a {
  text-decoration: none;
}

.waldo-logo {
  position: fixed;
  top: 11px;
  left: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 8px;
  background-color: var(--primary-color);
  fill: white;
  z-index: 999;
  border-radius: 50%;
}

button {
  cursor: pointer;
}

button#agreeCookies {
  background-color: var(--blue-color);
  color: white;
  padding: 3px;
}

.cookie-policy-container {
  padding: 100px 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
body {
  /* font-family: Arial, sans-serif; */
  height: 100vh;
  /* overflow: hidden; */
}

@media screen and (max-width:479px) {
  .video-background {
    background: url(/video-background-1000.af83d770.jpg) no-repeat center;
  }
}

@media screen and (min-width:500px) {
  .video-background {
    background: url(/video-background.940d6f7a.jpg) no-repeat center;
  }
}

.video-background {


  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 900;
}

.video-foreground,
.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 100%;
    left: 0;
  }
}

/* Knockout Text */

.knockout-text {
  position: relative;
  top: 0;
  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: 100%;
  height: 100%;
  font-size: 9VW;
  font-weight: 900;
  /* letter-spacing: 0.02em; */
  margin: auto;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* -webkit-text-stroke-color: #9f9f9f;
  -webkit-text-stroke-width: 0.015em; */

}

@media only screen and (max-width: 600px) {
  .video-iframe {
    visibility: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .knockout-text {
    text-align: center;
    font-size: 13.5VW;

  }
}

@media only screen and (min-width: 900px) {
  .knockout-text {
    font-size: 9VW;
    padding: 12vw;
  }
}

@media only screen and (max-height: 500px) {
  .knockout-text {
    line-height: 1.2;
  }
}

.video-container .knockout-text {
  background-color: #fff;
  color: #000;
  mix-blend-mode: screen;
}

.video-container {
  position: fixed;
  z-index: 990;
  height: 100vh;
  width: 100%;
  visibility: unset;
  opacity: 1;
  transition: opacity 1s ease;
  cursor: pointer;
  /* fadeout animation */
  animation: 1s 5s fadeOut2;
  animation-fill-mode: forwards;
}

/* .video-container {
    transform: translateY(-200px);
} */

/* .video-foreground>h1 {
  padding-bottom: 50px;
} */

.hidden {
  /* visibility: hidden; */
  /* z-index: -1; */
  /* opacity: 0; */
  animation: 1s fadeOut;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

/* same animation but used after timeout */
@keyframes fadeOut2 {
  0% {
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}


#video-button {
  font-weight: 400;
  transform: translateX(-50%);
  bottom: 30px;
  left: 50%;
  position: absolute;
  color: rgb(62, 62, 62);
  z-index: 991;
  text-transform: uppercase;
  font-size: 2rem;
  background-color: transparent;
  transition: transform 0.3s ease;
  /* animation: buttonFade 3s ease-in-out 0s infinite forwards; */
  cursor: pointer;
}

#video-button:hover {
  transform: translateX(-50%) scale(1.05);
}

@keyframes heartbeat {
  0% {
    opacity: 0.8;

    transform: scale(1);
  }

  10% {
    opacity: 1;
    transform: scale(1.02);
  }

  20% {
    opacity: 0.8;

    transform: scale(1);
  }

  30% {
    opacity: 1;

    transform: scale(1.02);
  }

  40% {
    opacity: 0.8;

    transform: scale(1);
  }

  100% {
    opacity: 0.8;

    transform: scale(1);
  }
}
.title {
  opacity: 1;
  /* transition: opacity 0.1s; */
}

.hidden {
  opacity: 0;
}

.gallery-grid>a>div {

  display: grid;
  align-items: end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 2.3vw;
}


.gallery-grid>a>div>h2 {

  color: white;
  transition: font-size 0.2s, text-shadow 0.2s;
  text-shadow: 3px 3px 10px black, 0px 0px 6px black, 0px 0px 3px black;
  text-align: center;
  align-self: end;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/* .gallery-grid>a>div>h2:hover {
  font-size: 5.1vw;
} */
.gallery-grid>a>div:hover {
  font-size: 3.3vw;
}

@media only screen and (max-width: 600px) {
  .gallery-grid>a>div>h2 {
    font-size: 13vw;
  }

  .gallery-grid>a>div>h2:hover {
    font-size: 13.2vw;
  }
}

/* remove if not required desktop gallery hidden */

.gallery-item:hover {
  box-shadow: 0px 0px 5px #000000b4 inset;
  opacity: 1;
}

.gallery-grid {
  scroll-snap-type: x mandatory;
}


/* MOBILE */














/* 

.website-image {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3)), url(https://res.cloudinary.com/fump/image/upload/v1565868103/latest%20Waldo/shutterstock_406841776-low.jpg);
} */







  @media screen and (min-width:1401px) {
    .gallery1 {
      background-image:  url(/Waldo-about-us.ec1008eb.jpg);
    }
  }
  
  @media screen and (min-width:1001px) and (max-width:1400px) {
    .gallery1 {
      background-image:  url(/Waldo-about-us-1400.5621f319.jpg);
    }
  }
  
  
  @media screen and (min-width:480px) and (max-width:1000px) {
    .gallery1{
      background-image:  url(/Waldo-about-us-1000.9f0d51b1.jpg);
    }
  }
  
  @media screen and (max-width:479px) {
    .gallery1 {
      background-image:  url(/Waldo-about-us-1000.9f0d51b1.jpg);
    }
  }



  @media screen and (min-width:1401px) {
     .gallery2 {
      background-image:  url(/Waldo-Creative-concepts.9f789b9c.jpg);
    }
  }
  
  @media screen and (min-width:1001px) and (max-width:1400px) {
     .gallery2 {
      background-image:  url(/Waldo-Creative-concepts-1400.ee04351a.jpg);
    }
  }
  
  
  @media screen and (min-width:480px) and (max-width:1000px) {
     .gallery2 {
      background-image:  url(/Waldo-Creative-concepts-1000.83834a3d.jpg);
    }
  }
  
  @media screen and (max-width:479px) {
     .gallery2 {
      background-image:  url(/Waldo-Creative-concepts-1000.83834a3d.jpg);
    }
  }
  

  @media screen and (min-width:1401px) {
    .gallery3 {
      background-image:  url(/Website-development.aa53880b.jpg);
    }
  }
  
  @media screen and (min-width:1001px) and (max-width:1400px) {
    .gallery3 {
      background-image:  url(/Website-development-1400.963c1036.jpg);
    }
  }
  
  
  @media screen and (min-width:480px) and (max-width:1000px) {
    .gallery3 {
      background-image:  url(/Website-development-1000.4ca6d39e.jpg);
    }
  }
  
  @media screen and (max-width:479px) {
    .gallery3 {
      background-image:  url(/Website-development-1000.4ca6d39e.jpg);
    }
  }

  

@media screen and (min-width:1401px) {
  .gallery4 {
    background-image:  url(/Waldo-Brand.3bb36019.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .gallery4 {
    background-image:  url(/Waldo-Brand-1400.ead16036.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
  .gallery4 {
    background-image:  url(/Waldo-Brand-1000.48998bda.jpg);
  }
}

@media screen and (max-width:479px) {
  .gallery4 {
    background-image:  url(/Waldo-Brand-1000.48998bda.jpg);
  }
}




@media screen and (min-width:1401px) {
   .gallery5 {
    background-image:  url(/Office-Desk-Waldo.6b2ad1d7.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
   .gallery5 {
    background-image:  url(/Office-Desk-Waldo-1400.b3c8fedd.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
   .gallery5 {
    background-image:  url(/Office-Desk-Waldo-1400.b3c8fedd.jpg);
  }
}

@media screen and (max-width:479px) {
   .gallery5 {
    background-image:  url(/Office-Desk-Waldo-1000.d6a524f0.jpg);
  }
}





@media screen and (min-width:1401px) {
   .gallery6 {
    background-image:  url(/Waldo-HD.a79fb1ef.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
   .gallery6 {
    background-image:  url(/Waldo-HD-1400.74e24fe1.jpg);
  }
}


@media screen and (min-width:600px) and (max-width:1000px) {
   .gallery6 {
    background-image:  url(/Waldo-HD-1000.0e67539b.jpg);
  }
}

@media screen and (max-width:599px) {
   .gallery6 {
    background-image:  url(/Waldo-HD-1000.0e67539b.jpg);
  }
}

@media screen and (min-width:1401px) {
  .gallery7 {
   background-image:  url(/Contact-us.b5c113a4.jpg);
 }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .gallery7 {
   background-image:  url(/Contact-us-1400.9bcc7726.jpg);
 }
}


@media screen and (min-width:600px) and (max-width:1000px) {
  .gallery7 {
   background-image:  url(/Contact-us-1000.a15f3202.jpg);
 }
}

@media screen and (max-width:599px) {
  .gallery7 {
   background-image:  url(/Contact-us-1000.a15f3202.jpg);
 }
}

.gallery1,
.gallery3,
.gallery5,
.gallery7,
.gallery2,
.gallery4,
.gallery6 {
  height: 250px;
  width: 100%;
  min-height: 130px;
  scroll-snap-align: start;
  transition: all 0.2s;
  transition-timing-function: ease-in;
}





/* DESKTOP  */

@media only screen and (min-width: 600px) {

  .gallery-body {
    overflow: hidden;
  }

  .fullscreen {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
  }

  .gallery-grid {
    cursor: pointer;
    text-align: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    transition: all 0.2s;
    transition-timing-function: ease-in;
  }

  .gallery1,
  .gallery3,
  .gallery5,
  .gallery7,
  .gallery2,
  .gallery4,
  .gallery6 {
    position: absolute;
    transition: all 0.1s;
    transition-timing-function: ease-in;
  }

  .gallery2 {
    height: 34vh;
    width: 33vw;
  }

  .gallery1,
  .gallery3 {
    height: 33vh;
    width: 33vw;
  }

  /* ALIGN TEXT LEFT AND RIGHT ON DESKTOP */
  @media only screen and (min-width: 600px) {

    .gallery1>h2,
    .gallery2>h2,
    .gallery3>h2 {
      text-align: left !important;
      padding-left: 20px;
    }

    .gallery7>h2,
    .gallery6>h2 {
      text-align: right !important;
      padding-right: 30px;
    }
  }

  /* ALIGN TEXT LEFT AND RIGHT ON DESKTOP */

  .gallery4,
  .gallery5,
  .gallery6,
  .gallery7 {
    height: 50vh;
    width: 34vw;
  }

  .gallery1 {
    top: 0;
    left: 0;
    grid-area: g1;
  }

  .gallery2 {
    top: 33vh;
    left: 0;
    grid-area: g2;
  }

  .gallery3 {
    top: 67vh;
    left: 0;
    grid-area: g3;
  }

  .gallery4 {
    top: 0;
    left: 33vw;
    grid-area: g4;
  }

  .gallery5 {
    top: 50vh;
    left: 33vw;
    grid-area: g5;
  }

  .gallery6 {
    top: 0;
    left: 67vw;
    grid-area: g6;
  }

  .gallery7 {
    top: 50vh;
    left: 67vw;
    grid-area: g7;
  }

  .fullscreen {
    height: 100vh;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
  }
}







@media only screen and (min-width: 600px) {

  /* VERSION  1 */
  .gallery-item {
    background-color: rgb(73, 70, 70);
    background-blend-mode: multiply;
  }

  .gallery-item:hover {
    background-blend-mode: unset;
  }
}


/* MENU STYLES */
.menu-wrap {
  position: fixed;
  top: 10px;
  right: 70px;
  z-index: 999;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;

}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Hamburger Line */
.menu-wrap .hamburger>div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger>div::before,
.menu-wrap .hamburger>div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -5px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger>div::after {
  top: 5px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked+.hamburger>div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked+.hamburger>div:before,
.menu-wrap .toggler:checked+.hamburger>div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover+.hamburger>div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked~.menu {
  visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked~.menu>div>div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu>div {
  background: var(--overlay-color);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu>div>div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu>div>div>ul>li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}

.menu-wrap .menu>div>div>ul>li>a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}

.menu>div>div>ul>li {
  transition: transform 0.4s ease;
}

.menu>div>div>ul>li:hover {
  transform: scale(1.05);
}

@media only screen and (max-height: 580px) {
  .menu-wrap .menu>div>div>ul>li {
    line-height: 0.8;
  }
}

@media only screen and (max-height: 450px) {
  .menu-wrap .menu>div>div>ul>li {
    line-height: 0.4;
    font-size: 1.3rem;
  }
}
.content-page-container {
  width: 100%;
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: minmax(100vh, 1fr);
  grid-template-areas: 'hero hero''content bullets';
}

/* mobile */
@media only screen and (max-width: 800px) {
  .content-page-container {
    grid-template-columns: 100%;
    grid-template-rows: minmax(100vh, 1fr);
    grid-template-areas: 'hero''content''bullets'
  }

  .content-page-container>div {
    padding: 40px;
  }

  .content-page-container>.hero-container {
    padding-top: 100px;
  }

}

@media only screen and (min-width: 800px) {
  .hero-text {
    width: 65%;
  }

  .content-page-container>div {
    padding: 80px 80px 80px 80px;
  }
}

.hero-container {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: hero;
  color: white;
  display: grid;
  align-items: flex-end;

}



@media screen and (min-width:1401px) {
  .brand-image {
    background-image: url(/Waldo-Brand.3bb36019.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .brand-image {
    background-image: url(/Waldo-Brand-1400.ead16036.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
  .brand-image {
    background-image: url(/Waldo-Brand-1000.48998bda.jpg);
  }
}

@media screen and (max-width:479px) {
  .brand-image {
    background-image: url(/Waldo-Brand-1000.48998bda.jpg);
  }
}





@media screen and (min-width:1401px) {
  .creative-image {
    background-image: url(/Waldo-Creative-concepts.9f789b9c.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .creative-image {
    background-image: url(/Waldo-Creative-concepts-1400.ee04351a.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
  .creative-image {
    background-image: url(/Waldo-Creative-concepts-1000.83834a3d.jpg);
  }
}

@media screen and (max-width:479px) {
  .creative-image {
    background-image: url(/Waldo-Creative-concepts-1000.83834a3d.jpg);
  }
}




@media screen and (min-width:1401px) {
  .flexo-image {
    background-image: url(/Waldo-HD.a79fb1ef.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .flexo-image {
    background-image: url(/Waldo-HD-1400.74e24fe1.jpg);
  }
}


@media screen and (min-width:600px) and (max-width:1000px) {
  .flexo-image {
    background-image: url(/Waldo-HD-1000.0e67539b.jpg);
  }
}

@media screen and (max-width:599px) {
  .flexo-image {
    background-image: url(/Waldo-HD-1000.0e67539b.jpg);
  }
}







@media screen and (min-width:1401px) {
  .repro-image {
    background-image: url(/Office-Desk-Waldo.6b2ad1d7.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .repro-image {
    background-image: url(/Office-Desk-Waldo-1400.b3c8fedd.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
  .repro-image {
    background-image: url(/Office-Desk-Waldo-1400.b3c8fedd.jpg);
  }
}

@media screen and (max-width:479px) {
  .repro-image {
    background-image: url(/Office-Desk-Waldo-1000.d6a524f0.jpg);
  }
}




.website-image {
  background-image: url(https://res.cloudinary.com/fump/image/upload/v1565868103/latest%20Waldo/shutterstock_406841776-low.jpg);
}


@media screen and (min-width:1401px) {
  .website-image {
    background-image: url(/Website-development.aa53880b.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .website-image {
    background-image: url(/Website-development-1400.963c1036.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
  .website-image {
    background-image: url(/Website-development-1000.4ca6d39e.jpg);
  }
}

@media screen and (max-width:479px) {
  .website-image {
    background-image: url(/Website-development-1000.4ca6d39e.jpg);
  }
}


.hero-image {
  object-fit: contain;
}

/* desktop */
@media only screen and (min-width: 800px) {
  .hero-container {
    background-attachment: fixed;
  }
}

.hero-text>h1,
.hero-text>h2 {
  text-shadow: 3px 3px 10px black, 0px 0px 6px black, 0px 0px 3px black, 0px 0px 15px black;
  padding-bottom: 20px;
}


.content-container {
  grid-area: content;
}

.content-container>p {
  font-size: 1.3rem;

}

.deliverables {
  background-color: var(--blue-color);
  grid-area: bullets;
  color: white;
  line-height: 2;
  font-size: 15px;
}

@media only screen and (max-width: 800px) {
  .deliverables {
    text-align: center;
  }
}



.content-page-container {
  line-height: 1.8 em;
}



/* defines the animation */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.hero-text>h1,
.hero-text>h2 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out forwards;
}

.hero-text>h1 {
  animation-delay: 0.3s;
  font-size: 2rem;
  text-transform: uppercase;
}

.hero-text>h2 {
  animation-delay: 0.4s;
  font-size: 1.25rem;
}

.deliverables>h3 {
  font-weight: 400;
}

.deliverables>h4 {
  font-size: 1.2em;
  padding-bottom: 10px;
}





/* SCROLL ARROW */
@media only screen and (min-width: 800px) {
  .arrow {
    background-color: var(--primary-color);
    opacity: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    /* -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50%; */
    /* top: calc(100vh - 180px); */
    justify-self: center;
    animation: arrow 3s forwards;

  }

  .arrow a {
    position: absolute;
    /* bottom: 20px; */
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
  }

  .arrow a:hover {
    opacity: .5;
  }

  #scroll-arrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 17px;
    height: 17px;
    margin-left: -8.5px;
    border-left: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }

  @-webkit-keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      -webkit-transform: rotate(-45deg) translate(-14px, 14px);
      opacity: 0;
    }
  }

  @keyframes sdb05 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: rotate(-45deg) translate(-14px, 14px);
      opacity: 0;
    }
  }

  @keyframes arrow {
    0% {
      opacity: 0;
    }

    70% {
      opacity: 0;
    }

    100% {
      opacity: 0.8;
    }
  }


}
.contact-container {
  display: grid;
  grid-template-areas: 'image''text';
  grid-template-rows: 50vh minmax(50vh, 1fr);
  grid-template-columns: 100% 1fr;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .contact-container {

    grid-template-areas: 'image text';
    grid-template-rows: minmax(100vh, 1fr);
    grid-template-columns: 1fr minmax(30%, 400px);
    width: 100%;
  }
}

.contact-image {
  grid-area: image;
  /* background-image: url(https://res.cloudinary.com/fump/image/upload/v1565868103/latest%20Waldo/1shutterstock_782287318-low.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:1401px) {
  .contact-image {
    background-image: url(/Contact-us.b5c113a4.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .contact-image {
    background-image: url(/Contact-us-1400.9bcc7726.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
  .contact-image {
    background-image: url(/Contact-us-1000.a15f3202.jpg);
  }
}

@media screen and (max-width:479px) {
  .contact-image {
    background-image: url(/Contact-us-500.2f5a4e7f.jpg);
  }
}



.about-image {
  grid-area: image;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:1401px) {
  .about-image {
    background-image: url(/Waldo-about-us.ec1008eb.jpg);
  }
}

@media screen and (min-width:1001px) and (max-width:1400px) {
  .about-image {
    background-image: url(/Waldo-about-us-1400.5621f319.jpg);
  }
}


@media screen and (min-width:480px) and (max-width:1000px) {
  .about-image {
    background-image: url(/Waldo-about-us-1000.9f0d51b1.jpg);
  }
}

@media screen and (max-width:479px) {
  .about-image {
    background-image: url(/Waldo-about-us-500.cd4f7dee.jpg);
  }
}


.contact-text {
  padding: 30px;
  text-align: center;
  grid-area: text;
  background-color: white;
color: #333;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;

    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;

    transform: none;
  }
}

.contact-text>h1 {
  opacity: 0;
  animation: fadeInUp2 1s ease-out forwards;
}

.contact-text>h2,
.contact-text>p {
  opacity: 0;
  animation: fadeInUp2 1s ease-out forwards;
  animation-delay: 0.4s;
}



.contact-text>address {
  opacity: 0;
  animation: fadeInUp2 1s ease-out forwards;
  animation-delay: 0.8s;
}


.contact--map {
  padding-top: 20px;
  opacity: 0;
  animation: fadeInUp2 1s ease-out forwards;
  animation-delay: 1.2s;
}

address {
  font: inherit;
  padding-top: 20px;
}

address>a {
  color: black;
}

@-webkit-keyframes cookies-delay {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}


@keyframes cookies-delay {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

#cookies-notification {
  /* position: fixed;
  bottom: 0px; */
  background-color: white;
  bottom: 0px;
  position: fixed;
  width: 100vw;
  text-align: center;
  z-index: 1600;
  padding: 15px;
  -webkit-animation: cookies-delay 4s ease;
  animation: cookies-delay 4s ease;
}


#cookies-notification>p>a {
  text-decoration: underline;
}

#agreeCookies {
  min-width: 150px;
}

/* 
h2 {
  font-size: 1.5rem !important;
  letter-spacing: 0rem !important;
}

h1 {
  line-height: 4rem !important;
} */

@media only screen and (max-width: 600px) {
  .nav-link {

      padding: .625rem 0rem !important;
  }
}

/*# sourceMappingURL=/style.78032849.css.map */