body {
  font-family: Roboto;
}

h1 {
  font-family: Roboto;
  font-size: x-large;
  margin-top: 10px;
}

.ftco-navbar-light {
  background: #fff !important;
  z-index: 3;
  padding: 10px 10px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.75); }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  .ftco-navbar-light .navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease-out;
    will-change: all; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      transform: scale(1.1);
      color: #ec8f6a; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #000000; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #333333;
    position: relative;
    transition: transform 0.4s ease-out;
    will-change: transform;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      transform: scale(1.1);
      color: #ec8f6a; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: rgba(0, 0, 0, 0.75); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #ec8f6a;
          transform: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #000000;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
    padding: 0; }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 12px;
      color: #000; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: #ec8f6a;
        color: #000000; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000000;
    background: #ec8f6a;
    border-radius: 0px; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #000000;
        background: #ec8f6a;
        border-radius: 4px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    transform: scale(1.1);
    color: #ec8f6a; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        transform: scale(1);
        color: #ec8f6a; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.75) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }

.social-media p a {
            transition: transform 0.4s ease-out;
      will-change: transform;

  border: 1px solid #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px; }
  .social-media p a span {
    color: #4d4d4d; }
  .social-media p a:hover {
    transform: scale(1.1);
    text-decoration: none;
    background: #ec8f6a;
    border-color: #ec8f6a; }
    .social-media p a:hover span {
      color: #fff; }
  @media (max-width: 991.98px) {
    .social-media p a {
      margin-right: 2px;
      width: 30px;
      height: 30px; }
    }

.web-item {
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0);
}

.profile-picture-image-container {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}

.profile-picture-image-container img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 25px;
}

.profile-picture-morphing-effect img {
  clip-path: circle(50% at 50% 50%);
  transition: clip-path 0.4s ease-out;
}

.profile-picture-morphing-effect:hover img {
  clip-path: circle(70% at 50% 50%);
}

footer p {
  font-family: Roboto;
  text-align: center;
  font-size: xx-small;
}

.custom-btn {
  font-family: Roboto;
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 160px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

.custom-btn-one {
  color: #000000;
  transition: all 0.3s;
  position: relative;
}
.custom-btn-one span {
  transition: all 0.3s;
}
.custom-btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  transform: scale(0.1, 1);
}
.custom-btn-one:hover span {
  letter-spacing: 2px;
  text-decoration: none;
}
.custom-btn-one:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.custom-btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}
.custom-btn-one:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}

.blog-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.blog-buttons a {
  text-decoration: none;
}

.blog-header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 25px;
}

.blog-header-image img {
  min-width: 100%;
  min-height: 100%;
}

.blog-header-image a {
  
  text-decoration: none;
}

.readme-button {
  background-color: rgba(221, 129, 93, 0.8);
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s;
  float: right;
}

.readme-button:hover {
  background-color: rgba(221, 129, 93, 1);
  color: #fff;
  transform: scale(1.05, 1.05); 
}

.article-container {
  @media (max-width: 9910.98px) {
    width: 75%;
  }
  @media (max-width: 767.98px) {
    width: 100%;
  }
  padding-bottom: 50px;
}

.article-container img {
  transition: all 0.4s ease-out;
  padding: 0px;
}

.article-container img:hover {
  transform: scale(1.1);
}

.article-container p {
  text-align: left;
}

.blog-header-date {
  font-size: small;
  text-align: right;
  color: #4d4d4d;
  margin-left: 25px;
  margin-right: 25px;
}
