* {
  margin: 0;
  padding: 0;
}
:root {
  --c6: #594017;
  --c2: #9c5518;
  --c3: #ef962d;
  --c4: #faf4f4;
  --c5: #d69953;
  --c7: #7f9199;
  --c1: #192526;
}

body {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: var(--c4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

p {
  color: #8f8f8f;
}

a {
  color: inherit;
}

/* Headings */

.masthead {
  width: 100%;
  background-image: url("../images/aeropress_drops.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

.big-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1.5;
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */

.container-fluid {
  padding: 3% 15%;
}

.container-fluid-youtube {
  padding: 0% 15% 3%;
}

/* Sections */

.colored-section {
  background-color: var(--c1);
  color: var(--c4);
}

.white-section {
  background-color: var(--c4);
}

/* Navigation Bar */

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--c3);
}

.logo-size {
  max-width: 150px;
}

/* Buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */

#title {
  color: var(--c4);
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 7%;
}

/* Title Image */

.title-image {
  width: 100%;
  position: absolute;
  left: 0%;
  top: -100%;
  z-index: -1;
}

/* Features Section */

#features {
  position: relative;
}

.feature-title {
  font-size: 1.5rem;
}

.feature-box {
  padding: 4.5%;
}

.icon {
  color: var(--c3);
  margin-bottom: 1rem;
}

.icon:hover {
  color: var(--c2);
}

/* Instagram Section */
#instagram-title {
  background-color: var(--c4);
  padding: 3%;
}

.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
}
.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* YouTube Section */

#youtube-title {  
  padding: 3%;
}

.youtube-video-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 3%;
}

.youtube-row {
  text-align: center;
  padding: 0 0 4.5rem;
}

.youtube-text {
  font-size: 3rem;
  line-height: 1.5;
}

.youtube-box {
  padding: 4.5%;
  text-align: center;
}

/* Shop Section */

#shop {
  padding: 3% 10%;
  background-color: var(--c1);
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.shop-column {
  padding: 3% 2%;
}

.card-header {
  background-color: var(--c3);
}

/* Footer Section */

.social-icon {
  margin: 20px 10px;
}

/* Sizing screen */

@media (min-width: 50em) and (max-width: 60em) {
  .logo-size {
    max-width: 130px;
  }

  .big-heading {
    font-size: 4rem;
  }

  .section-heading {
    font-size: 2.7rem;
  }

  .youtube-video-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 40em) and (max-width: 50em) {
  .logo-size {
    max-width: 120px;
  }

  .big-heading {
    font-size: 3.5rem;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .youtube-video-title {
    font-size: 1.2rem;
  }

  .gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}

@media (max-width: 40em) {
  .logo-size {
    max-width: 110px;
  }
  .big-heading {
    font-size: 2.5rem;
  }

  .section-heading {
    font-size: 2.2rem;
  }

  .youtube-video-title {
    font-size: 1rem;
  }

  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}
