body {
  font-family: "Aller", sans-serif;
  font-weight: 300;
  background-color: #003D7C;
  color: #fff;
  overflow-x: hidden;
}

.overflow-x {
  overflow-x: hidden;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: auto;
  font-family: 'Aller', sans-serif;
  margin-bottom: 10px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: auto;
  font-family: 'Aller', sans-serif;
  margin-bottom: 10px;
}

h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: auto;
  font-family: 'Aller', sans-serif;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: auto;
  font-family: 'Aller', sans-serif;
  margin-bottom: 10px;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: auto;
  font-family: "Aller", sans-serif;
  margin-bottom: 20px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

p:last-child {
  margin: 0;
}

p.menu-item {
  font-size: 20px;
  margin-bottom: 0;
}

p.menu-item a {
  color: #003D7C;
}

p.menu-item a.active {
  font-weight: 600;
  cursor: default;
}

p.large {
  font-size: 26px;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.bold {
  font-weight: 700;
}

@media (max-width: 1200px) {
  p.menu-item {
    font-size: 40px;
  }
  p.menu-item a {
    color: #fff;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 20px;
  }
  p.large {
    font-size: 20px;
  }
}

.menu {
  position: fixed;
  width: 100%;
  padding: 50px 120px;
  z-index: 100;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.menu.mobile {
  height: 100%;
  padding: 120px 120px 40px 120px;
  background: #002D5C;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.menu .menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.menu .menu-inner.mobile {
  display: block;
  position: absolute;
  bottom: 40px;
}

.menu .menu-inner .menu-item {
  margin-left: 50px;
  z-index: 1000;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.menu .menu-inner .menu-item:first-child {
  margin: 0;
}

.menu .menu-inner .menu-item.mobile {
  display: block;
  margin: 0;
}

.menu .menu-inner .gradient-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #DEE9F8;
}

.menu-mobile {
  position: fixed;
  right: 120px;
  top: 41px;
  cursor: pointer;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  z-index: 1000000;
}

.padding-container {
  padding: 0 120px;
}

.header-container {
  position: relative;
  height: 600px;
  background: #002D5C;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  vertical-align: bottom;
}

.header-container .header-section {
  position: absolute;
  bottom: 80px;
  padding-right: 120px;
}

.header-container-small {
  position: relative;
  height: 400px;
  background: #002D5C;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  vertical-align: bottom;
}

.header-container-small .header-section {
  position: absolute;
  bottom: 80px;
  padding-right: 120px;
}

.standard-container {
  position: relative;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  padding: 120px 0;
}

.standard-container:target::before {
  content: '';
  display: block;
  height: 180px;
  margin-top: -180px;
}

.standard-container.small {
  padding: 80px 0;
}

.standard-container.quarter-right {
  background-image: url("../images/icons/quarter.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}

.fluid-container {
  padding: 0 60px;
}

.portrait-image {
  background-image: url("../images/portraits/portait-001.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: calc(100vw/2);
}

.slider-image-01 {
  background-image: url("../images/slider/slider-01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
}

.slider-image-02 {
  background-image: url("../images/images/image-08.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
}

.testimonial-card {
  background-color: #003D7C;
  padding: 30px;
}

.call-to-action {
  position: relative;
  padding: 80px 0;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.call-to-action .arrow-icon {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  position: absolute;
  top: calc(50% - 59px);
  right: 120px;
}

.call-to-action:hover {
  background-color: #002D5C;
  cursor: pointer;
}

.call-to-action:hover .arrow-icon {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.feature-card {
  background-color: #002D5C;
  padding: 80px 120px;
}

.feature-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-image.image-01 {
  background-image: url("../images/images/image-06.jpg");
}

.feature-image.image-02 {
  background-image: url("../images/images/image-05.jpg");
}

.feature-image.image-03 {
  background-image: url("../images/images/image-09.jpg");
}

.feature-image.image-04 {
  background-image: url("../images/images/image-03.jpg");
}

.feature-image.image-05 {
  background-image: url("../images/images/image-02.jpg");
}

.feature-image.image-06 {
  background-image: url("../images/images/image-01.jpg");
}

@media (max-width: 1200px) {
  .menu .menu-inner .menu-item {
    display: none;
  }
}

@media (max-width: 992px) {
  .feature-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .padding-container {
    padding: 0 40px;
  }
  .header-container .header-section {
    bottom: 40px;
    padding-right: 40px;
  }
  .header-container-small .header-section {
    bottom: 40px;
    padding-right: 40px;
  }
  .standard-container {
    padding: 80px 0;
  }
  .standard-container.small {
    padding: 40px 0;
  }
  .fluid-container {
    padding: 0 40px;
  }
  .testimonial-card {
    background-color: #003D7C;
    padding: 20px;
  }
  .slider-image-01 {
    height: 380px;
  }
  .slider-image-02 {
    height: 380px;
  }
  .menu-mobile {
    right: 40px;
  }
  .menu.mobile {
    padding: 120px 40px 40px 40px;
  }
  .call-to-action {
    padding: 40px 0;
  }
  .call-to-action h1 {
    font-size: 24px;
  }
  .call-to-action .arrow-icon {
    width: 50px;
    top: calc(50% - 24px);
    right: 40px;
  }
  .feature-card {
    padding: 40px 40px;
  }
}

@media (max-width: 576px) {
  .cookie-container {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .menu-mobile {
    display: none;
  }
}

/*
.sidebar {
  position: fixed;
  right: 0;
  width: 230px;
  height: 100%;
  background-color: $lightGrey;
  padding: 80px 0 0 40px;
  transition: 200ms ease;
}

.footer {
  position: absolute;
  bottom: 40px;

  img {
    width: 144px;
  }

  .spacing {
    margin-bottom: 20px;
  }

  .social-icon {
    width: 20px !important;
  }

  a {
    margin-right: 4px;

    &:last-child {
      margin-right: 0;
    }
  }
}

.social-item-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.full-height-container {
  min-height: 100vh;
  margin-right: 230px;
  display: flex;
  flex-direction: column;
  background: $white;
  transition: 200ms ease;
}

.standard-container {
  margin-right: 230px;
  background: $white;
  transition: 200ms ease;
}

.padding-container {
  padding: 0 80px;
}

.section-header {
  padding-top: $headerSectionPadding;
  padding-bottom: $headerSectionPadding;
}

.section-standard {
  padding-top: $sectionPadding;
  padding-bottom: $sectionPadding;
}

.background-image-index {
  height: 100%;
  flex: 1;
}

.background-image-index {
  background-image: url("../images/slider/slider-001.jpg");
  height: 100%;
  flex: 1;
  background-size: cover;
  background-position: center;
}

.background-image-design {
  background-image: url("../images/slider/slider-002.jpg");
  height: 100%;
  flex: 1;
  background-size: cover;
  background-position: center;
}

.background-image-publishing {
  background-image: url("../images/slider/slider-003.jpg");
  height: 100%;
  flex: 1;
  background-size: cover;
  background-position: center;
}

.background-image-images {
  background-image: url("../images/slider/slider-004.jpg");
  height: 100%;
  flex: 1;
  background-size: cover;
  background-position: center;
}

.background-image-internet {
  background-image: url("../images/slider/slider-005.jpg");
  height: 100%;
  flex: 1;
  background-size: cover;
  background-position: center;
}

.service-card {
  margin-bottom: 20px;

  p {
    font-size: 20px;
    hyphens: auto;
  }
}

.image-card {
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
  color: $white;
  background-color: $black;
  position: relative;

  .image-content {
    position: absolute;
    top: 0;
    padding: 40px;
    opacity: 0;
    transition: all 200ms linear;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    cursor: pointer;

    p {
      font-size: 20px;
    }
  }

  &:hover .image-content {
    opacity: 1;
  }

  &:hover .gallery-image {
    opacity: 0.4;
  }

  .portrait-content {
    position: absolute;
    top: 0;
    padding: 40px;
    opacity: 0;
    transition: all 200ms linear;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);

    p {
      font-size: 20px;
    }
  }

  &:hover .portrait-content {
    opacity: 1;
  }

  &:hover .portrait-image {
    opacity: 0.4;
  }
}

.portrait-image {
  width: 100%;
  height: auto;
  transition: all 100ms linear;
}

.gallery-image {
  width: 100%;
  height: auto;
  transition: all 100ms linear;
}

.portfolio-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  min-height: 100%;
  width: 100%;
  background: $white;

  img {
    width: 100%;
  }

  p {
    font-size: 34px;
  }

  .portfolio-item-content {
    background: $white;
    padding: 80px;
  }

  .icon {
    width: 44px;
    float: right;
    padding-top: 30px;
    cursor: pointer;
    transition: 200ms ease;

    &:hover {
      transform: scale(1.1);
    }
  }
}

.cookie-container {
  background: rgba($primary, 1);
  backdrop-filter: blur(8px);
  padding: 80px;
  position: fixed !important;
  bottom: 0px !important;
  color: $white;
  z-index: 100000000;
  width: calc(100% - 230px);

  p {
    font-size: 20px;
  }

  .arrow-button {
    color: $white;

    &:hover {
      color: $white;
      cursor: pointer;
    }
  }
}

@media (max-width: 992px) {
  .sidebar {
    right: -230px;
  }

  .full-height-container {
    margin-right: 0;
  }

  .standard-container {
    margin-right: 0;
  }

  .section-standard {
    padding-top: $sectionPaddingSm;
    padding-bottom: $sectionPaddingSm;
  }

  .cookie-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .portfolio-item-overlay {
    .icon {
      float: left;
      margin-bottom: 20px;
      padding: 0;
    }

    .portfolio-item-content {
      padding: 40px;
    }

    p {
      font-size: 20px;
    }
  }
}

@media (max-width: 576px) {
  .padding-container {
    padding: 0 30px;
  }

  .cookie-container {
    padding: 30px;
  }
}

@media (hover: none) {
  .image-card {
    &:hover .image-content {
      opacity: 0;
    }

    &:hover .gallery-image {
      opacity: 1;
    }
  }
}
*/
.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (max-width: 768px) {
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
}

@media (max-width: 992px) {
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .hyphens {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

@media (max-width: 1200px) {
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
}

.bg-very-dark-blue {
  background-color: #002D5C;
}

.bg-dark-blue {
  background-color: #003D7C;
}

.bg-medium-blue {
  background-color: #195DA5;
}

.bg-light-blue {
  background-color: #5AA0D8;
}

.bg-very-light-blue {
  background-color: #DEE9F8;
}

.bg-dark-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#002D5C), to(#003D7C));
  background: linear-gradient(#002D5C 0%, #003D7C 100%);
}

.font-very-dark-blue {
  color: #002D5C;
}

.font-dark-blue {
  color: #003D7C;
}

.font-medium-blue {
  color: #195DA5;
}

.font-light-blue {
  color: #5AA0D8;
}

.font-very-light-blue {
  color: #DEE9F8;
}

.stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}

.logo {
  position: absolute;
  top: 13px;
  left: 120px;
  width: 230px;
  z-index: 1000;
}

.footer-logo {
  position: relative;
  width: 230px;
  margin-bottom: 20px;
}

/*
.bg-grey {
  background-color: $mediumGrey;
}

.open-sidebar {
  transform: translateX(-230px);
  opacity: 0.2;
}

.extend-sidebar {
  right: 0px;
}

.overlay-content-padding {
  padding: 0 80px;
}

.shadow-bg {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
}

.arrow-button {
  font-size: 20px;
  font-family: 'strawfordregular', sans-serif;
  color: $black;

  .arrow-button-icon {
    margin-left: 6px;
    width: 12px;
    transition: 100ms ease;
  }

  &:hover {
    color: $black;
    cursor: pointer;

    .arrow-button-icon {
      transform: translate(3px, -3px);
    }
  }
}

.overlay-item {
  margin-bottom: 80px;
}

.youtube-video {
  width: 100%;
  height: calc(100vw/1.77);
}

.no-shadow {
  box-shadow: none;
}

.text-small p {
  font-size: 20px !important;
}
*/
@media (max-width: 1200px) {
  .logo {
    width: 160px;
  }
}

@media (max-width: 768px) {
  .logo {
    left: 40px;
  }
}

.menu-retracted {
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}
/*# sourceMappingURL=style.css.map */