@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
  font-family: 'Raleway', sans-serif;
}

/* GENERIC */

.list-inline {
  margin: 0;
  padding: 0;
}

.slick-prev:before, .slick-next:before{
  color: #000;
}

/* NAV */

.nav {
  padding: 0.5rem 0;
}

.btn-open-menu {
  font-size: 3rem;
  border: none;
  background: none;
}

.mobile-menu-container {
  display: none;
}

.mobile-menu {
  list-style-type: none;
  padding: 0;
}

.mobile-menu-item {
  text-align: center;
  padding: 1rem 0;
}

.menu-link {
  text-align: center;
  border: 0.1rem solid rgba(0, 0, 0, 0);
  color: #3a3a3a;
  cursor: pointer;
  padding: 0.3rem 0;
  transition: all 300ms;
}

.menu-link:hover {
  border-color: #3a3a3a;
  color: #3a3a3a;
  text-decoration: none;
}

/* HEADER */

.header {
  background-attachment: fixed;
  background-image: url('../img/header-background1.jpg');
  background-position: center;
  background-size: cover;
  min-height: 90vh;
}

.header-logo {
  max-height: 30vh;
  margin-top: 5vh;
}

.logo-container {
  padding-top: 10vh;
}

/* ABOUT */

.about {
  padding-top: 2vh;
  padding-bottom: 2vh;
  min-height: 70vh;

}

.about-img-container {
  padding: 0;
  min-height: 66vh;
}

.about-text-container {
  align-items: center;
}

.about-img {
  width: 100%;
  height: 100%;
}

.about-text {
  text-align: center;
  padding-top: 5vh;
  padding-bottom: 1vh;
}

/* PRODUCTS */

.products {
  align-items: center;
  padding: 5px;
  text-align: center;
}

.product-img-container {
  text-decoration: none;
  color: black;
  cursor: default;
  padding: 5px;
}
.product-img-container:hover {
  text-decoration: none;
  color: black;
}

.product-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* COOPERATORS */

.cooperator-description {
  padding: 1rem 3rem;
  text-align: center;
}

/* CONTACT */

.map {
  width: 100%;
  min-height: 50vh;
}

/* BROKEN BY GABRIEL */

.materials {
  background-attachment: fixed;
  background-image: url('../img/materials-background.jpg');
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.materials-item {
  text-align: center;
  margin-top: 10vh;
}

.materials-text {
  cursor: pointer;
  text-shadow: 0.05em 0.05em 0.05em #000000;
  color: #ffffff;
  font-size: 3em;
  text-decoration: none;
}

.tools {
  margin-top: 2vh;
  padding: 5vh 0;
  min-height: 70vh;
  background-image: url('../img/tools-background.jpg');
  background-size: cover;
  background-position: center;
}

.tools-text {
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.1em #000000;
  text-align: center;
  font-size: 1.5em;
}

@media (max-width: 767.98px) {
  .cooperator-description {
    display: none;
  }
}

.real-footer {
  background-color: #f9f9f9;
  padding: 0.5rem 0;
}
.real-footer-text: {
  text-align: center;
}