/*
 * Base structure
 */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {
  --bs-body-font-weight: 300;
}

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  font-family: "Josefin Sans", sans-serif;
}

.cover-container {
  max-width: 60em;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


/* My change html and css */
.icon-nav-1, .icon-nav-2, .icon-nav-3, .icon-nav-4 {
  width: 36px;
  height: 36px;
}

.hd-title {
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.desc-2 {
  font-style: normal;
  font-weight: 200;
  line-height: 100.095%;
}

.hd-icons {
  font-style: normal;
  font-weight: 200;
  line-height: 100.095%;
}

.icon-1, .icon-2, .icon-3, .icon-4 {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

footer { margin-left: 1rem; }
