body {
  /* padding-top: 12%;*/
  padding-top: 5%;
  max-width: 800px auto;
  background: linear-gradient(90deg, #9775f3ac, #00ddce6c, #e8b23d94)
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ !important;
}

#about-h-1 {
  text-align: center;
  margin: 0;
  font-family: "Merienda One";
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 80px;

  text-shadow: 0 1px 0 #cac8c8, 0 2px 0 #c7c5c5, 0 3px 0 #bbbaba,
    0 4px 0 #87b6b6, 0 5px 0 #a9a6a6, 0 6px 1px rgba(0, 0, 0, 0.2),
    0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1),
    0 3px 5px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2),
    0 10px 10px rgba(0, 0, 0, 0.3), 0 20px 20px rgba(0, 0, 0, 0.1);
}

#about-h-3 {
  opacity: 0.7;
  text-align: center;
  margin: 0;

  font-family: "Merienda One";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 50px;
}

.navigation-links {
  display: flex;
  margin-top: 40px;
  justify-content: space-evenly;
}

.navigation-links a {
  margin: 20px;
  border-radius: 4px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.button-weather-pro {
  background: rgb(33, 37, 41);
  background: radial-gradient(
    circle,
    rgba(33, 37, 41, 1) 8%,
    rgba(33, 37, 41, 1) 64%,
    rgba(33, 37, 41, 1) 70%,
    rgba(100, 103, 106, 1) 87%,
    rgba(98, 101, 104, 1) 93%,
    rgba(100, 103, 106, 1) 96%
  );
  box-shadow: var(--box-shadow);
  color: white;

  font-family: "Lobster Two";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.button-impala-love {
  color: #212529;
  border: 2px solid #212529;
  background: white;
  font-family: "Lobster Two";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px !important;
}

.button-weather-pro:hover {
  text-align: center;
  color: white;
}
.button-impala-love:hover {
  text-align: center;
  color: #212529;
}

.dropdown {
  margin: 20px !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 122px !important;
  height: 45px !important;
  background: rgb(33, 37, 41);
  background: radial-gradient(
    circle,
    rgba(33, 37, 41, 1) 8%,
    rgba(33, 37, 41, 1) 64%,
    rgba(33, 37, 41, 1) 70%,
    rgba(100, 103, 106, 1) 87%,
    rgba(98, 101, 104, 1) 93%,
    rgba(100, 103, 106, 1) 96%
  );
  box-shadow: var(--box-shadow);
  color: white;

  font-family: "Lobster Two";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dropdown-item {
  margin-left: 0px !important;
  margin-right: 1px !important;
}

.email-link {
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  font-size: 28px;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}

.img-foots {
  opacity: 60%;
  height: 150px;
}

#about-me-des {
  font-family: "Merienda One";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  /*background: #e9e8ff71 !important;*/
  background: none !important;

  background: #f0fff6d1;
  border-radius: 5%;
  height: 10em auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
  padding-right: 7px;
}

.row {
  padding-top: 1%;
  padding-bottom: 1%;
}
#big-imgs {
  border: 1px solid #fefdff !important;
}

.container {
  padding-bottom: 1%;
}
#contacts {
  background: rgb(191, 201, 212);
  background: radial-gradient(
    circle,
    rgba(191, 201, 212, 1) 29%,
    rgba(103, 101, 110, 1) 51%,
    rgba(191, 201, 212, 1) 60%,
    rgba(86, 24, 96, 1) 78%,
    rgba(86, 24, 96, 1) 92%,
    rgba(23, 7, 13, 1) 97%
  );
  padding-bottom: 2%;
  padding-top: 2%;
  /*border-radius: 1%;*/
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  /* border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;*/
}
#comunication {
  padding-top: 30px;
  padding-bottom: 0px;
}
#ua {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 70%;
}

#loggi {
  font-family: "Nosifer Caps";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 26.4px;
  color: #000a09db;
  border: 3px solid #000a09db;
  text-align: center;
}

#contact-about {
  text-align: center;
  margin: 0;

  font-family: Montez;
  font-size: 29px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 26.4px;
}

#logo-ab {
  opacity: 91%;
  border-radius: 2%;
}
#nv-bar-home,
#nv-bar-about-me,
#nv-bar-contact-me {
  font-family: Sancreek;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 26.4px;
  color: rgba(0, 0, 0, 0.5) !important;
}
#nv-bar-home:hover,
#nv-bar-about-me:hover,
#nv-bar-contact-me:hover {
  color: #232c2b !important;
}

/*.desig-links {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}*/

#skills-links {
  display: flex;
  justify-content: space-around;
  text-decoration: overline;
  font-family: "Sue Ellen Francisco";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 15.4px;
  margin-top: 20px;
}
.desig-links:hover {
  color: #212529 !important;
}

@media (max-width: 670px) {
  .class-h-2 {
    text-align: center;
    font-size: 15px;
  }

  .class-h-1 {
    text-align: center;
    font-size: 20px;
  }

  .class-h-3 {
    text-align: center;
    font-size: 10px;
  }

  .images-width {
    width: 100px auto;
  }

  .text-discription {
    text-align: center;
  }
  .pre-main {
    margin-top: 0px;
    justify-content: space-evenly;
  }
  .pre-nav,
  .homepage-link {
    margin-top: 20px;
  }
  #contacts {
    background: rgb(191, 201, 212);
    background: radial-gradient(
      circle,
      rgba(191, 201, 212, 1) 29%,
      rgba(103, 101, 110, 1) 51%,
      rgba(191, 201, 212, 1) 60%,
      rgba(86, 24, 96, 1) 78%,
      rgba(86, 24, 96, 1) 92%,
      rgba(23, 7, 13, 1) 97%
    );
    padding-bottom: 2%;
    padding-top: 2%;
    border-radius: 1%;
  }
  #contact-about {
    margin-top: 10px;
  }
  body {
    padding-top: 10%;
  }
}
