body {
  font-family: "Raleway", sans-serif;
}
h1 {
  font-family: "Lato", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  text-shadow: 2px 2px 3px #1a1a1a;
}
h2 {
  font-family: "Russo One", sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 30px;
}

h5 {
  padding-top: 40px;
  margin-bottom: 0px;
}
p {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #7a7a7a;
  line-height: 1.5;
}
.text-link {
  color: #7a7a7a;
  font-style: italic;
}
.text-link:hover {
  color: #7a7a7a;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a ion-icon {
  font-size: 22px;
  color: #ffffff;
}
section {
  padding: 120px 0;
}
.bg-light-grey {
  background-color: #f5f5f5;
}
.bg-dark {
  background-color: #1a1a1a !important;
}
.topmargin-xs {
  margin-top: 15px !important;
}
.topmargin-sm {
  margin-top: 30px !important;
}
.topmargin-lg {
  margin-top: 60px !important;
}
.btn {
  font-size: 14px;
  padding: 8px 10px;
  min-width: 160px;
  /* border-radius: 75px; */
  display: inline-block;
}
.btn-light {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  border: 2px solid #ffffff;
}
.btn-resume {
  background-color: #f5f5f5;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}
.btn-dark {
  background-color: #1a1a1a;
  color: #ffffff;
  /* background-color: #ffffff;
  color: #1a1a1a; */
  border: 1px solid #1a1a1a;
}
/* .btn ion-icon {
  font-size: 14px;
  margin-left: 5px;
} */
.full-width {
  width: 100%;
}
.half-width {
  width: 30%;
}
.text-dark {
  color: #1a1a1a;
}
.form-control {
  font-size: 14px;
  border: 1px solid #cacaca;
  padding: 15px;
  border-radius: 2px;
  height: auto;
}

.form-control:focus {
  border: 1px solid #1a1a1a;
  outline: none;
  box-shadow: none;
}
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  min-height: 90px;
}
.nav-link-logo {
  font-family: "Bangers", cursive;
  /* font-family: "Russo One", cursive; */
  color: #1a1a1a;
  padding: 0;
}
.nav-link-logo:hover {
  color: #1a1a1a;
}
.nav-link {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}
.nav-link:hover {
  color: #1a1a1a;
  font-weight: 900;
  text-decoration: bold;
}
.nav-link-lang {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-left: 14px;
}
.nav-link-lang:hover {
  font-weight: 900;
  color: #1a1a1a;
  text-decoration: underline;
}

.logo-brand {
  min-width: 40px;
  max-width: 40px;
}
.logo-brand-footer {
  background-color: #ffffff;
  border-radius: 100%;
  border-style: hidden;
  min-width: 40px;
  max-width: 40px;
}

.navbar-toggler {
  font-size: 30px;
}
.navbar-toggler:focus {
  outline: none;
}

/* HOME */
#home {
  background-image: url("../img/joshua-rawson-harris-KRELIShKxTM-unsplash.jpg");
  /* background-image: url("../img/imageedit_29_6455549908.jpg"); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding-top: 90px; */
  min-height: 80%;
  max-height: 85%;
  opacity: 0.95;
  color: rgba(255, 255, 255, 0.95);
}
#home h5 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding-top: 80px;
  text-shadow: 2px 2px 3px #1a1a1a;

  /* padding-bottom: 15px; */
}
#home h3 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-shadow: 2px 2px 3px #1a1a1a;

  /* padding-top: 80px; */
  /* padding-bottom: 15px; */
}
#home p {
  color: rgba(255, 255, 255, 0.95);
}

.content-center {
  max-width: 900px;
  margin: 0 auto 10px auto;
  text-align: center;
  align-items: center;
}

.expertise-container {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}

.expertise {
  padding: 16px 16px;
  border-radius: 2px;
  min-width: 350px;
  min-height: 200px;
}

.expertise h3 {
  /* font-family: "Raleway", sans-serif; */
  font-family: "Russo One", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.expertise p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1.5;
  margin-bottom: 12px;
}
.expertise a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 12px;
}

.expertise-box-light {
  background-color: #ffffff;
  border: 1.5px solid #7a7a7a;
}

.expertise-box-light:hover {
  background-color: #ffffff;
  border: 2px solid #1a1a1a;
}
/* .expertise-details {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 9000;
} */

/* TOOLS */
.skills-container {
  margin: 18px 0px;
}

.skills {
  padding: 16px 16px;
  min-width: 350px;
  min-height: 300px;
}

#skills h3 {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.2;
}
#skills h4 {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 12px;
}

/* .skills p, */
.skills p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 6px;
}
.skills-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #424242;

  /* display: block;
  margin: 0 auto; */
  /* margin-top: 20px !important; */
}

.skills-link:hover {
  color: #424242;
  text-decoration: underline;
}
.skills-logo {
  padding: 10px 1px 10px 1px;
  max-width: 95px;
}
.skills-box-light {
  background-color: #ffffff;
  border-top: 1.5px solid #7a7a7a;
  border-bottom: 1.5px solid #7a7a7a;
  /* border: 1.5px solid #7a7a7a; */
}

/* .skills-box-light:hover {
  background-color: #ffffff;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
} */

/* MEMBER */

.member-container {
  position: relative;
  margin: 5px 20px;
}
.member-details {
  position: relative;
  bottom: 0px;
  left: 20px;
}
.member-image {
  padding: 5px 1px 5px 1px;
  width: 85%;
  max-width: 205px;
}

.member-details h5 {
  font-family: "Raleway", sans-serif;
  color: #424242;
  font-size: 18px;
  font-weight: 800;
}
.member-details span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #424242;
}
.member-details ion-icon {
  padding: 0 5px;
  color: #424242;
  margin-bottom: -15px;
}

/* CONTACT */

#contact h3 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  /* line-height: 1.8; */
}

#footer {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer .list-inline .list-inline-item {
  padding: 1px 5px;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 36px;
    line-height: normal;
  }
  #home h5 {
    font-size: 16px;
    padding-top: 80px;
    padding-bottom: 15px;
  }
  #home h3 {
    font-size: 22px;
    font-weight: 400;
    /* padding-top: 80px; */
    /* padding-bottom: 15px; */
  }
  /* .expertise-details h2 {
    font-size: 32px;
  } */
  .expertise {
    min-width: unset;
    padding: 40px;
  }
  .skills {
    min-width: unset;
    padding: 40px;
  }
  .footer-menu {
    display: block !important;
    padding: 5px 0 !important;
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .expertise {
    min-width: unset;
    padding: 40px;
  }
  .skills {
    min-width: unset;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  /* .expertise-details h2 {
    font-size: 30px;
  } */
  .expertise {
    min-width: unset;
    padding: 20px 20px;
  }
  .skills {
    min-width: unset;
    padding: 20px 20px;
  }
}

@media (min-width: 992px) {
  ...;
}

@media (min-width: 1200px) {
  ...;
}
