@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1em;
  margin: -1em;
}

a:hover {
  color: #0188fe;
  font-style: italic;
}

h1 {
  margin-top: 2em;
  color: #000;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px #fff;
}

h2 {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

h3 {
  text-align: center;
}
p .redstart {
  margin-top: 2rem;
}

h4 {
  text-align: center;
}

p {
  margin: 15px;
  max-width: 1000px;
  text-align: left;
}

img {
  width: 100%;
}

i {
  color: #1e3c0c;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  background-color: #fff;
  margin: 0;
  width: 100%;
  position: fixed;
  padding: 0;
  z-index: 1;
}

.navbar {
  outline: #0188fe solid 8px;
  background-color: #fff;
  opacity: 0.9;
  width: 100%;
  position: fixed;
  margin-top: 250px;
  z-index: 1;
}

.navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: large;
  font-weight: 600;

  color: #333;
  gap: 1rem;
  padding: 13px;
}

.nav-item a {
  color: #333;
}

/* Header */
.icon-wrapper {
  display: flex;
  margin: 0 1rem;
}

.home-icons {
  text-align: center;
  margin-top: 0.5rem;
}

/* About */

.about-container {
  gap: 2rem;
  margin-bottom: 4rem;
}

.flex-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-item img {
  width: 375px;
  float: left;
}

.title {
  margin-top: 1.5rem;
  text-transform: capitalize;
}

.img-about {
  margin-left: 1rem;
  padding: 1rem;
  gap: 1rem;
}

span.bold {
  font-size: 22px;
}

.mission {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-items {
  padding-top: 2rem;
  max-width: 60%;
  margin: 1rem;
}

.contact {
  background-color: #0188fe;
  color: #f6f4e1;
  padding: 1rem;
  margin: 0;
}

.contact a {
  color: #f6f4e1;
  list-style: none;
  text-decoration: none;
}

.contact i {
  text-decoration: none;
  color: #f6f4e1;
}

.footer-container {
  background-color: #0188fe;
}

.copyright {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #014989;
  color: #fff;
}

.redbaud {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background-color: #003462;
}

.redbaud a {
  color: #fff;
}

.redbaud a:hover {
  color: red;
}

.parallax-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /*  this is where the magic happens:  */
  background-attachment: fixed;

  background-image: url("../img/cloudy-ridge.png");
  background-position: center;
  background-size: cover;
  color: var(--color);
  row-gap: 4rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.parallax-text {
  text-shadow: 1px 1px #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.buffer {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 10vh;
  background-color: #0188fe;
  text-align: center;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.buffer-text {
  margin-top: 0em;
  padding-top: 0;
  text-align: center;
}

.parallax-container2 {
  flex-direction: row;
  flex-wrap: wrap;

  padding: 6rem 0;
  background-image: url("../img/rocky-mountain.png");
  gap: 1.6em;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

p {
  max-width: 52ch;
  padding: 1em;
  line-height: 1.5;
}

a {
  display: inline-block;
  padding: 1em 3.5em;
  border-radius: 0.3em;
  background-color: var(--color);
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

h3 {
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: 700;
}

.card {
  display: flex;
  max-width: 320px;
  flex-direction: column;
  align-items: center;

  padding-bottom: 1rem;
  border-radius: 0.5em;

  background-color: white;
  box-shadow: 0 29px 38px -15px rgb(0 0 0 / 43%);
}

.card-img {
  width: 100%;
  height: 200px;
  border-radius: 0.3em;
  background-position: center;
  background-size: cover;
}

.card:nth-of-type(1) .card-img {
  background-image: url(../img/iPhone-15-Pro-Max.jpg);
}

.card:nth-of-type(2) .card-img {
  background-image: url(../img/smart-tv.jpg);
}

.card:nth-of-type(3) .card-img {
  background-image: url(../img/MacBook_Air.jpg);
}

.card:nth-of-type(4) .card-img {
  background-image: url(https://images.unsplash.com/photo-1496429862132-5ab36b6ae330?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=900&q=80);
}

/* Mobile  #0188fe*/
@media (max-width: 825px) {
  .header img {
    margin-top: 1rem;
  }
  .navbar {
    outline: #0188fe solid 8px;
    background-color: #fff;
    opacity: 1;
    width: 100%;
    position: fixed;
    margin-top: 225px;
  }

  h1 {
    margin-top: 4em;
  }

  .mission-items {
    max-width: 75%;
    margin: 1rem;
    text-align: left;
  }

  #photo-heading {
    position: relative;
    min-height: 300px;
    min-width: 100%;
    background: url("../img/bear-cubs-phone2.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
  }
  /*#home-heading {
    position: relative;
    min-height: 300px;
    min-width: 100%;
    background: url("../img/kitty3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
  }*/
  .icon-wrapper {
    flex-direction: column;
  }
}

@media only screen and (max-device-width: 1366px) {
  .parallax-container {
    background-attachment: scroll;
  }
}
