body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #59b7ff;
}

hr.light {
  border-color: #fff;
}

a {
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #59b7ff !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

section {
  padding: 0;
}

.section__heading {
  padding-bottom: 3rem;
  margin-top: 0;
  font-weight: bold;
  text-align: center;
}

.section__pre-heading {
  color: #6c757d;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sprite-next {
  right: 0;
}

.sprite-previous {
  left: 0;
}

#fp-nav.fp-nav.right {
  right: 118px;
}

@media (min-width: 767px) {
  section {
    padding: 6rem 0;
  }

  .section--technologies {
    padding: 10rem 0;
  }

  .section__heading {
    text-align: left;
  }

  .section__pre-heading {
    text-align: left;
    font-size: 100%;
  }
}

#mainNav {
  display: flex;
  padding: 20px 20px;
  border-bottom: 2px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  width: 167px;
  height: 28px;
  background-image: url(/img/logo-black.png);
  font-weight: 700;
  text-transform: uppercase;
  color: #59b7ff;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #58b7ff;
}

#mainNav .navbar-nav {
  margin-top: 20px;
  text-align: center;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #59b7ff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: #59b7ff !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    background-image: url('/img/logo.png');
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav {
    margin-top: 0;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.5rem 1rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink {
    border-bottom: 2px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 23px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 23px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 23px -7px rgba(0, 0, 0, 0.75);
  }

  #mainNav.navbar-shrink .logo {
    width: 167px;
    height: 28px;
    background-image: url('/img/logo-black.png');
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #59b7ff;
    width: 167px;
    height: 28px;
    background-image: url('/img/logo-black.png');
  }

  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #58b7ff;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #59b7ff;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("/img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  order: 3;
}

header.masthead .social div {
  padding: 20px;
}

header.masthead .title-text {
  text-align: center;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead .social {
    display: flex;
    flex-direction: column;
    order: 0;
  }

  header.masthead .social div {
    padding: 0;
  }

  header.masthead .title-text {
    text-align: left;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.sprite {
  background-image: url('/img/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  z-index: 10px;
}

.sprite-logo {
  width: 167px;
  height: 28px;
  background-position: -5px -5px;
}

.sprite-mouse {
  width: 21px;
  height: 38px;
  background-position: -5px -43px;
}

.sprite-next {
  width: 23px;
  height: 25px;
  background-position: -36px -43px;
}

.sprite-previous {
  width: 23px;
  height: 25px;
  background-position: -69px -43px;
}

#tools,
#recommendations {
  display: flex;
  align-items: center;
  height: 883px;
  background-image: url("/img/background-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-track {
  display: flex;
  align-items: center;
}

.contact-info {
  display: block;
  margin-top: 15px;
  font-size: 0.8rem;
  color: dodgerblue;
  text-transform: uppercase;
}

.contact-info__additional-info {
  text-transform: none;
  color: black;
}

.contact-photo {
  height: 400px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-form__input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  background-color: none;
  text-align: center;
  border: none;
  border-bottom: 2px solid black;
  color: black;
}

.contact-form__input::placeholder {
  color: black;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.8;
}

.contact-form__input--content {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}

.contact-form__input--submit {
  cursor: pointer;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: black;
  border: none;
  color: white;
  border-radius: 20px;
  padding: 10px 90px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid black;
  transition: 0.3s ease-out background-color;
}

.contact-form__input--submit:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}

@media (max-width: 767px) {
  .contact-photo {
    height: 250px;
    margin-bottom: 50px;
  }

  .contact-info {
    text-align: center;
  }
}

.recommendations-box-container {
  width: 100vw;
  height: auto;
  padding: 0;
}

.recommendations-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 30px;
  margin: 10px 50px 30px 50px;
}

.recommendations-box:focus,
.recommendations-box__link:focus {
  border: none;
  outline: none;
}

.recommendations-box__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 200ms ease-out;
  z-index: 50;
}

.recommendations-box__logo {
  max-height: 180px;
  height: auto;
}

.recommendations-box__logo:focus {
  outline: none;
}

.recommendations-box.slick-center {
  background-image: linear-gradient(to bottom, #027fff, #00a0ff, #00bdff, #49d6ff, #90edff);
  color: #fff;
  width: 570px;
  height: 260px;
  -webkit-box-shadow: 0px 14px 44px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 44px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 44px -13px rgba(0, 0, 0, 0.75);
}

@media (max-width: 992px) {
  .recommendations-box {
    padding: 10px;
    margin: 0 14px 25px 14px;
  }

  .recommendations-box__logo {
    max-height: 150px;
    height: auto;
  }
}

.footer {
  height: 500px;
  background-image: url("/img/footer.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.footer-wrapper {
  margin-top: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 190px;
}

.footer__social {
  display: flex;
  flex-direction: row;
  width: 250px;
  justify-content: space-evenly;
}

.footer__nav {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-item {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.footer__copyright {
  color: white;
  font-size: 0.8rem;
  text-align: center;
}

.language {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.language__item {
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.language__item--active {
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 992px) {

  .language__item {
    text-align: center;
  }

  .footer-wrapper {
    margin-top: 80px;
  }

  .footer {
    height: 300px;
  }

  .footer__nav {
    display: none;
  }
}

.skills-content {
  font-size: 0.9rem;
}

.skills__element {
  display: block;
  border: none;
  background-color: white;
  cursor: pointer;
  margin-bottom: 0.8rem;
  font-weight: bold;
  outline: none;
  transition: 0.3s;
}

.skills-content p {
  text-align: justify;
  margin-bottom: 0;
}

.skills__element:hover {
  color: grey;
}

.skills__element.active {
  color: #52b5f8;
}

.skills__element:focus {
  outline: none;
}

@media (max-width: 768px) {
  .skills__element {
    margin: 20px auto;
  }

  .skills__element:last-child {
    margin-bottom: 50px;
  }
}

@keyframes jump-mouse {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
  }

  100% {
    transform: translate3d(0, 40%, 0);
    -webkit-transform: translate3d(0, 40%, 0);
    -moz-transform: translate3d(0, 40%, 0);
    -ms-transform: translate3d(0, 40%, 0);
    -o-transform: translate3d(0, 40%, 0);
  }
}

.jump-mouse {
  transform-origin: 50% 50%;
  animation: jump-mouse .5s linear alternate infinite;
  -webkit-animation: jump-mouse .5s linear alternate infinite;
}

.cookie-popup {
  background-color: white;
  position: fixed;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 9999;
  bottom: 6rem;
  left: 5rem;
  padding: 40px;
  border-radius: 15px;
  max-width: 35rem;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 34px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -7px rgba(0, 0, 0, 0.75);
  display: none;
}

.cookie-popup__header {
  color: #31bdff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.cookie-popup__button {
  cursor: pointer;
  border: none;
  width: 170px;
  height: 40px;
  color: #fff;
  background-color: #3fc1ff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
}

.cookie-popup__button:focus {
  border: 0;
  outline: none;
}

.cookie-popup__button:hover {
  background-color: #1797d3;
}

.cookie-popup__image {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media (max-width: 768px) {
  .cookie-popup {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 20px;
  }
}

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background-color: white;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
}

.st0 {
  fill: url(#SVGID_1_);
}

.st1 {
  fill: url(#SVGID_2_);
}

.st2 {
  fill: url(#SVGID_3_);
}

.jump {
  animation: jump 1s linear alternate infinite;
  -webkit-animation: jump 1s linear alternate infinite;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.technologies-image-person {
  padding-top: 50px;
  position: relative;
}

.technologies-image {
  height: 200px;
  position: absolute;
}

.technologies-image--1 {
  top: -153px;
  right: 180px;
}

.technologies-image--2 {
  top: -79px;
  right: 120px;
}

.technologies-image--3 {
  right: 39px;
  top: -15px;
}

.technologies-item__image {
  max-height: 120px;
  width: auto;
  margin: 0 auto;
}

.technologies-item__image:focus {
  border: none;
  outline: none;
}

@media (max-width: 767px) {
  .technologies-item__image {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
  }
}
