:root {
  --primary-color: rgb(119, 148, 172);
  --dark-color: #333;
  --light-color: #cecbcb;
  --danger-color: #b96146;
  --success-color: #28a745;
}

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

body {
  font-family: 'Roboto', sans-serif;
  color: rgb(85, 83, 83);
}

.heading {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.mid-heading {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.m-paragraph {
  font-size: 1.3rem;
  margin: 0 15rem 3rem 15rem;
}

.container {
  max-width: 1100;
  margin: auto;
  padding: 0 2rem;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.pd-1 {
  padding: 1rem 0;
}
.pd-2 {
  padding: 1.5rem 0;
}
.pd-3 {
  padding: 2rem 0;
}

.p-1 {
  padding: 1rem;
}
.p-2 {
  padding: 1.5rem;
}
.p-3 {
  padding: 2rem;
}
.bg-light {
  background: #f4f4f4;
  color: #333;
}
.bg-dark {
  color: #f4f4f4;
  background: #333;
}
.bg-primary {
  background: var(--primary-color);
  color: #fff;
}

#navbar {
  position: relative;
  display: flex;
  position: sticky;
  top: 0;
  background: #333;
  color: #fff;
  justify-content: space-between;
  z-index: 1;
  padding: 1rem;
}

#navbar ul {
  display: flex;
  align-items: center;
  font-family: 'Orbitron', sans-serif;
  list-style: none;
}

#navbar ul li a {
  color: #fff;
  padding: 0.75rem;
  margin: 0 0.2rem;
  text-decoration: none;
}

#navbar ul li a:hover {
  background: var(--primary-color);
  border-radius: 5px;
}

.primary-color {
  color: var(--primary-color);
}

.logo {
  /* font-family: 'Fontdiner Swanky', cursive; */
  font-family: 'Orbitron', sans-serif;
  /* font-family: 'Righteous', cursive; */
}
#navbar .logo img {
  width: 2%;
  animation: logo 2s 2 2s;
  position: absolute;
  left: 18%;
  top: 0.5rem;
}
@keyframes logo {
  from {
    top: 5px;
    left: 75%;
    transform: rotate(0deg);
  }

  to {
    top: 5px;
    left: 18%;
    transform: rotate(360deg);
  }
}

/* @keyframes logo {
  from {
    top: 0;

    transform: rotate(0deg);
  }

  to {
    top: 0;

    transform: rotate(360deg);
  }
} */

/* Showcase */
.contain {
  position: relative;
  width: 100%;
}

.showcase {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
}

.showcase:nth-child(1) {
  background: #333 url('../img/marcel-heil-j_PZJiA9gE4-unsplash.jpg') no-repeat
    center center/cover;
}
.showcase:nth-child(2) {
  background: #333 url('../img/electricArmendariz.jpg') no-repeat center
    center/cover;
  opacity: 0.3;
}

.showcase .showcase-content {
  display: flex;
  color: #f4f4f4;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 2rem;
  /* Overlay */
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.btn {
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 50px;
  text-decoration: none;
}

.btn:hover {
  background: #253742;
  font-size: 1.25rem;
}
.btn-dark {
  background: #333;
  color: #f4f4f4;
  border: none;
  box-shadow: -2px -2px 2px 0 rgb(78, 77, 77, 1),
    2px 2px 2px 0 rgba(20, 20, 20, 0.5);
}

/* About Section */

#about .items {
  display: flex;
  padding: 1rem;
}

#about .items .item {
  flex: 1;
  text-align: center;
  padding: 1rem;
}
#about .items .item h3,
#about .items .item p {
  color: rgb(90, 90, 90);
}

#about .items .item i {
  background: rgb(119, 148, 172);
  padding: 1rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  box-shadow: 5px 10px 18px #888888;
}

/* Who Section */

#who {
  display: flex;
  height: 50vh;
}
#who div {
  flex: 1;
}
#who .who-img {
  background: #2e2021 url('../img/electricArmendariz.jpg') no-repeat
    center/cover;
  background-size: 75%;
  position: relative;
}

#who .cover-img {
  height: 100%;
  width: 100%;
  /* Overlay */
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#who p {
  padding: 2rem 2rem 2rem 0;
}

.list {
  margin: 0.5rem 0;
  list-style: none;
}

.list li {
  padding: 0.5rem 0;
  border-bottom: #444 dotted 1px;
}

/* Pics */
#famPics div h2 {
  margin-top: 2rem;
}
#famPics .items {
  display: flex;
}
#famPics .items .contact-body {
  display: flex;
  flex-direction: column;
  color: rgb(75, 74, 74);
  padding-top: 2rem;
  border-top: var(--primary-color) 1px solid;
}
#famPics .items .contact-body ul {
  padding-top: 1rem;
  list-style: none;
  color: rgb(100, 99, 99);
}

#famPics .items .contact-body ul li:last-child {
  padding-left: 1.25rem;
}

#famPics .items img {
  margin: auto;
  width: 20%;
  padding: 0 2rem;
  opacity: 0.7;
  border-radius: 50%;
  box-shadow: 5px 10px 18px #888888;
}

#famPics .container .items {
  padding-bottom: 3rem;
}

/* Contact Section */

#contact {
  display: flex;
}

#contact i {
  color: #f4f4f4;
}

#contact .map,
#contact .contact-form {
  flex: 1;
}

#contact .contact-form .form-group {
  margin: 0.75rem;
}

#contact .contact-form label {
  display: block;
}

#contact .contact-form label {
  margin: 0.5rem;
}

#contact .contact-form input,
#contact .contact-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 50px;
}
#contact .contact-form .form-group input,
#contact .contact-form .form-group textarea {
  outline-style: none;
  background: rgb(238, 236, 236);
  box-shadow: -4px -4px 4px 0 rgba(255, 255, 255, 1),
    4px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.contact-heading {
  display: flex;
  justify-content: space-between;
}

.phone {
  padding: 0 1rem;
}
.phone .phone-2 {
  padding-left: 1.25rem;
}

/* footer */
.footer-item {
  color: rgb(158, 154, 154);
  display: flex;
  height: 5rem;
  padding-top: 1rem;
  justify-content: flex-end;
}
.footer-item .env {
  flex: 1;

  /* padding-right: 5rem; */
}

.footer-item .env i {
  color: rgb(185, 183, 183);
}

.footer-item ul {
  text-align: right;
  padding-right: 3rem;
  flex-basis: 25rem;
}

.footer-item ul li {
  list-style: none;
}
.footer-item .beto p {
  text-align: right;
  padding-top: 0.5rem;
}

.footer-item .beto {
  text-align: right;
  display: flex;
  /* flex-basis: 35rem; */
}

.footer-item .beto img {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding-right: 0.5rem;
}

@media (max-width: 1450px) {
  #navbar .logo img {
    left: 25%;
  }

  @keyframes logo {
    from {
      left: 50%;
      transform: rotate(0deg);
    }

    to {
      left: 25%;
      transform: rotate(360deg);
    }
  }
}
