/**
* Bestandnaam: page.css
* Omschrijving: Opmaak voor de normale pagina's (Inhoud)
*/
/*
* Basis css
*/
html,
body {
  height: 100%;
}

body {
  /* color: #1b1b1b; */
  /* font-size: 16px; */
  font-weight: 400;
  font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #45494D;
}

/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}

.navbar.nav-centeredlogo {
  min-height: 100px;
}

.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}

.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

h1 {}

h2 {}

h3 {}

a,
a:active,
a:focus,
a:hover {
  color: #1b1b1b;
}

/*
*   Slick
*/
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

.slick-bs-prev,
.slick-bs-next {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  border: none;
  outline: none;
  background: transparent;
}

.slick-bs-next {
  right: 0px;
}

.slick-bs-prev {
  left: 0px;
}

.slick-bs-slider {
  padding-left: 25px;
  padding-right: 25px;
}

/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}

.alignright {
  float: right;
  padding: 0;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}

/*
* Navigation css
*/
.nav-link {}

.navbar-nav .nav-link.active,
.nav-link.active {}

.nav-link:hover {}

/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}

/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

/* Fix coupon code input width */
@media(min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}


/*
*   Footer widgets css
*/

.indiv-orange {
  color: #F0892E;
  font-weight: bold;
}

.indiv-link,
a.indiv-link,
a.indiv-link:hover,
a.indiv-link:focus {
  text-decoration: underline;
  color: #000;
}

footer .footer-col .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/* 
* Grotere container 
*/

@media (min-width: 1440px) {
  .container-bigger {
    max-width: 1380px;
  }
}

@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1560px;
  }
}

.the-whole-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  -ms-flex-direction: column;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* @media (max-width: 767px) {
    .portfolio-col[data-aos-delay] {
      transition-delay: 300ms !important;
    }
  } */

a {
  /* transition: 0.2s ease-in-out; */
  transition: color 0.2s;
  text-decoration: none;
  color: #E62E40;
}

a:not([class]):hover {
  text-decoration: none;
  color: #e62e40;
  filter: brightness(0.7);
}

main {
  flex: 1;
  -ms-flex: 1;
}

.manrope {
  font-family: "Manrope", sans-serif;
}

.overpass {
  font-family: "Overpass", sans-serif;
}

.text-faded {
  color: #A1A9B2;
}

.btn-primary {
  color: #fff;
  background-color: #E62E40;
  border-color: #E62E40;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  border-radius: 90px;
  padding: .375rem 1.5rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  color: #fff;
  background-color: #d4192c;
  border-color: #c91829;
  box-shadow: 0px 5px 15px rgba(229, 46, 64, 0.4);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #d4192c;
  border-color: #c91829;
  box-shadow: 0px 5px 15px rgba(229, 46, 64, 0.4);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #E62E40;
  border-color: #E62E40;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c91829;
  border-color: #be1727;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0px 5px 15px rgba(229, 46, 64, 0.4);
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #B1BFCC;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #E62E40;
}

.navbar-toggler {
  border-radius: 90px;
  padding: .5rem;
  font-size: 1rem;
  background-color: #EDF2F7;
  border: 0;
  color: #17181A !important;
}

.navbar-toggler:focus,
.navbar a:focus {
  outline: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%2317181A' d='M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z' /%3E%3C/svg%3E") !important;
}

.footer {
  background-color: #F2F4F7;
}

.footer-logo {
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.25));
  height: 80px;
}

@media (max-width: 575px) {
  .footer-logo {
    height: 60px;
  }
}

a.footer-vukashin {
  color: #e62e40;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
}

a.footer-vukashin:hover {
  color: #EE727E;
}

a.footer-lang {
  display: flex;
  color: #45494D;
  font-weight: bold;
  padding-bottom: 0.5rem;
  text-decoration: none;
}

a.footer-lang span {
  transition: color 0.2s;
}

a.footer-lang:hover span {
  /* opacity: 0.7; */
  color: #E62E40;
}

.footer-lang img {
  height: 1.3rem;
  padding-right: 10px;
}

.footer-lang .icl_lang_sel_translated {
  padding-left: 5px;
}

.footer-text p {
  margin-bottom: 0;
}

.title {
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  font-size: 54px;
  color: #17181A;
}

.home-desc {
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  color: #A1AAB2;
}

.home-text {
  font-family: "Overpass", sans-serif;
  color: #5C6166;
  font-size: 22px;
}

.home-text strong {
  color: #45494D;
}

.home-social {
  color: #171819;
  background-color: #EDF2F7;
  padding: 10px;
  border-radius: 45px;
  font-size: 22px;
}

a.home-social-link {
  margin-left: 5px;
  margin-right: 5px;
  color: #EDF2F7;
  font-size: 22px;
  text-decoration: none;
  transition: color .2s, filter .2s;
  display: inline-block;
  margin-top: 5px;
}

/* a.home-social-link:hover {
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));

} */
a.home-social-link:hover {
  filter: drop-shadow(0px 4px 12px rgba(229, 46, 64, 0.4));
  color: #E62E40;

}

.home-social-link .icon {
  color: #171819;
  transition: color 0.2s;
  /* transition: 0.2s ease-in-out; */
}

.home-social-link:hover .icon {
  color: #fff;
}

.home-social-link .fa-stack {
  width: 2em;
}

.home-image img {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px!important;
}

@media (max-width: 767px) {
  .home-image {
    /* padding-left: 25%;
        padding-right: 25%; */
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.5rem;
  }

  .homecontainer {
    text-align: center;
  }

  .homecontainer .home {
    justify-content: center;
  }
}

.homecontainer .home {
  display: flex;
  flex-wrap: wrap;
}

.home-bigimg img {
  height: 100vh;
}

.homecontainer {
  background-image: url('../img/logo-outline.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  min-height: calc(100vh - 72px);
}

.pagecontainer {
  background-image: url('../img/lines-left.svg'), url('../img/lines-right.svg');
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 50%, auto 70vh;
  padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .homecontainer {
    background: 0;
    padding-bottom: 1.5rem;
  }

  .pagecontainer {
    background-image: url('../img/lines-right.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 70vh;
  }
}

@media (min-width: 1921px) {
  .pagecontainer {
    background-size: 960px, auto 70vh;
  }
}

.portfolio-list {
  border: 0.6px solid #B1BFCC;
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  color: #45494D;
  height: 100%;
  transition: border-color .2s, box-shadow .2s;
}

.portfolio-list:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-color: #E62E40;
}

.portfolio-list .row {
  height: 100%;
}

.portfolio-list p {
  margin-bottom: 0;
}

.portfolio-list-texts :only-child {
  margin-bottom: 0;
}

.portfolio-list-title {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
}

a.portfolio-list-link {
  text-decoration: none;
}

.arrownav {
  padding: 13px;
  font-size: 22px;
  border-radius: 45px;
  width: 48px;
  text-align: center;
  margin-left: 10px;
  margin-right: 20px;
  transition: 0.2s;
}

.arrownav.enabled {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  background-color: #E62E40;
  transition: box-shadow .2s;
}

.arrownav.enabled:hover {
  box-shadow: 0px 5px 15px rgba(229, 46, 64, 0.4);
}

.arrownav.disabled {
  background-color: #EDF2F7;
  color: #B1BFCC;
}

.customnav,
.customnav a {
  color: #fff;
}

.customnav {
  padding-top: 20px;
}

.portfolio-item-about {
  color: #A1A9B2;
}

.portfolio-item-img {
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  transition: box-shadow 0.2s;
}

.portfolio-item-img:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

a.portfolio-back {
  padding: 5px;
  border-radius: 90px;
  color: #45494D;
}

.portfolio-back .mdi {
  font-size: 30px;
  background-color: #EDF2F7;
}

.iconify.jkicon {
  vertical-align: middle !important;
}


a .portfolio-arrowback {
  padding: 10px;
  font-size: 18px;
  border-radius: 45px;
  width: 38px;
  text-align: center;
  /* margin-left: 10px;
    margin-right: 20px; */
  transition: 0.2s;
  color: #45494D;
  background-color: #EDF2F7;
}

/* a .portfolio-arrowback:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
} */

a .portfolio-arrowback-nav {
  padding: .5rem;
  font-size: 18px;
  border-radius: 45px;
  text-align: center;
  height: 40px;
  width: 40px;
  transition: 0.2s;
  color: #45494D;
  background-color: #EDF2F7;
}

.navbar a.annoyingarrow {
  text-decoration: none;
}


.about-skills {
  padding-left: 0;
}

.about-skills li {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #4F5359;
  background-color: #EDF2F7;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 20px;
  border-radius: 90px;
}

.mdi:before {
  vertical-align: middle;
}

.contact {}

.wpcf7 .wpcf7-validation-errors {
  height: auto;
}

.contact-label {
  color: #A1A9B2;
  font-weight: bold;
}

.contact-social {
  margin-top: 10px;
  margin-bottom: 10px;
}

a.contact-social-link {
  color: #171819;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

a.contact-social-link:hover .fa-stack {
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.2));

}

.contact-social-link .fa-stack {
  width: 2em;
  margin-right: 20px;
  color: #EDF2F7;
  font-weight: normal;
  transition: color 0.2s, filter .2s;
}

.contact-social-link .fa-inverse {
  color: #1B1F23;
}

.contact-social-link .fa-twitter {
  color: #1DA1F2;
}

.contact-social-link .fa-reddit-alien {
  color: #FF4500;
}

.contact-social-link .fa-google-play {
  color: #01875F;
}

.contact-form input,
.contact-form optgroup,
.contact-form select,
.contact-form textarea,
.contact-form input[type=text],
.contact-form input[type=email] {
  border-radius: 7px;
}

.contact-form input,
.contact-form optgroup,
.contact-form select,
.contact-form input[type=text],
.contact-form input[type=email] {
  height: calc(1.5em + .75rem + 6px);
}

.contact-form .form-control:focus,
.contact-form input:focus[type=text],
.contact-form input:focus[type=email] {
  color: #495057;
  background-color: #fff;
  border-color: rgba(230, 46, 64, 0.3);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 51, 255, .25);
  box-shadow: 0 0 0 0.2rem rgba(230, 46, 64, 0.25);
}


#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: white;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

@keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}

/* @media (prefers-color-scheme: dark) {
    body {
        background-color: #2e2e2e;
    }
    .footer {
        background-color: #212121;
    }
    .title {
        color: #fff;
    }
    .home-text {
        color: #A1AAB2;
    }
    .about-achievement {
        background-color: #2e2e2e;
        border-color: #212121;
    }
} */

.card.speciallook {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  font-weight: 400;
  border: 0;
  padding: 1.25rem;
  border-radius: 1rem;
}

.font-weight-800 {
  font-weight: 800;
}

.hover-raise {
  transition: all .2s ease-in-out;
}

@media (min-width: 992px) {
  .hover-raise:hover {
    margin-top: -.5rem;
    margin-bottom: .5rem;
  }
}