a {
  cursor: pointer;
}
.header-main {
  width: 100%;
  height: 60px;
  display: flex;
  z-index: 1000;
  justify-content: space-between;
  position: fixed;
  background: rgba(204, 201, 201, 0.526);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px); /* Safari 9+ and Safari on iOS 9+ */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.header-main-logo {
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.header-main-logo h1 {
  color: black;
  font: bold;
  font-weight: 600;
  font-size: x-large;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  padding-left: 10px;
}
.header-main-nav {
  width: fit-content;
  height: 100%;
}
.header-main-nav ul {
  list-style: none;
  margin-right: 20px;
}
.header-main-nav ul li {
  display: inline;
  float: left;
}
.header-main-nav ul li a {
  padding: 0 10px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  line-height: 60px;
  color: black;
  font-weight: 600;
}
.header-main-nav ul li a:hover {
  color: #3498db;
}
.header-main-nav ul li a.contact-link {
  border: 1px solid red;
  border-radius: 15px;
  padding: 10px;
  background-color: red;
}
.header-main-nav ul li a.contact-link:hover {
  background-color: black;
}
/* .footer-main {
    width: 100%;
    height: 100px;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.footer-main p {
    color: white;
} */
.burger-menu,
.burger-menu-btn {
  display: none;
}
/* Mobile Version */
@media only screen and (max-width: 600px) {
  .burger-menu-btn {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/menu_icon.png"), url("../img/close.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center left 50px;
    margin-right: 25px;
    margin-top: 20px;
  }

  .burger-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 900;
    background: rgba(204, 201, 201, 0.848);
    backdrop-filter: blur(10px);
  }

  .burger-menu ul {
    width: 100%;
    height: calc(100vh - 60px);
    display: flex;
    padding-top: 60px;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .burger-menu ul li {
    flex-basis: 100%;
    border-top: 2px solid rgb(0, 0, 0);
  }
  .burger-menu ul li:last-child {
    border-bottom: 2px solid rgb(0, 0, 0);
  }
  .burger-menu ul li a {
    display: block;
    height: 100%;
    font-size: large;
    flex-basis: 100%;
    padding: 25px 0;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    color: black;
  }

  .header-main {
    width: 100%;
  }
  .header-main-logo p {
    display: flex;
  }
  .header-main-nav ul {
    display: none;
  }

  .header-main-nav ul li {
    display: none;
    float: left;
  }
  /* .footer-main {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 10px;
    } */

  .header-main-logo h1 {
    font-size: 20px;
    padding-left: 5px;
  }
}

.footer-distributed {
  background: rgba(152, 152, 152, 0.526);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari 9+ and Safari on iOS 9+ */
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #000000;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
  transition: ease 0.25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  padding-right: 10px;
  transition: ease 0.25s;
}

.footer-distributed .footer-links a:before {
  content: "  ";
  font-size: 20px;
  left: 0;
  color: #000000;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  font-size: 20px;
  border: #000000 solid 1px;
  color: #000000;
  text-align: center;
  line-height: 40px;
  margin-left: 3px;
  transition: all 0.25s;
}

.footer-distributed .footer-right a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}
