body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 22px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.button {
  display: inline-block;
  margin-top: 25px;
  padding: 11px 20px 10px;
  border: 2px solid #000;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.button.negative {
  border-color: #fff;
  color: #fff;
}

.button.negative:hover {
  background-color: #fff;
  color: #000;
}

.button.product-button {
  margin-top: 0px;
}

.nav-menu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: transparent;
}

.navbar {
  height: 90px;
  border-bottom: 1px none rgba(0, 0, 0, 0.09);
  background-color: transparent;
  text-align: center;
}

.hero-section {
  z-index: 1300;
  width: 100%;
  height: 100%;
}

.home-slider {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #323538;
}

.section {
  padding-top: 125px;
  padding-bottom: 125px;
}

.section.dark-image {
  overflow: visible;
  background-color: #36393d;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(33, 34, 36, 0.4) 26%, rgba(31, 37, 43, 0.8) 80%), url('../images/premios.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.tint {
  background-color: #f0f0f0;
}

.section.tint-2 {
  background-color: #e8e8e8;
}

.section.about-me {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/Nosotros.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/Nosotros.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section.portfolio-bottom-section {
  margin-top: -90px;
  padding-top: 185px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 96.1%, 0.5)), to(#f5f5f5)), url('../images/contacto1.jpg');
  background-image: linear-gradient(0deg, hsla(0, 0%, 96.1%, 0.5), #f5f5f5), url('../images/contacto1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.photo-overview-section {
  background-color: #f5f5f5;
}

.lightbox-thumb {
  width: 100%;
}

.lightbox-thumb:hover {
  opacity: 0.8;
}

.page-header-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nosotros1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nosotros1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.page-header-section.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contacto1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contacto1.jpg');
}

.page-header-section.work-together {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contacto1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contacto1.jpg');
}

.page-header-section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Animals-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Animals-3.jpg');
}

.portfolio-nav-menu {
  border-bottom: 1px none #ededed;
  background-color: #000;
  text-align: center;
}

.portfolio-nav-item {
  padding: 12px 20px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: color 500ms ease, opacity 500ms ease;
  transition: color 500ms ease, opacity 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-nav-item:hover {
  opacity: 1;
}

.portfolio-nav-item.w--current {
  background-color: transparent;
  opacity: 1;
}

.lightbox {
  width: 100%;
  background-color: #000;
}

.nav-link {
  height: 90px;
  padding-top: 33px;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #ccc;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #525252;
}

.nav-link.w--current {
  color: #6e6e6e;
}

.nav-link.dropdown {
  padding-right: 30px;
}

.logo-container {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1100;
  height: 90px;
  padding-top: 22px;
  padding-left: 30px;
  text-decoration: none;
}

.logo-container:hover {
  opacity: 0.7;
  color: #000;
}

.some-blocks {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 90px;
  padding-top: 30px;
  padding-right: 30px;
}

.some-block {
  width: 30px;
  height: 30px;
  margin-left: 3px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 500ms ease, opacity 500ms ease;
  transition: background-color 500ms ease, opacity 500ms ease;
  color: #000;
}

.some-block:hover {
  background-color: #000;
}

.portfolio-column {
  padding-right: 0px;
  padding-left: 0px;
}

.familiar-slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/drone.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/drone.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.familiar-slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/familia3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/familia3.jpg');
}

.familiar-slide._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/SOCIAL.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/SOCIAL.jpg');
  color: #fff;
}

.familiar-slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/SocialHome.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/SocialHome.jpg');
  color: #fff;
}

.familiar-slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/eventos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/eventos.jpg');
  background-position: 0px 0px, 100% 50%;
}
.familiar-slide._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/home_ninos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/home_ninos.jpg');
  background-position: 0px 0px, 100% 50%;
}
.familiar-slide._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/arqui_home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/arqui_home.jpg');
  background-position: 0px 0px, 100% 50%;
}

.home-slider-nav {
  padding-top: 60px;
  padding-right: 50px;
  padding-bottom: 60px;
  opacity: 0.3;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: right;
}

.home-slider-nav:hover {
  opacity: 1;
}

.navbar-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.2;
  -webkit-transition: background-color 500ms ease, opacity 500ms ease;
  transition: background-color 500ms ease, opacity 500ms ease;
}

.navbar-section:hover {
  background-color: #fff;
  opacity: 1;
}

.centered-container {
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.section-title {
  border-radius: 4px;
  text-transform: none;
}

.section-title.negative {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.section-title.quote {
  font-size: 39px;
  line-height: 41px;
  font-weight: 300;
}

.section-intro-title {
  color: #adadad;
}

.all-paragraphs-white {
  color: #fff;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.bottom-footer-link {
  display: inline-block;
  padding: 15px 12px;
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom-footer-link:hover {
  opacity: 1;
}

.bottom-footer-col-left {
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
}

.bottom-footer-col-right {
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: right;
}

.bottom-footer-paragraph {
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.divider-line {
  display: block;
  width: 150px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.09);
}

.divider-line.negative {
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.divider-line.centered {
  margin-right: auto;
  margin-left: auto;
}

.product-list {
  text-align: center;
}

.product-list-item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.product-list-item:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.product-list-item.title-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-list-item.title-item:hover {
  background-color: #fff;
}

.product-paragraph {
  margin-bottom: 0px;
}

.product-title.description {
  margin-bottom: 12px;
  color: #c2c2c2;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-title.price {
  margin-bottom: 0px;
  color: #b0b0b0;
  font-size: 29px;
}

.field {
  height: 50px;
  margin-top: 8px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #e8e8e8;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  font-family: Lato, sans-serif;
  color: #bdbdbd;
  font-size: 17px;
  letter-spacing: 0px;
  text-transform: none;
}

.field:hover {
  border-color: #e3e3e3 #e3e3e3 #000;
  opacity: 1;
}

.field:focus {
  border-bottom-color: #000;
  background-color: #fff;
  color: #000;
  letter-spacing: 0px;
  text-transform: none;
}

.profile-container {
  padding-right: 495px;
}

.portfolio-description-block {
  padding: 50px;
}

.footer-cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #222326;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(55, 60, 64, 0.6), rgba(36, 38, 41, 0.9)), url('../images/fondo_contacto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.field-label {
  font-family: Lato, sans-serif;
  font-size: 29px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
}

.portfolio-end-container {
  padding-right: 300px;
  padding-left: 300px;
  text-align: center;
}

.link {
  font-family: Merriweather, serif;
  color: #c4c4c4;
  line-height: 23px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.success-bg {
  padding-top: 17px;
  border-radius: 30px;
  background-color: #ebebeb;
  text-align: center;
}

.error-bg {
  margin-top: 25px;
  padding-top: 16px;
  padding-left: 21px;
  border-radius: 30px;
}

.dropdown-icon {
  margin-top: 36px;
  margin-right: 10px;
  opacity: 0.66;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-list {
  overflow: hidden;
  height: auto;
}

.dropdown-list.w--open {
  margin-top: 1px;
}

.dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px none #ccc;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-link:hover {
  border-top-color: #000;
  border-bottom-color: #000;
  background-color: #000;
  color: #fff;
}

.dropdown-link.w--current {
  color: #000;
}

.slider-text-wrapper {
  position: absolute;
  left: 120px;
  bottom: 120px;
  width: 450px;
}

.slider-title {
  margin-bottom: 10px;
  color: #000;
  font-size: 27px;
  line-height: 33px;
  font-weight: 300;
}

.slider-title._2 {
  color: #000;
  font-size: 15px;
  line-height: 23px;
}

.fixed-nav-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.intro-paragraph {
  margin-bottom: 20px;
  color: #a8a8a8;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.quote-container {
  padding-right: 250px;
  padding-left: 250px;
}

.quote-block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.paragraph {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="load-portfolio-column"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-portfolio-column-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-portfolio-column-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-portfolio-column-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="portfolio-title"] {
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

html.w-mod-js *[data-ix="portfolio-title-2"] {
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

html.w-mod-js *[data-ix="fade-in-contact-field"] {
  opacity: 0;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

html.w-mod-js *[data-ix="fade-in-page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-page-title-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="open-dropdown-list"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="display-none-fixed-navbar"] {
  opacity: 0;
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

html.w-mod-js *[data-ix="fade-in-slider-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-slider-title-2"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

@media (max-width: 991px) {
  .nav-menu {
    min-height: 100%;
    padding-top: 1px;
    background-color: #000;
  }
  .section {
    padding: 80px 40px;
  }
  .section.dark-image {
    background-attachment: scroll, scroll;
  }
  .section.tint {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.tint-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.portfolio-bottom-section {
    padding-top: 110px;
  }
  .page-header-section {
    padding: 110px 40px;
  }
  .page-header-section._404 {
    padding-top: 30%;
  }
  .portfolio-tab-pane {
    padding-bottom: 50px;
  }
  .nav-link {
    height: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #303030;
    background-color: transparent;
    -webkit-transition: opacity 500ms ease, color 500ms ease, background-color 500ms ease, border 500ms ease;
    transition: opacity 500ms ease, color 500ms ease, background-color 500ms ease, border 500ms ease;
    color: hsla(0, 0%, 100%, 0.49);
  }
  .nav-link:hover {
    border-bottom-color: #fff;
    background-color: #fff;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .nav-link.w--current:hover {
    color: rgba(0, 0, 0, 0.49);
  }
  .some-blocks {
    position: static;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: left;
  }
  .some-block {
    margin-right: 3px;
    margin-left: 0px;
    background-color: rgba(71, 71, 71, 0.76);
  }
  .home-slider-nav {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .navbar-section {
    background-color: #fff;
    opacity: 1;
  }
  .centered-container {
    padding-right: 60px;
    padding-left: 60px;
  }
  .section-title.negative {
    font-size: 29px;
  }
  .bottom-footer-link {
    padding-right: 6px;
    padding-left: 6px;
  }
  .bottom-footer-col-left {
    padding-right: 0px;
    padding-left: 20px;
  }
  .profile-container {
    padding-right: 250px;
  }
  .portfolio-description-block {
    padding: 20px;
  }
  .portfolio-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }
  .portfolio-description {
    font-size: 11px;
    line-height: 16px;
  }
  .portfolio-end-container {
    padding-right: 150px;
    padding-left: 150px;
  }
  .dropdown-icon {
    margin-top: 22px;
    margin-right: 30px;
  }
  .dropdown-link {
    padding: 15px 30px;
    border-bottom: 1px none #424242;
    border-top-color: #363636;
    background-color: #2e2e2e;
    -webkit-transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
    transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
    text-align: left;
  }
  .dropdown-link:hover {
    border-top-color: #424242;
    background-color: #424242;
  }
  .slider-text-wrapper {
    left: 60px;
    bottom: 60px;
  }
  .slider-title {
    line-height: 30px;
  }
  .menu-button {
    height: 90px;
    padding-top: 32px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #c2c2c2;
  }
  .menu-button:hover {
    background-color: #f0f0f0;
    color: #000;
  }
  .menu-button.w--open {
    background-color: #d1d1d1;
  }
  .quote-container {
    padding-right: 140px;
    padding-left: 140px;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 75px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-header-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .page-header-section._404 {
    padding-top: 95px;
  }
  .portfolio-nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .portfolio-tab-pane {
    padding-bottom: 20px;
  }
  .logo-container {
    height: 75px;
    padding-top: 15px;
  }
  .home-slider-nav {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .section-title {
    font-size: 30px;
  }
  .section-title.negative {
    line-height: 33px;
  }
  .bottom-footer-col-left {
    padding-right: 20px;
    text-align: center;
  }
  .bottom-footer-col-right {
    text-align: center;
  }
  .product-list-item {
    padding: 20px;
  }
  .product-list-item.title-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-title {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .product-title.description {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .product-title.price {
    margin-bottom: 0px;
    font-size: 25px;
  }
  .field {
    height: 40px;
  }
  .profile-container {
    padding-right: 100px;
  }
  .field-label {
    font-size: 25px;
  }
  .portfolio-end-container {
    padding-right: 100px;
    padding-left: 100px;
  }
  .overall-column {
    padding-bottom: 30px;
  }
  .slider-text-wrapper {
    left: 0px;
    bottom: 40px;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .slider-title {
    font-size: 20px;
    line-height: 26px;
  }
  .intro-paragraph {
    font-size: 15px;
    line-height: 23px;
  }
  .menu-button {
    height: 75px;
    padding-top: 24px;
  }
  .quote-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .quote-block {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .section.about-me {
    background-position: 0% 0%, 64% 50%;
  }
  .section.portfolio-bottom-section {
    margin-top: -40px;
  }
  .page-header-section {
    padding: 33px 20px;
  }
  .page-header-section._404 {
    padding-top: 70px;
  }
  .portfolio-nav-item {
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.29);
    font-size: 11px;
    text-align: center;
  }
  .portfolio-nav-item:hover {
    border-top-color: #242424;
    background-color: #242424;
  }
  .portfolio-tab-pane {
    padding-bottom: 0px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .centered-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title {
    font-size: 27px;
    line-height: 31px;
  }
  .section-title.negative {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 29px;
  }
  .section-title.quote {
    font-size: 26px;
    line-height: 33px;
  }
  .bottom-footer-link {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .product-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-list-item.title-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
  .product-title {
    margin-bottom: 9px;
    font-size: 21px;
    line-height: 30px;
  }
  .product-title.description {
    font-size: 11px;
  }
  .field {
    height: 35px;
  }
  .profile-container {
    padding-right: 0px;
  }
  .footer-cta {
    padding: 50px 25px;
  }
  .field-label {
    font-size: 22px;
  }
  .portfolio-end-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-icon {
    margin-top: 18px;
    margin-right: 20px;
  }
  .slider-text-wrapper {
    bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-title {
    font-size: 18px;
    line-height: 22px;
  }
  .slider-title._2 {
    font-size: 14px;
  }
  .quote-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote-block {
    width: 100%;
  }
}
