@font-face {
    font-family: Andersongrotesk Light;
    src: url(andersongrotesk-light.otf);
}

@font-face {
    font-family: Andersongrotesk;
    src: url(andersongrotesk.otf);
}

@font-face {
    font-family: Andersongrotesk Bold;
    src: url(andersongrotesk-bold.otf);
}

@font-face {
    font-family: Andersongrotesk Ultrabold;
    src: url(andersongrotesk-ultrabold.otf);
}

@font-face {
    font-family: Andersongrotesk Black;
    src: url(andersongrotesk-black.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading img {
  -webkit-animation: opacity 1.5s infinite;
  -moz-animation: opacity 1.5s infinite;
  -o-animation: opacity 1.5s infinite;
  animation: opacity 1.5s infinite;
}

body {
  background-color: #ffffff;
  width: auto;
  margin: 120px 42px 120px 42px;
  font-family: 'Andersongrotesk Bold', sans-serif;
}

div.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 22, 22, 0.98);
  z-index: 102;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1.5s;
}

/* home / about / contact page */
div.loading.red {
  background-color: rgba(230, 50, 35, 0.98);
}
/* works page */
div.loading.blue {
  background-color: rgba(0, 77, 157, 0.98);
}
/* notes page */
div.loading.yellow {
  background-color: rgba(255, 220, 0, 0.98);
}
/* AAR page */
div.loading.aar-blue {
  background-color: rgba(0, 26, 112, 0.98);
}
/* mct page */
div.loading.mct-green {
  background-color: rgba(0, 149, 57, 0.98);
}
/* brownbird page */
div.loading.white {
  background-color: rgba(255, 255, 255, 0.98);
}
/* shop page */
div.loading.ab-red {
  background-color: rgba(229, 55, 7, 0.98);
}
/* cbs page */
div.loading.cbs-purple {
  background-color: rgba(74, 46, 134, 0.98);
}
/* vettore page */
div.loading.vettore-blue {
  background-color: rgba(0, 51, 72, 0.98);
}
/* Grafikidentity page */
div.loading.grey {
  background-color: rgba(51, 51, 51, 0.98);
}
/* ab page */
div.loading.mid-grey {
  background-color: rgba(65, 65, 65, 0.98);
}

div.loading img {
  animation: opacity 1.5s infinite linear;
  width: 40%;
  height: auto;
}

/*div.loading.b-inner img {
  width: 40%;
}*/

div.loading.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Cursor Override 
********************************************************/
div.cursors div {
  position: absolute;
  top: 300px;
  left: 300px;
  width: 32px;
  height: 32px;
  background-color:  red;
  border-radius: 50%;
  z-index: 200;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

/* END Cursor Override
*******************************************************/

a,
p,
li {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  transition: ease all 0.5s;
  text-decoration: none;
}

p {
  line-height: 1.3;
}

p.large-text {
  font-size: 32px;
}

h1,
h2,
h3 {
  font-size: 56px;
  font-weight: 800;
  padding: 48px 0 24px 0;
  transition: ease all 0.5s;
  font-family: 'Andersongrotesk Ultrabold', sans-serif;
}

h2 {
  font-size: 36px;
}

h2.logo-esentials {
  padding: 60px 0 0 0;
}

h3 {
  font-size: 28px;
  padding: 12px 0;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  padding: 24px 0 ;
  margin-top: -120px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out ;
  transition:all 0.5s ease-in-out ;
}

header img {
  width: 600px;
  transition: ease all 0.5s;
}

/* Header logo shrink */
.shrink {
  padding: 24px 0; 
}

.shrink img {
   width: 300px;
  padding-bottom: 0;
}
/* END */

nav a {
  margin: 0 0 0 16px;
  color: #191919;
  font-family: Andersongrotesk Ultrabold;
}

nav:hover a {
  opacity: 0.3;
  color: #e63223;
}

nav a:hover {
  opacity: 1;
  color: #191919;
}

/* SHOP *
 ********************************************************************/

#productDescription a,
.product-details-module__btn-more.ec-link {
  color: rgb(230, 50, 35) !important;
}

#productDescription a:hover,
.product-details-module__btn-more.ec-link:hover {
  color: #191919 !important;
}

#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__wrap-inner:hover .grid-product__title .grid-product__title-inner {
  color: rgb(230, 50, 35) !important;
}

/* SECTIONS *
*******************************************************************/
section {
  background-color: #ffffff;
  padding: 30px 0;
}

section.intro {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 56px;
  padding: 60px 0;
}

section.intro p {
  grid-column: 1 / span 5;
  font-size: 48px;
  line-height: 1.2;
  font-family: 'Andersongrotesk Bold', sans-serif;
}

section.highlights,
section.info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  transition: ease all 0.5s;
  padding: 60px 0;
}

section.highlights h2 {
  grid-column: 1 / span 5;
  font-size: 28px;
}

section .text h1,
section .text h2 {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 500;
  padding: 0 0 12px 0;
}

/* logo containers */
section .text p {
  font-size: 18px;
}

section.main-image,
section.post-image,
section.side-by-side {
  margin-top: 0;
  z-index: -1;
}

section.main-image .mobile-view {
  display: none;
}

section.main-image .image-zeroed {
  margin: 0;
}

section.side-by-side {
  display: flex;
  align-content: left;
  justify-content: left;
  transition: ease all 0.5s;
  flex-direction: row;
}

section.side-by-side-alt {
  flex-direction: row-reverse;
}

section.side-by-side div {
  align-self: left;
}

section.side-by-side .sbs-image img {
  padding: 24px;
}

section.main-text p {
  max-width: 800px;
  line-height: 1.4;
  padding: 0 0 24px 0;
}


/*  Detail Page new
------------------------------------------------------------------------------------*/
section.hero-image {
  background-size: cover;
  background-position: center;
  /*height: 78vh;*/
  height: calc(100vh - 185px);
  
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.hero-image.illume {
  background-image: url("illume-aesthetics-cover-image-16-9.jpg"); 
}

section.hero-image.AAR {
  background-image: url("aar-hero-01.svg");
}

/* For hero sections that have a h1 title */
section.hero-image h1 {
  color:#e63223;
  margin-top: -10vh;
  /* Delayed Fade in animation */
  animation: fadein 3200ms;
  animation-delay: 4s;
  -moz-animation: fadein 3200ms; /* Firefox */
  -moz-animation-delay: 4s;
  -webkit-animation: fadein 3200ms; /* Safari and Chrome */
  -webkit-animation-delay: 4s;
  -o-animation: fadein 3200ms; /* Opera */
  
  opacity: 0;
  animation-fill-mode: forwards;
}

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

  100% {
    opacity: 1;
  }
}

/* For hero section that has a logo */
section.hero-image img {
  height: 50%;
  width: 50%;
  object-fit: contain;
  margin-top: -10vh;
}

section.hero-image.AAR img {
  height: 60%;
  width: 60%;
}

section.page-intro {
  max-width: 50%;
  margin: 10vh auto 20vh;
}

section.page-image-wide {
  padding: 60px 0;
}

section.page-image-wide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*scroll down animated icon*/
#mouse_body {
  position: absolute;
  bottom: 3em;
  border-style: solid;
  border-width: 2px;
  border-color: #e63223;
  border-radius: 32px;
  /* used just to add space from top */
  margin-top: 150px !important;
  /* size of the mouse body */
  height: 43px;
  width: 23px;
   /* to center in browser */
  margin: 0 auto;
}

#mouse_wheel {
  border-style: solid;
  border-width: 2px;
  border-color: #e63223;
  border-radius: 8px;
  background-color: #e63223;
  /* position property required to play animation  */
  position: relative; 
  height: 3px;
  width: 3px;
  /* to center wheel in mouse body */
  margin: 0 auto; 
  animation: wheel_animation 1.5s linear infinite;
}

/* WHITE MOUSE */
#mouse_body.white {
  border-color: #ffffff;
}
#mouse_wheel.white {
  border-color: #ffffff;
  background-color: #ffffff;
}

/* BLACK MOUSE */
#mouse_body.black {
  border-color: #000000;
}
#mouse_wheel.black {
  border-color: #000000;
  background-color: #000000;
}

/* include use -moz-, -webkit-, or -o- for respective browser type*/
@keyframes wheel_animation { 
  0% {
    opacity: 0;
    top: 2px;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 33px;
  }
}
/* END */

section.page-split {
  display: flex;
  flex-direction: row;
  padding: 0;
}

section.page-split:nth-child(even) {
  flex-direction: row-reverse;
}

section.page-split div {
  width: 50%;
}

section.page-split div.page-text {
  padding: 60px 60px;
  display: flex;
	justify-content: center;
	align-items: center;
}

section.page-split div.page-text div {
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

section .page-text h2,
section .page-text p {
  padding: 12px 0;
}

section .page-text p:last-child {
  padding: 12px 0 0 0;
}

section.page-split div.full-image {
  height: 47.4vw;
  aspect-ratio: auto 1 / 1;
  position: sticky;
  position: -webkit-sticky;
  top: 88px;
}

section.page-split div.full-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
}

section .page-page-footer p {
  text-align: center;
  font-size: 1em;
  color: #e63223;
  margin-top: 3em;
}

section.clients span {
  transform: rotate(90deg);
}

section .overlay .text img {
  width: 24px;
}

/* END 
********************************************************/

.sticky,
.sticky-notes {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sticky-notes {
  top: 129px;
  background-color: rgba(255, 255, 255, 0.95);
}

.notes-filter {
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.notes-filter a {
  color: #e63223;
  padding-right: 6px;
}

.notes-filter:hover a {
  color: #ccc;
}

.notes-filter a:hover {
  color: #e63223;
}

section.main-text.notes h1 {
  padding-top: 6px;
}

p.notes-date {
  color: #999999;
  padding-bottom: 0 !important;
  margin: 0;
}

.category p,
.little-text {
  font-weight: 500;
  color: #999999;
  font-size: 1.1rem;
  padding-top: 48px;
  font-size: 16px;
}

.category p {
  text-align: left;
  padding: 38px 6px;
}

/* Image Overlay CSS */
.container {
  position: relative;
  width: 100%;
  transition: ease all 0.5s;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  transition: ease all 0.5s;
}

.container-text {
  display: block;
  width: 100%;
  height: auto;
  color: #191919;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
}

.container-text h1 {
  font-size: 24px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #e63223;
  transition-delay: 0.2s;
}

.container:hover .overlay {
  opacity: 0.9;
}

.text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 10px;
}

.about {
  grid-column: 1 / span 2;
  padding-right: 36px;
}

.about a:hover {
  opacity: 1;
  color: #191919;
}

.contact {
  grid-column: 3 / span 2;
}

.contact div p a:hover {
  opacity: 1;
  color: #191919;
}

p a,
.get-in-touch a,
.superhi-link {
  text-decoration: none;
  color: rgb(230, 50, 35);
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border 0.3s;
  display: inline-block;
}

p a:hover,
.get-in-touch a:hover,
.superhi-link:hover{
  opacity: 1;
  color: #191919;
}

p a::after,
.get-in-touch a::after,
.superhi-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #e63223;
  transition: width 0.3s;
}

a:hover::after {
  width: 100%;
}

.superhi-link {
  font-size: 0.7em !important;
}

.built-by {
  border-top: 5px solid #191919;
  margin-top: 18px;
  padding-top: 18px;
  font-size: 18px;
  transition: ease all 0.5s;
}

.built-by a {
  color: #191919;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
}

section .notes-image {
  position: relative;
  text-align: center;
  color: black;
}

.notes-img-title-overlay {
  position: absolute;
  top: 35%;
  left: 24px;
}

section.notes-filter {
  padding-top: 0;
  padding-bottom: 6px;
  margin-bottom: 42px;
}

section.notes-links {
  margin-bottom: 0;
  padding: 24px 0;
}

.notes-links ul {
  padding: 0;
}

.notes-links ul li {
  display: block;
  padding: 4px 0;
}

.notes-links ul li a {
  width: 100%;
  color: #e63223;
  padding-left: 0;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 28px;
  display: block;
}

.notes-links ul:hover li a {
  color: rgba(0, 0, 0, 0.5);
}

.notes-links ul li a:hover {
  color: #e63223;
  padding-left: 6px;
  opacity: 1;
}

.notes-links ul li a:hover span img {
  opacity: 0.7;
}

.notes-links ul li a:hover::after { 
  content: " - Read this";
  opacity: 0.7;
  font-size: 0.7em;
}

.hover_img a {
  position: relative;
}

.hover_img a span {
  position: absolute;
  display: none;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hover_img a span img {
  width: 700px;
}

.hover_img a:hover span {
  display: block;
  pointer-events: none;
}

/* Cognito Contact form - Contacts page *
*******************************************************/
section.get-in-touch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.section-two-left {
  padding-right: 48px;
}


html .is-required .cog-label, :root:root:root:root:root .is-required .cog-label {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}


.cog-input, :root:root:root:root:root .cog-input,
.cog-cognito .el-textarea__inner, :root:root:root:root:root .cog-cognito .el-input__inner, :root:root:root:root:root .cog-cognito .el-textarea__inner {
  border: none !important;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  /*color: #e63223;*/
}

.cog-input, :root:root:root:root:root .cog-input,
.cog-cognito .el-textarea__inner, :root:root:root:root:root .cog-cognito .el-input__inner, :root:root:root:root:root .cog-cognito .el-textarea__inner {
  caret-color: #e63223;
}

.cognito,
.c-forms-form,
.cog-input, :root:root:root:root:root .cog-input:focus,
.cog-cognito .el-textarea__inner, :root:root:root:root:root .cog-cognito .el-input__inner, :root:root:root:root:root .cog-cognito .el-textarea__inner:focus,
.cog-page__navigation--condensed .cog-button, :root:root:root:root:root .cog-page__navigation--condensed .cog-button:focus {
  outline: none;
}

/* Contact Button Styling */
.cog-page__navigation .cog-button, :root:root:root:root:root .cog-page__navigation .cog-button {
background: #e63223;
border: none;
color: white;
font-size: 1.2em;
padding: 12px 16px;
font-weight: 600;
text-transform: uppercase;
opacity: 1;
transition: 0.3s all ease-in-out;
}

.cog-page__navigation .cog-button, :root:root:root:root:root .cog-page__navigation .cog-button:hover {
  opacity: 0.8;
  background: #191919;
  border-top: 4px solid #e63223;
  border-left: 4px solid #e63223;
  /*padding: 14px 16px 12px 18px;*/
}


.cog-input, :root:root:root:root:root .cog-input::placeholder {
  color: rgba(204, 204, 204, 0.9);
}

.cog-page__navigation--condensed .cog-button, :root:root:root:root:root .cog-page__navigation--condensed .cog-button {
  background-color: #e63223;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  opacity: 1;
}

.cog-page__navigation--condensed .cog-button, :root:root:root:root:root .cog-page__navigation--condensed .cog-button:hover {
  opacity: 0.6;
}

.el-input, .el-textarea {
  border-bottom: 2px solid #ccc !important;
}

.cog-abuse, :root:root:root:root:root .cog-abuse {
  display: none !important;
  visibility: hidden !important;
}

html .cog-error-message, :root:root:root:root:root .cog-error-message {
  background: #ffffff !important;
  color: #e63223 !important;
  padding:  0 12px !important;
}

.html .cog-branding--minimal, html .cog-branding--minimal *, :root:root:root:root:root .cog-branding--minimal, :root:root:root:root:root .cog-branding--minimal * {
  visibility: hidden !important;
}
html .cog-branding--minimal, html .cog-branding--minimal *, :root:root:root:root:root .cog-branding--minimal, :root:root:root:root:root .cog-branding--minimal * a span .cog-branding__powered {
  display: none !important;
}

/* footer area */
footer {
  border-top: 5px solid #191919;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: ease all 0.5s;
  z-index: 1;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Andersongrotesk Ultrabold;
}

.copyright a.footer-logo {
  font-weight: 600;
  font-size: 18px;
  transition: ease all 0.5s;
  margin-right: 12px;
  color: #191919;
  margin-left: 0;
  letter-spacing: -0.7px;
  padding: 12px 0 0 0;
}

.copyright a.footer-logo:hover {
  opacity: 0.6;
}

.copyright span {
  font-family: Andersongrotesk light;
}

.copyright a {
  text-decoration: none;
  margin: 0 0 0 6px;
}

.copyright sup {
  font-size: 0.6em;
  vertical-align: super;
  font-family: Andersongrotesk light;
}

span.copyright-c {
  color:#e63223;
  font-size: 3.6em;
  vertical-align: text-top;
}

.copyright svg {
  width: 20px;
  fill: #e63223;
  padding-top: 6px;
}

footer .social-links {
  margin-top: -6px;
}

a.footer-instagram svg:hover {
  fill: #125688;
}

a.footer-twitter svg,
a.footer-linkedin svg {
  padding-bottom: 2px !important;
}

a.footer-twitter svg:hover {
  fill: #1da1f2;
}

a.footer-linkedin svg :hover {
  fill: #2c64bc;
}

footer p {
  font-weight: 500;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: ease all 0.5s;
}

.toggle-menu-logo {
  display: none;
}

/******* Sidebar Code ************************
************************/
ul {
  margin: 0;
  padding: 1em;
}

ul li {
  line-height: 1.5;
  list-style: none;
}

/* OPTIONAL THEMING */
.mobile-toggleable-menu {
  background-color: rgba(255, 255, 255, 0);
  color: #e63223;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0;
}

.mobmenu-toggle {
  background-color: rgba(255, 255, 255, 0);
  color: #e63223;
  font-size: 55px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  position: sticky;
  top: 0;
}

.mobile-toggleable-menu li {
  display: inline-block;
  padding: 0;
  margin: 0 8px;
  height: 24px;
  line-height: 2;
}

.mobile-toggleable-menu li:last-child {
  margin-right: 0;
}

.mobile-toggleable-menu li a {
  height: 100%;
  width: 100%;
  display: block;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  margin: 0;
  transition: 0.3s;
}

.mobmenu-toggle:hover {
  opacity: 0.8;
}

/* animated hover nav */
.mobile-toggleable-menu li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #e63223;
  transition: width 0.3s;
}

.mobile-toggleable-menu li a:hover::after {
  width: 100%;
}

.mobile-toggleable-menu li a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #e63223;
}

.toggle-menu-logo {
  width: 25%;
  margin: 0 0 24px 24px;
}

.pagination-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.pagination-nav a {
  position: absolute;
  top: 46%;
  text-align: center;
  padding: 20px;
  width: 100%;
  color: #191919;
  opacity: 0.3;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  pointer-events: auto;
	font-family: 'Andersongrotesk Ultrabold', sans-serif;
}

.pagination-nav a.page-prev {
  position: absolute;
  transform: rotate(-90deg);
  left: -50%;
  margin-left: 16px;
}

.pagination-nav a.page-next {
  position: absolute;
  transform: rotate(90deg);
  right: -50%;
  margin-right: 16px;
}

.pagination-nav a:hover {
  color: #e63223;
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Media Queries start *
***********************************************************************************************************************/
@media (max-width: 1160px) {
  header img {
    width: 455px;
  }
  
   div.cursors div {
    visibility:  hidden;
  }

  .sticky-notes {
    top: 112px;
  }

  section.highlights,
  section.info {
    grid-template-columns: repeat(4, 1fr);
  }
  
  section h1 {
    font-size: 46px;
  }

  p.notes-date {
    font-size: 22px !important;
  }

  div.about {
    padding-right: 48px;
  }
}

/* 1000px *
***********************************************************************************************************************/
@media (max-width: 1000px) {
  header img {
    width: 350px;
  }
  
   div.cursors div {
    visibility:  hidden;
  }

  nav a {
    font-size: 18px;
  }

  .sticky-notes {
    top: 96px;
  }
  
  section h1 {
    font-size: 40px;
  }
  
  section h2 {
    font-size: 32px;
  }

  .mobile-toggleable-menu li {
    margin: 0 4px;
  }

  section.intro p {
    font-size: 36px;
  }

  section .text h1,
  section .text h2 {
    font-size: 18px;
  }

  section .text p {
    font-size: 16px;
  }

  section.main-text p {
    max-width: 70vw;
    font-size: 21px;
  }
  
  section.side-by-side .sbs-text p {
    font-size: 21px;
  }
 
  p.large-text {
    font-size: 28px !important;
  }

  p.notes-date {
    font-size: 20px !important;
  }

  .about h2,
  .contact h2 {
    font-size: 30px;
  }

  .about p,
  .about a,
  .contact p,
  .contact a {
    font-size: 18px;
  }

  p.built-by {
    font-size: 16px;
  }
}

/* Media Queries 780px *
***********************************************************************************************************************/
@media handheld, screen and (max-width: 780px) {
  .mobile-menu-toggle-button:checked ~ .mobmenu-toggle {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.mobmenu-toggle {
  display: none;
}
.mobile-menu-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

@media handheld, screen and (max-width: 780px) {
  /* Adjust the breakpoints to your liking */
  header img {
    width: 320px;
  }

  .shrink img {
    width: 250px;
  }

  .mobmenu-toggle,
  .mobile-menu-toggle-button,
  .mobile-toggleable-menu {
    top: 18px;
    right: 24px;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mobmenu-toggle {
    right: 20px;
    margin: 0;
    display: block;
    width: auto;
    z-index: 100;
  }
  .mobmenu-toggle:hover {
    cursor: pointer;
  }
  .mobile-toggleable-menu {
    margin: 0 -20px 0 0;
    padding: 24px 12px;
    width: 85%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    z-index: 99;
    overflow: hidden;
    background-color: #e63223;
  }

  .mobile-toggleable-menu li {
    display: block;
    margin: 24px;
    padding-bottom: 0;
    width: 40%;
  }

  .mobile-toggleable-menu li a {
    color: white;
    font-size: 36px;
    opacity: 1;
    transition: opacity 0.3s;
    border-bottom: 4px solid transparent;
    padding-bottom: 30px;
    height: 45px;
  }

  .mobile-toggleable-menu li a:hover {
    opacity: 0.8;
  }

  .toggle-menu-logo {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .mobile-toggleable-menu.mobile-right {
    right: -105%;
    top: 0;
  }

  .mobile-menu-toggle-button:checked ~ .mobmenu-toggle.mobile-right {
    right: 20px;
    left: auto;
  }

  .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-right {
    width: 85% !important;
    right: 20px;
  }
  
  div.cursors div {
    visibility:  hidden;
  }

  nav a {
    margin: 0 0 0 8px;
    font-size: 18px;
  }
  
  .sticky-notes {
    top: 96px;
  }

  section.highlights {
    grid-template-columns: repeat(3, 1fr);
  }

  section.info {
    display: block;
    width: auto;
  }
  
  section.hero-image,
  section.page-split div.full-image {
    height: 80vw;
  }
  
  section.hero-image img {
  height: 50%;
  width: 50%;
}
  
  section.page-intro {
  	max-width: 100%;
  	margin:  5vh auto 10vh;
    padding: 24px 12px;
	}
  
  #mouse_body {
    display:  none;
  }
  
  section.page-split {
    display:  block;
  }
  
  section.page-split div {
    width: 100%;
  }
  
  section.page-split div.page-text {
    padding: 60px 12px;
  }
  
  section.page-intro h2 {
    font-size: 36px;
    padding-bottom: 12px;
  }
  
  section.page-split h2 {
    font-size: 28px;
  }

  section.info div {
    margin-bottom: 32px;
  }

  section.main-text p,
  section.main-text p a {
    font-size: 21px;
  }

  section.main-text p {
    max-width: 80vw;
  }

  section.main-text p,
  section.main-text h1 {
    padding: 12px 0;
  }

  section.get-in-touch {
    display: block;
  }
  
  section.side-by-side {
    display: block;
  }

  .copyright a.footer-logo {
    font-size: 16px;
  }

  footer p {
    font-size: 13px;
  }

  .copyright svg {
    width: 18px;
  }
}

/* Media Queries 500px *
***********************************************************************************************************************/
@media (max-width: 500px) {
  body {
    margin: 30px 20px 120px 20px;
  }

  .sticky-notes {
    top: 82px;
  }

  header img {
    width: 280px;
  }

  section.mobile-top {
    margin-top: 120px;
    padding: 0;
  }
  
   section h1 {
    font-size: 28px;
     padding: 0;
  }
  
  section h2,
  h2.logo-esentials {
    font-size: 24px;
    padding: 6px 0;
  }
  
  section h2 {
    padding: 24px 0;
  }
  
  section h3 {
    font-size: 20px;
  }

  section.intro p {
    font-size: 24px;
  }

  section.main-image .desktop-view {
    display: none;
  }
  section.main-image .mobile-view {
    display: block;
  }

  section.main-text p,
  section.main-text h1 {
    padding: 12px 0;
    max-width: 100vw;
  }
  
  p.large-text {
    font-size: 24px !important;
  }

  p.notes-date {
    font-size: 18px !important;
  }

  section.highlights {
    grid-template-columns: repeat(2, 1fr);
  }
  
  section.side-by-side .sbs-text p {
    font-size: 18px;
  }

  section.post-image {
    padding: 12% 0;
  }
  
  section.notes-links ul li a {
    font-size: 18px;
  }

  .text h2 {
    font-size: 16px;
  }

  .pagination-nav {
    display: none;
  }

  footer .tag-line {
    display: none;
  }

  footer {
    display: block;
    width: 100%;
    padding: 0 16px;
  }

  footer .copyright {
    justify-content: space-between;
  }
}

/* Media Queries 400px *
***********************************************************************************************************************/
@media (max-width: 400px) {
  header img {
    width: 230px;
    margin-top: 4px;
  }

.shrink img {
  width: 230px;
}

  .sticky-notes {
    top: 79px;
  }
  
  section.main-text h1 {
    padding: 0;
  }
  
  section h2 {
    font-size: 24px;
  }

  section.main-text p,
  section.main-text p a {
    font-size: 18px;
  }

  section.main-text.notes h1 {
    font-size: 24px;
  }

  p.notes-date {
    font-size: 14px !important;
  }

  section .text h1,
  section .text h2,
  section .text p {
    font-size: 14px;
  }

  .cognito .c-forms-form .c-label,
  .cognito input,
  .cognito textarea {
    font-size: 18px !important;
  }

  footer .copyright a {
    font-size: 16px;
  }

  footer .tag-line {
    display: none;
  }
}
