h1, h2, h3, p, a, button {
  font-family: 'Ubuntu', sans-serif;
}

@-moz-document url-prefix() {
  h1, h2, h3, p, a, button {
    font-family: sans-serif;
  }
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

p {
  font-size: 1.1em;
}

a,
a:hover {
  color: black;
}

.container {
  max-width: 1280px !important;
  margin: auto !important;
}

#hero-container {
  background-color: #B3B3B3;
}

#navbar-mobile-container {
  height: 75px;
  background-color: white;
  color: #999999;
  font-size: 1.6em;
}

#navbar-mobile-container .fa{
  padding-right: 25px;
  padding-top: 12px;
  cursor: pointer;
}

#navbar-large-container {
  background-color: white;
  font-size: 1.2em;
  height: 75px;
}

#navbar-large-container a {
  font-size: 400;
}



.toggle-navbar {
  background-color: rgba(179, 179, 179, .95);
  padding: 10px 0;
}

.toggle-navbar ul {
  margin: 0px 10px 10px 10px;
}

.toggle-navbar li {
  list-style-type: none;
  padding: 10px 0;
  font-size: 1.2em;
}

.toggle-navbar a {
  color: #FFFFFF;
}

.toggle-navbar a:hover {
  color: black;
}

.toggle-navbar a:active {
  color: black;
}

.toggle-navbar a:focus {
  color: #FFFFFF;
}

.left-li a:focus,
.right-li a:focus {
  color: black;
}


.scrolled-menu {
  -webkit-box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.20);
  -moz-box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.20);
  box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.20);
}

.cover-container {
  background: url('../img/bg-hero.jpg');
  background-color: rgb(0, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}

.cover-container {
  background: url('../img/bg-hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}

.cover-container h1 {
  margin: 0 25px;
  padding: 25px 25px;
  border-radius: 14.4px;
  background-color: rgba(0,0,0, .4);
  margin-bottom: 25px;
  color: #FFFFFF;
  font-size: 45px;
}

.cover-container-text {
  margin: 0 20px;
  padding: 20px 20px;
  border-radius: 14.4px;
  background-color: rgba(0,0,0, .4);
  margin-bottom: 25px;
  color: #FFFFFF;
}

.cover-container-text p {
  margin-bottom: 0;
}


.btn-white {
  font-size: 20px;
  color: #FFFFFF;
  border: 2px #FFFFFF solid;
  height: 55px;
  width: 170px;
  font-weight: 400;
  border-radius: 14.4px;
  cursor: pointer;
}

.btn-white a {
  color: #FFFFFF;
}

.btn-white:hover {
  color: black;
  background-color: #FFFFFF;
  border: 2px #FFFFFF solid;
}


.btn-white-inverse {
  font-size: 20px;
  color: #000;
  border: 2px #fff solid;
  background-color: #fff;
  height: 55px;
  width: 170px;
  font-weight: 400;
  border-radius: 14.4px;
  cursor: pointer;
}

.btn-white-inverse:hover {
  color: #fff;
  background-color: #000;
  border: 2px #000 solid;
}

.btn-white:hover a {
  color:  black;
}

.us-text {
  padding: 90px 0 90px 0;
  border-bottom: solid 2px #FF1D25;
}

.us-text h1 {
  padding-bottom: 55px;
}

.logo-container {
  padding: 90px 15px;
}

.logo-large-container {
  margin-top: 3px;
}

.video-container {
  background: linear-gradient(to right,
      rgba(1, 1, 1, 0.40),
      rgba(1, 1, 1, 0.40)),
    url('../img/bg-video.jpg');
  background-color: rgb(1, 1, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.experience-text {
  padding: 90px 0 25px 0;
}

.experience-text h1 {
  padding-bottom: 55px;
}

.grid-container {
  padding: 25px 15px;
}

.experience-icon {
  cursor: pointer;
  outline: none;
}

.reveal h1 {
  padding: 30px 0;
}

.reveal p {
  padding-bottom: 30px;
}

.modal-gallery {
  margin-bottom: 16px;
  padding-bottom: 30px;
}

.btn-black {
  color: #000;
  font-size: 20px;
  border: 2px #000 solid;
  height: 55px;
  min-width: 170px;
  font-weight: 400;
  border-radius: 14.4px;
  cursor: pointer;
}

.cta-experience .btn-black {
  min-width: 200px;
}

.btn-black a {
  color: #000;
}

.btn-black:hover {
  background-color: #000;
  border: 2px #000 solid;
  color: #FFFFFF;
}

.btn-black-inverse {
  color: #fff;
  background-color: #000;
  font-size: 20px;
  border: 2px #000 solid;
  height: 55px;
  min-width: 170px;
  font-weight: 400;
  border-radius: 14.4px;
  cursor: pointer;
}

.btn-black-inverse:hover {
  background-color: #fff;
  border: 2px #fff solid;
  color: #000;
}

.btn-gray:hover a {
  color: #FFFFFF;
}

.cta-experience {
  margin: 40px 0 100px 0;
}

.cta-experience button {
  margin: 10px;
}

.cta-us {
  margin: 50px;
}

.cover-text {
  color: #fff;
}

.locations-container {
  background: url('../img/bg-factories.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
}

#instagram-container {
  background: #000;
  height: 200px;
  display: flex;
  align-items: center;
}

#instagram-container h2 {
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #fff;
}

.factory-container,
.about-us-container {
  color: black;
}

#factory-container h1 {
  margin-top: 80px;
}


.factory-container p,
.about-us-container {
  margin: 25px 0;
}

.cta-factory {
  margin: 50px 0 90px 0;
}

.mobile-info-container {
  background-color: #F2F2F2;
  padding: 90px 0;
  margin-top: 90px;
}

.info-container {
  background-color: #F2F2F2;
  padding: 90px 0;
  margin-top: 50px;
}


.accordion-title {
  color: black;
}

.accordion-title:active{
  color: black;
}

.accordion-title:focus{
  color: black;
}

.text-locations {
  padding-left: 0;
}

.map-large-container {
  padding: 50px;
  position: relative;
}

.distribution-map {
  margin-bottom: 10px;
}

.map-large-container small {
  color: #666666;
}

.map-point {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B3B3B3;
}

.map-point:hover {
  background-color: black;
}

.selected {
  background-color: black;
}

.fabrica-img {
  padding: 10px;
}

.fabrica-vid {
  padding: 10px;
}

.info-container p {
  line-height: 1.3;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltips] {
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltips]:before,
[data-tooltips]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltips]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltips);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltips]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltips]:hover:before,
[data-tooltips]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#about-us-container {
  padding: 100px 0;
  background-color: #F2F2F2;
}

.about-us-container h1 {
  margin-bottom: 55px;
  color: black;
  font-size: 45px;
}

.about-us-text {
  margin-bottom: 55px;
}

.about-us-text:last-child {
  margin-bottom: 0;
}

.about-us-img-container {
  margin-bottom: 55px;
}

.about-us-img img {
  padding: 20px;
}

.form-container {
  padding-top: 90px;
}


.form-container p {
  padding: 20px 0;
}

.form-inputs {
  border-bottom: solid 2px #FF1D25;
  padding-bottom: 90px;
}

.form-inputs input {
  min-height: 44px;
  border-radius: 12px;
}

.form-inputs textarea {
  min-height: 125px;
  border-radius: 12px;
}

.btn-form {
  color: #FF1D25;
  font-size: 20px;
  border: 2px #FF1D25 solid;
  height: 44px;
  width: 190px;
  font-weight: 400;
  border-radius: 12px;
  cursor: pointer;
  margin: 20px 0;
}


.btn-form:hover {
  background-color: #FF1D25;
  border: 2px #FF1D25 solid;
  color: #FFFFFF;
}

.downloadables {
  margin-top: 25px;
}

.downloadables a:first-child {
  margin-bottom: 10px;
}

.downloadables a:focus {
  color: #000;
  outline: none;
  background-color: transparent;
}

.address-container {
  padding: 70px 0 80px 0;
}

.data-address {
  padding-top: 40px;
}

.insta-photo {
  width: 50%;
	padding: 0;
	position: relative;
	transition: .2s ease-in;
}

#insta-single {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
}

.insta-photo .fab {
	color: #747474;
}
.homepage-instagram-hover {
	background-color: blue;
}
.homepage-instagram-hover span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition: .2s ease-in;
}

#instafeed:hover .insta-photo {
	opacity: .2;
}

.insta-photo:hover .homepage-instagram-hover span {
	opacity: 1;
}

.insta-photo:hover {
	opacity: 1 !important;
}

.footer-container {
  padding: 20px 10px;
  background-color: #F2F2F2;
}


.social-footer .fab,
.social-footer .fas,
.social-footer .fa {
  color: #E21F1B;
  font-size: 1.5em;
  padding: 0 10px;
}

.social-footer .fa-heart {
  font-size: 1em;
  padding: 0 1px;
}

.legal-footer {
  padding-top: 20px;
}

.legal-footer .fa {
  color: #E21F1B;
  font-size: 1em;
}

#privacy-container {
  margin: 50px;
}

#thank-you {
  display: flex;
  align-items: center;
  height: 85vh;
}

#thank-you img {
  margin-bottom: 50px;
}

/*medium and up*/

@media screen and (min-width: 40em) {

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  p {
    font-size: 1.2em;
  }

  .toggle-navbar ul {
    margin: 0;
  }

  #insta-single {
  	height: 300px;
  }
}


/*large and up*/

@media screen and (min-width: 64em) {

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  p {
    font-size: 1.2em;
  }

  #us-container {
    padding-top: 40px;
    margin-top: 40px;
  }

  .us-text {
    border-left: solid 2px #FF1D25;
    border-bottom: none;
    padding: 30px 0 30px 30px;
  }

  .video-container {
    margin-top: 80px;
  }

  .vertical-divider {
    border-left: solid 2px #FF1D25;
    height: 450px;
    margin: 0 50px;
    width: 1px;
  }

  .experience-icon h3 {
    visibility: hidden;
  }

  .experience-icon:hover h3 {
    visibility: visible;
  }

  #form-container {
    padding: 90px 50px;
  }

  .form-inputs {
    border-bottom: none;
    padding: 0;
  }

  .contact-text {
    padding: 0;
  }

  .address-container {
    padding: 150px 0 80px 0;
  }

  .data-address {
    padding-top: 5px;
  }

  .data-address h2,
  .data-address p {
    padding-top: 0px;
  }

  .insta-photo {
    width: 20%;
  }

  #insta-single {
  	height: 200px;
  }

}

/*custom media queries*/
