:root {
  --dark-slate-gray: #2c2d33;
  --goldenrod: #f5a631;
  --mdlb-colour: #ffe200;
  --black: rgba(0, 0, 0, .63);
}

body {
  color: #333;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 7px 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 44px;
  transition: text-shadow .5s;
}

h1:hover {
  text-shadow: 0 0 29px #fff;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 15px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 39px;
}

h4 {
  margin: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.button.slider {
  float: left;
  opacity: 1;
  color: #009640;
  text-align: left;
  background-color: #fff;
  border: 1px solid #009640;
  margin-top: 21px;
  transition: all .5s;
  display: inline-block;
}

.button.slider:hover {
  opacity: 1;
  color: #fff;
  background-color: #008e45;
  border-radius: 24px;
}

.button.submit {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding: 20px 25px;
  font-size: 19px;
  transition: all .5s;
}

.button.submit:hover {
  color: #fff;
  background-color: #f5a631;
  border-color: #f5a631;
  border-radius: 37px;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 45px;
  padding-bottom: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-container {
  padding-left: 35px;
}

.nav-link {
  opacity: 1;
  color: var(--dark-slate-gray);
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  height: 45px;
  margin-top: 0;
  margin-right: 0;
  padding: 13px 0 10px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: opacity .5s, padding-top .5s;
  display: block;
}

.nav-link:hover {
  opacity: 1;
  color: #009640;
  text-decoration: none;
}

.nav-link.w--current {
  color: rgba(0, 150, 64, .6);
}

.top-slider {
  background-color: #fff;
  height: 100%;
  display: block;
}

.top-slider-container {
  text-align: center;
  background-color: #fff;
  margin-right: 51%;
  padding: 25px 35px;
  display: block;
  position: relative;
  top: 30%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.top-slider-slide {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/Slider-01.png'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.top-slider-slide._2 {
  background-image: url('../images/Slider-02.png'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.top-slider-slide._3 {
  background-image: url('../images/Slider-04.png'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.top-slider-slide._4 {
  color: #ceba10;
  background-image: url('../images/Slider-03-and-04.png'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.top-slider-slide._5, .top-slider-slide._6 {
  background-image: url('../images/Slider-05-and-06.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.slider-title {
  color: #009640;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.slider-title.small {
  border-bottom: 2px solid #f5a631;
  margin-bottom: 33px;
  font-size: 20px;
  display: inline-block;
}

.slider-title.description {
  text-transform: none;
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.slider-title._2 {
  font-weight: 800;
}

.slider-title.subtitle {
  color: #009640;
  margin-top: 0;
  font-size: 25px;
  line-height: 35px;
  display: none;
}

.slider-title.subtitle.subsub {
  color: #009640;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
}

.section.intro {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.about-me {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
  position: static;
  overflow: hidden;
}

.section.intro-image {
  background-color: #2c2d33;
  background-image: url('../images/bridge.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
  overflow: hidden;
}

.section.content-slider {
  overflow: hidden;
}

.section.info {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.footer {
  text-align: center;
  background-color: #2c2d33;
  background-image: url('../images/desert.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.footer-top {
  text-align: center;
  border-top: 1px solid #dbdbdb;
  padding-top: 100px;
  padding-bottom: 0;
  transition: background-color .5s, padding-bottom .5s;
  overflow: hidden;
}

.section.footer-top:hover {
  background-color: #f5a631;
  padding-bottom: 100px;
}

.section.content-menu {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
  padding-bottom: 35px;
  transition: padding-bottom .5s, padding-top .5s;
  overflow: hidden;
}

.section.content-menu:hover {
  background-color: #f5a631;
  padding-top: 110px;
  padding-bottom: 50px;
}

.top-info-column {
  text-align: center;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .2s;
}

.top-info-column:hover {
  background-color: rgba(196, 184, 167, .09);
}

.h2-small {
  color: #cecfd9;
  text-transform: none;
  margin-top: -8px;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 300;
}

.link {
  color: #f5a631;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link:hover {
  color: #ffdaa3;
  text-decoration: underline;
}

.link.top-info {
  color: #fff;
  background-color: #f5a631;
  border-radius: 25px;
  margin-top: 16px;
  padding: 7px 13px 8px;
  transition: background-color .5s, border-radius .5s;
  display: inline-block;
}

.link.top-info:hover {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  text-decoration: none;
}

.link.content-menu-link {
  color: #f5a631;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 25px;
  margin-right: 10px;
  padding: 7px 13px 8px;
  transition: background-color .5s, border-radius .5s;
  display: inline-block;
}

.link.content-menu-link:hover {
  color: #fff;
  background-color: #000;
  border-width: 2px;
  border-color: #000;
  border-radius: 25px;
  text-decoration: none;
}

.profile-image {
  border: 4px solid #fff;
  border-radius: 90px;
  width: 170px;
  height: 170px;
  margin: -270px auto 80px;
  transition: all .5s;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.profile-image:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}

.h3-small {
  color: #cecfd9;
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 300;
}

.h3-small.intro {
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid #f5a631;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
}

.h3-small.intro.white {
  box-shadow: none;
  color: #fff;
}

.h3-small.intro.extraline {
  box-shadow: 0 2px #fff;
}

.h3-small.secret-white {
  color: #fff;
}

.content-slider {
  background-color: #2c2d33;
  height: 800px;
}

.content-slider-slide {
  background-image: url('../images/Person-7.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 235px;
}

.content-slider-slide._2 {
  background-image: url('../images/Mac-3.jpg');
}

.content-slider-slide._3 {
  background-image: url('../images/Mac.jpg');
}

.content-slider-container {
  text-align: center;
}

.content-slider-nav {
  padding-bottom: 130px;
}

.info-row {
  border-bottom: 2px solid rgba(214, 214, 214, .49);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 75px;
}

.info-row._2 {
  border-bottom-style: none;
  margin-top: 75px;
  margin-left: 0;
  margin-right: 0;
}

.info-column {
  padding-left: 25px;
  padding-right: 25px;
}

.footer-title {
  color: #000;
  margin-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 43px;
  font-weight: 300;
}

.footer-title.white {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
}

.footer-link {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .49);
  margin-top: 15px;
  margin-right: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #000;
}

.footer-link.end {
  border-right-style: none;
}

.footer-container {
  padding-left: 200px;
  padding-right: 200px;
}

.form-field {
  border: 3px solid #fff;
  border-radius: 4px;
  height: 65px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.form-field:hover {
  background-color: rgba(255, 255, 255, .8);
}

.form-field:focus {
  box-shadow: 0 0 13px #000;
}

.form-field.area {
  height: 150px;
  padding-top: 19px;
}

.paragraph-white {
  color: #fff;
}

.footer-form {
  border-bottom: 1px solid rgba(255, 255, 255, .29);
  margin-top: 50px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.discover-more-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: -74px;
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 300;
}

.menu-button {
  border: 2px solid rgba(255, 255, 255, .29);
  border-radius: 3px;
  width: 45px;
  height: 45px;
  margin-top: 8px;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .5s;
  display: inline-block;
}

.menu-button:hover {
  background-color: #f5a631;
  border-color: #f5a631;
}

.menu-button.gototop {
  margin-top: 50px;
}

.slider-arrow-icon {
  background-color: rgba(0, 0, 0, 0);
  width: 45px;
  height: 45px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  transition: all .5s;
  display: none;
}

.slider-arrow-icon:hover {
  background-color: rgba(0, 0, 0, .49);
  border-radius: 5px;
}

.image-top {
  width: 100%;
  height: 150px;
  margin-bottom: 23px;
}

.top-info-description {
  padding-left: 15px;
  padding-right: 15px;
}

.success-message {
  color: #fff;
  background-color: #f5a631;
  border-radius: 3px;
  padding-top: 25px;
}

.error-message {
  background-color: #f99;
  margin-top: 28px;
  padding-top: 13px;
}

.work-icon-symbol {
  background-color: rgba(245, 166, 49, .4);
  border: 2px solid rgba(245, 166, 49, .4);
  width: 50px;
  height: 50px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.work-column {
  text-align: center;
  padding: 20px 10px 10px;
  transition: background-color .5s;
}

.work-column:hover {
  background-color: #f5a631;
}

.work-row {
  margin-top: 34px;
}

.top-menu-button {
  color: var(--dark-slate-gray);
  padding-right: 85px;
  font-size: 40px;
}

.top-menu-button:hover {
  color: #009640;
  font-size: 40px;
}

.top-menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.top-menu-button.w--open:hover {
  color: #009640;
}

.top-menu-icon {
  font-size: 55px;
}

.top-menu-icon:hover {
  color: #008e45;
}

.nav-menu-container {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 100px;
}

.work-title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.slide {
  background-image: url('../images/4-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  background-color: var(--goldenrod);
  opacity: .76;
  color: var(--goldenrod);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  padding-top: 0;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.image {
  padding-left: 0;
}

.yellow-part {
  color: #ffe200;
}

.yellow-part.link {
  font-size: 45px;
  text-decoration: none;
}

.yellow-part.link:hover {
  text-decoration: underline;
}

.linespace {
  font-size: 15px;
}

.bottom {
  text-align: right;
  object-fit: contain;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1%;
  padding-left: 27px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom.slide3 {
  margin-top: auto;
  margin-bottom: 1%;
}

.link-block {
  float: right;
  clear: none;
}

.link-block-2 {
  float: right;
  margin-right: 60px;
  padding-right: 14px;
}

.socialnetwork {
  float: right;
  background-image: url('../images/yt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 90px;
  display: inline;
}

.socialnetwork.first {
  margin-right: 0;
}

.socialnetwork.yt {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.socialnetwork.yt:hover {
  background-image: url('../images/yt_red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.socialnetwork.yt.fb {
  background-image: url('../images/fb.svg'), url('../images/fb_blue.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 50px;
}

.socialnetwork.yt.fb:hover {
  background-image: url('../images/fb_blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.socialnetwork.yt.fb.insta {
  background-image: url('../images/instagram-2.png'), url('../images/instagram-2-copy.png');
}

.socialnetworkimage {
  clear: none;
  opacity: 1;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.socialnetworkimage:hover {
  opacity: 1;
  color: red;
  mix-blend-mode: normal;
}

.socialnetworkimage.hover {
  opacity: 0;
}

.socialnetworkimage.hover:hover {
  opacity: 1;
}

.right-arrow-2, .icon, .icon-2, .left-arrow-2 {
  display: none;
}

.slide-nav-2 {
  opacity: 1;
  color: var(--dark-slate-gray);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 1%;
  padding-top: 0;
  font-size: 20px;
  display: block;
}

.erasmusimage {
  padding-bottom: 20px;
  display: block;
}

.companylink {
  color: var(--mdlb-colour);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  line-height: 55px;
  text-decoration: none;
  display: flex;
}

.companylink:hover {
  color: rgba(255, 226, 0, .66);
  text-shadow: 0 0 5px rgba(0, 0, 0, .72);
}

.columns {
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: auto;
  padding-right: 50px;
  display: flex;
}

.column {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.column:hover {
  background-image: url('../images/fb_blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.column-2 {
  background-image: url('../images/yt.svg'), url('../images/yt_red.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2:hover {
  background-image: url('../images/yt_red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.image-2, .image-3 {
  opacity: 0;
}

.subtitlelinke {
  color: #e84928;
  text-decoration: none;
}

.subtitlelinke:hover {
  color: #008e45;
}

.link-block-3 {
  display: flex;
}

.image-4 {
  display: inline;
}

.image-5 {
  display: block;
}

.link-block-4 {
  display: inline-block;
}

.socialnetworkimageblock {
  opacity: .5;
  padding-left: 10px;
  padding-right: 10px;
}

.socialnetworkimageblock:hover {
  opacity: 1;
}

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

.licence-link {
  color: #009640;
  text-align: center;
  padding-right: 71px;
  text-decoration: none;
}

.bold-text {
  font-size: 25px;
}

.bold-text-2 {
  color: #009640;
}

.column-5 {
  filter: grayscale();
  text-align: left;
  padding-bottom: 10px;
}

.column-5:hover {
  filter: grayscale(0%);
}

.column-5.second {
  text-align: left;
}

.column-5._2nd {
  text-align: center;
}

.image-6 {
  padding-top: 20px;
}

.image-7 {
  padding-top: 25px;
}

.image-8 {
  padding-top: 26px;
}

.columns-2 {
  display: block;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 23px;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-container {
    padding-left: 29px;
  }

  .nav-link {
    display: inline-block;
  }

  .top-slider {
    height: 100vh;
  }

  .top-slider-container {
    padding-left: 30px;
    padding-right: 100px;
  }

  .slider-title {
    font-size: 30px;
    line-height: 35px;
  }

  .section.intro {
    padding: 100px 30px;
  }

  .section.about-me {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.intro-image {
    background-position: 50% 38%;
    background-attachment: scroll;
  }

  .section.info {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .section.footer {
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer-top {
    background-color: #f5a631;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .section.content-menu {
    background-color: #f5a631;
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .section.content-menu:hover {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .h2-small {
    font-size: 19px;
  }

  .profile-image {
    margin-top: -230px;
    margin-bottom: 40px;
  }

  .content-slider-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-row, .info-row._2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-container {
    padding-left: 110px;
    padding-right: 110px;
  }

  .work-icon-symbol {
    background-color: #f5a631;
    border-color: #fff;
  }

  .work-column:hover {
    background-color: rgba(245, 166, 49, .29);
  }

  .top-menu-button {
    width: 60px;
    height: 60px;
    padding-top: 10px;
    padding-left: 9px;
    padding-right: 18px;
    transition: background-color .5s;
  }

  .top-menu-button:hover {
    background-color: #f5a631;
    border-radius: 3px;
  }

  .top-menu-button.w--open {
    background-color: #f5a631;
  }

  .top-menu-icon {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
  }

  .nav-menu-container {
    background-color: rgba(0, 0, 0, .49);
    padding-top: 10px;
    padding-bottom: 17px;
  }

  .bottom {
    bottom: 1%;
  }

  .socialnetwork.yt.fb {
    align-self: auto;
    line-height: 50px;
    overflow: visible;
  }

  .slide-nav-2 {
    font-size: 15px;
  }

  .erasmusimage {
    margin-left: -15px;
    padding-bottom: 0;
  }

  .companylink {
    font-size: 30px;
    line-height: 35px;
  }

  .columns {
    text-align: center;
    object-fit: none;
    flex-direction: row;
    flex: 1;
    align-content: center;
    align-self: auto;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .column {
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    line-height: 50px;
    position: relative;
  }

  .image-2 {
    align-self: flex-end;
    display: block;
  }

  .column-3 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, .2);
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 20px;
    position: absolute;
  }

  .nav-link {
    opacity: 1;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 15px;
    display: block;
  }

  .nav-link:hover {
    background-color: #212226;
  }

  .top-slider {
    height: 100vh;
    min-height: auto;
  }

  .top-slider-container {
    margin-right: 0%;
    padding-left: 30px;
    padding-right: 75px;
    top: 198px;
  }

  .top-slider-slide._4 {
    height: 100vh;
  }

  .slider-title {
    font-size: 20px;
    line-height: 25px;
  }

  .slider-title.description {
    font-size: 17px;
    line-height: 30px;
  }

  .section.intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.about-me {
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.info {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.footer-top:hover {
    padding-bottom: 50px;
  }

  .section.content-menu {
    padding-bottom: 35px;
  }

  .section.content-menu:hover {
    padding-bottom: 50px;
  }

  .h2-small {
    font-size: 23px;
  }

  .link.content-menu-link {
    margin-bottom: 10px;
  }

  .h3-small {
    font-size: 25px;
    line-height: 29px;
  }

  .content-slider {
    height: 500px;
  }

  .content-slider-slide {
    padding-top: 75px;
  }

  .content-slider-nav, .info-row {
    padding-bottom: 50px;
  }

  .info-row._2 {
    margin-top: 50px;
  }

  .info-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-title.white {
    font-size: 40px;
  }

  .footer-link {
    margin-right: 10px;
    padding-right: 10px;
  }

  .footer-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-button {
    margin-top: 24px;
  }

  .nav-menu-container {
    background-color: rgba(0, 0, 0, .9);
    padding: 0 0 35px;
  }

  .image-column {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-column._2 {
    padding-top: 20px;
  }

  .bottom {
    text-align: center;
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 57px;
    padding-left: 0;
    display: flex;
    top: auto;
    bottom: 1%;
    left: 0%;
    right: 0%;
  }

  .socialnetwork {
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 26px;
    display: flex;
  }

  .slide-nav-2 {
    font-size: 10px;
  }

  .erasmusimage {
    align-self: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
  }

  .companylink {
    font-size: 20px;
    line-height: 25px;
  }

  .columns {
    clear: both;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    display: flex;
  }

  .column {
    flex-direction: row;
    justify-content: center;
    align-self: auto;
  }

  .image-2 {
    align-self: auto;
    display: block;
  }

  .image-3 {
    opacity: 0;
  }

  .column-3 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-bottom: 17px;
    font-size: 22px;
    line-height: 23px;
  }

  .button.submit {
    line-height: 10px;
  }

  .top-slider {
    flex-wrap: wrap;
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .top-slider-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-title {
    font-size: 15px;
    line-height: 20px;
  }

  .slider-title.description {
    font-size: 15px;
    line-height: 22px;
  }

  .section.footer-top, .section.content-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-small {
    margin-bottom: 12px;
    line-height: 26px;
  }

  .link.content-menu-link {
    margin-bottom: 4px;
    margin-right: 0;
    display: block;
  }

  .h3-small {
    margin-top: -10px;
    font-size: 18px;
  }

  .h3-small.intro {
    margin-bottom: 20px;
  }

  .h3-small.secret-white {
    font-size: 17px;
  }

  .content-slider-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info-row._2 {
    padding-bottom: 30px;
  }

  .info-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-title.white {
    font-size: 31px;
  }

  .footer-link {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right-style: none;
    margin-bottom: -6px;
    margin-right: 0;
    padding-bottom: 6px;
    padding-right: 0;
    display: block;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-field {
    height: 45px;
    font-size: 13px;
  }

  .image-top {
    height: 170px;
  }

  .top-info-description {
    font-size: 14px;
    line-height: 21px;
  }

  .work-row {
    margin-top: 20px;
  }

  .work-title {
    font-size: 9px;
  }

  .bottom {
    flex-wrap: nowrap;
    align-content: center;
    padding-bottom: 0;
    display: flex;
    bottom: 8%;
  }

  .socialnetwork {
    align-items: flex-end;
    display: flex;
  }

  .slide-nav-2 {
    font-size: 10px;
  }

  .erasmusimage {
    display: block;
  }

  .columns {
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
  }

  .column-2 {
    display: flex;
  }

  .image-3 {
    display: block;
  }
}


