@font-face {
  src: url("../fonts/Raleway-VariableFont_wght.ttf");
  font-family: "Relaway";
}
@font-face {
  src: url("../fonts/Vollkorn-VariableFont_wght.ttf");
  font-family: "Vollkorn";
}
.section-title {
  font-family: "Vollkorn";
}

a:hover {
  color: #00adb5;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #00adb5;
}

@font-face {
  src: url("../fonts/Raleway-VariableFont_wght.ttf");
  font-family: "Relaway";
}
@font-face {
  src: url("../fonts/Vollkorn-VariableFont_wght.ttf");
  font-family: "Vollkorn";
}
.section-title {
  font-family: "Vollkorn";
}

a:hover {
  color: #00adb5;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #00adb5;
}

ul {
  list-style: none;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  overflow-y: hidden;
  z-index: 999;
}

.noscroll {
  overflow: hidden;
}

.navbar {
  background-color: #303941;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 8.5px;
  padding-right: 8.5px;
  justify-content: start;
  position: relative;
}

.menu-icon {
  width: 20%;
}
.menu-icon i {
  font-size: 20px;
  color: #00adb5;
}

.menu-logo {
  width: 80%;
  text-align: center;
  padding-right: 20%;
}
.menu-logo img {
  width: 32px;
  height: 32px;
}

.navbar-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0b0b0b;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.close-nav {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 30px;
  color: #979797;
}

.menu-item {
  margin-bottom: 30px;
}

.menu-link {
  color: #dcd9d9;
  font-size: 1.125em;
  font-weight: 600;
  font-family: "Raleway";
}

.item-active .menu-link {
  color: #00adb5 !important;
}

.hide {
  display: none;
}

@media (min-width: 961px) {
  nav {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
    transition: top 0.5s;
    background-color: white;
  }

  .navbar {
    background-color: white;
    padding: 0px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }

  .menu-icon {
    display: none;
  }

  .menu-logo {
    width: 50%;
    text-align: start;
    padding: 8px 30px 8px 0;
    flex: 1;
  }
  .menu-logo img {
    width: 60px;
    height: 60px;
  }

  .navbar-content {
    display: inline;
    position: relative;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.25);
  }

  .close-nav {
    display: none;
  }

  .menu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
  }

  .menu-item {
    margin-bottom: 0px;
  }

  .menu-link {
    color: #706f6f;
    font-size: 16px;
  }

  .item-active {
    position: relative;
  }
  .item-active .menu-link {
    color: #00adb5 !important;
  }
  .item-active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    background-color: #00adb5;
    width: 100%;
  }
}
.contact-section {
  padding-top: 23px;
}
.contact-section .contact-info {
  text-align: center;
  padding-bottom: 40px;
}
.contact-section img {
  max-width: 30%;
  margin-bottom: 25px;
  border-radius: 50%;
}
.contact-section .contact-mail {
  display: block;
  color: #575656;
  font-size: 16px;
  font-weight: 600;
  font-family: "Relaway";
}

@media (min-width: 961px) {
  .contact-section {
    padding-top: 23px;
  }
  .contact-section .contact-info {
    text-align: center;
    padding-bottom: 40px;
  }
  .contact-section img {
    width: 120px;
    height: 120px;
  }
  .contact-section .contact-mail {
    font-size: 30px;
  }
}
footer {
  background-color: #333333;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 40px;
  font-family: "Relaway";
}
footer .footer-header {
  color: #ebebeb;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 4px;
}
footer .copy-right {
  color: #ebebeb;
  font-size: 12px;
}
footer .footer-logos {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
footer .footer-logos .footer-image {
  width: 34px;
  height: 34px;
}
footer .footer-logos .footer-image:first-child {
  margin-right: 10px;
}
footer .footer-logos .footer-image:last-child {
  width: 38px;
}

@media (min-width: 961px) {
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 7.5%;
    align-items: center;
  }

  .footer-info {
    text-align: start;
  }

  .footer-logos {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .footer-logos .footer-image:first-child {
    margin-right: 20px;
  }
}
#content {
  padding-top: 54px;
}

.section-title {
  padding-bottom: 21px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  color: #575656;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #00adb5;
  width: 50px;
}

.categories-section {
  padding-left: 10px;
  padding-right: 10px;
}
.categories-section .links {
  font-size: 11px;
  padding-bottom: 29px;
  padding-top: 6px;
  text-transform: uppercase;
  font-family: "Relaway";
}
.categories-section .link-active {
  color: #00adb5;
}
.categories-section .category {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.categories-section .category-image {
  width: 100%;
}

.contact-section {
  background-color: #f6f9f8;
}

@media (min-width: 961px) {
  #content {
    padding-top: 124px;
  }

  .links {
    display: none;
  }

  .section-title {
    font-family: "Vollkorn";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 42px;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }

  .categories-section {
    width: 85%;
    margin: 0 auto;
  }
  .categories-section .categories {
    display: flex;
    flex-wrap: wrap;
  }
  .categories-section .category {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-section {
    background-color: #f6f9f8;
    padding-top: 88px;
    padding-bottom: 48px;
  }
}

/*# sourceMappingURL=graphicDesign.css.map */
