@charset "UTF-8";
@keyframes fade-in-translate {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in-translate 0.5s 0.5s both;
}

.fade-in-2 {
  animation: fade-in-translate 0.7s 0.7s both;
}

.fade-in-3 {
  animation: fade-in 0.7s 0.7s both;
}

header {
  background-color: white;
  padding: 4px 10px;
}

header .logo {
  text-decoration: none;
  font-family: "EBGaramond-initials2", "EBGaramond";
  display: block;
}

header a {
  text-decoration: none;
  color: black;
  margin: 0 auto;
}

header h1 {
  margin: 0 auto;
  width: 5em;
}

.nav-container {
  padding: 10px auto;
}

nav {
  flex-wrap: wrap;
  padding: 10px;
  overflow: auto;
  margin: 0 auto 0 0;
  max-width: 40em;
}

nav .nav-item {
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 0;
  color: #525257;
  flex: 1;
  flex-basis: 2em;
}

nav a {
  text-decoration: none;
  color: #525257;
  font-weight: bold;
  transition: all 0.2s;
}

nav a::before {
  content: "›";
  font-size: 1.3em;
  transform: translateX(-60px);
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}

nav a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

nav .active {
  color: black;
}

.link-arrow {
  content: "›";
}

@media (min-width: 720px) {
  header {
    display: flex;
    padding: 3px;
  }

  header > div {
    flex: 1 5em;
  }

  header h1 {
    margin: 0;
  }

  nav {
    flex: 4;
    display: flex;
  }

  nav .nav-item {
    display: flex;
  }

  .nav-container {
    display: flex;
    flex: 4 20em;
  }
}
.link {
  color: #525257;
  text-decoration: none;
  font-weight: bold;
}

.link:hover {
  color: black;
}

.services .items {
  width: 20em;
  background: white;
  margin: 5em auto;
  box-shadow: 8px 14px 10px rgba(39, 44, 49, 0.01);
}

.services .item {
  font-size: 1.2rem;
  width: 4em;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

.services .item:not(:last-child) {
  border-bottom: 2px solid grey;
}

.services .info {
  padding: 20px;
  color: #525257;
  width: 20em;
  background: white;
  margin: 5em auto;
  box-shadow: 8px 14px 10px rgba(39, 44, 49, 0.01);
}

.web.hero {
  height: max(50vh, 20em);
  width: 100%;
  background-image: url("image/pexels-charles-parker-5845527(v2).jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.web .filter {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.web .heading {
  color: white;
  position: relative;
  top: 20%;
  left: 20%;
  margin: 0 auto 0 auto;
  max-width: min(25rem, 100%);
}

.web .heading p {
  color: white;
}

.web .frameworks {
  display: flex;
  flex-flow: row wrap;
}

.frameworks .card {
  flex: 2 200px;
  margin: 0 10px;
  text-align: center;
}

.frameworks img {
  margin: 0 auto;
  display: block;
  height: 50px;
}

.frameworks h2 {
  width: 100%;
  text-align: center;
}

.web .content {
  display: flex;
  flex-flow: row wrap;
}

.web .points {
  flex: 1;
}

.web .info {
  flex: 1;
}

.points img {
  height: 30px;
  transform: translateY(10px);
  margin-right: 5px;
}

.points p {
  display: inline-block;
}

.content .info {
  margin-left: 10px;
}

.process {
  padding-bottom: 4em;
}

.process h2 {
  text-align: center;
}

.process ol {
  font-size: 1.3rem;
  max-width: 20em;
  margin: 0 auto;
}

.process li {
  margin: 1em 0;
  color: #424242;
}

.process li b {
  color: black;
}

.process .end {
  display: inline-block;
  position: relative;
  margin: 3em auto 0 auto;
  width: 10em;
}

.process .btn-grey {
  display: block;
  margin: 4em auto 0 auto;
  max-width: 5em;
  text-align: center;
}

#utilities a {
  text-decoration: none;
  color: #525257;
}

#utilities h4 {
  margin-left: 2em;
  text-decoration: none;
  color: #525257;
}

#utilities h4::before {
  content: "»";
}

#utilities h4:hover {
  color: black;
}

@media (max-width: 720px) {
  .web .heading {
    max-width: 100%;
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.web .content h4 {
  display: inline-block;
}

header.home {
  margin: 5vh auto 0 auto;
  max-width: 60rem;
  display: block;
  height: auto;
  background-color: transparent;
}
header.home h1.logo {
  font-size: 3em;
  font-family: "EBGaramond-initials2", "EBGaramond";
  margin: auto;
  text-align: center;
  width: inherit;
  position: relative;
  top: 50px;
}
header.home nav {
  background-color: #f0f0f0;
  margin-top: 20%;
  max-width: 100%;
  min-height: 2em;
}

.home div.hero {
  background-color: #e2e2e7;
  margin: 0 25px;
  height: 30rem;
  border-radius: 5px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.1), 1px 3px 8px rgba(39, 44, 49, 0.06);
}

.hero img {
  display: block;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.home .nav-item {
  min-height: 2em;
}

.projects h3 {
  color: Black;
}

#sites > div {
  margin-bottom: 4em;
}

h2.category {
  background: white;
  text-align: center;
  padding: 10px;
  border-bottom: solid black 2px;
  max-width: 6em;
  margin-left: auto;
  margin-right: auto;
}

.soon {
  max-width: 10em;
  min-height: 5em;
  margin: auto;
}

#sites .pages {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.pages img {
  height: 200px;
  width: auto;
  margin: 10px;
  padding: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in;
}

.pages img:hover {
  transform: translateY(-10px);
}

.about .info {
  padding: 5em 3em;
}

.about img {
  border-radius: 50%;
  width: 150px;
  margin: 5px auto;
  display: block;
}

.about h2 {
  text-align: center;
  margin-bottom: 0;
}

.about h4 {
  text-align: center;
}

.about .heading {
  margin-bottom: 3em;
}

.contact .methods {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  padding: 5px;
}

.contact .methods > div {
  background: white;
  margin: 0 auto;
  padding: 15px 10px;
  flex: 1;
  text-align: center;
}

.contact .methods h4 {
  text-align: center;
  border-bottom: 2px solid black;
  margin-left: auto;
  margin-right: auto;
  max-width: 5em;
}

.contact .email a {
  color: #525257;
  font-weight: bold;
  font-size: 1.2rem;
}

.contact a:hover {
  color: black;
}

.status {
  margin: 20px auto;
  max-width: fit-content;
}

.status h4 {
  display: inline-block;
}

.status #light {
  display: inline-block;
  width: 50px;
  height: 50px;
  transform: translateY(17px);
  background: radial-gradient(red 10%, transparent 50%);
}

.status.active #light {
  background: radial-gradient(#23dc00 10%, transparent 50%);
}

@font-face {
  font-family: "EBGaramond";
  src: url("font/EBGaramond/EBGaramond08-Italic.otf") format("opentype");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "EBGaramond";
  src: url("font/EBGaramond/EBGaramond12-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "EBGaramond";
  src: url("font/EBGaramond/EBGaramond08-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "EBGaramond";
  src: url("font/EBGaramond/EBGaramond12-Italic.otf") format("opentype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "EBGaramond-initials2";
  src: url("font/EBGaramond/EBGaramond-InitialsF1.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "EBGaramond-initials";
  src: url("font/EBGaramond/EBGaramond-Initials.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
html body {
  font-family: "EBGaramond", "Times New Roman";
  background: url("background/interlaced/interlaced.png") repeat;
  margin: 0;
}

h2 {
  color: black;
  font-weight: 600;
  font-size: 2em;
}

h3 {
  color: white;
  font-size: 3rem;
  margin: 0;
}

h4 {
  color: black;
  margin: 10px 0;
  font-size: 1.4rem;
}

main {
  margin: 0 10px;
  margin-bottom: 100px;
}

main section {
  margin: 30px auto 0 auto;
  max-width: 50em;
  background: white;
  padding: 10px 20px;
  border-radius: 0;
}

p {
  font-size: 1.2em;
  color: #424242;
}

a {
  text-decoration: none;
}

footer {
  background-color: #2a2c2d;
  font-family: Times;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #aaa;
  bottom: 0;
  margin-top: 8em;
}
footer a {
  font-size: 0.8rem;
  margin: 0 5%;
  color: #aaa;
}
footer a:hover {
  color: #ddd;
  text-decoration: none currentcolor solid;
}
footer .foot-links {
  max-width: 50em;
  border-bottom: 1px solid #555;
  margin: auto;
  padding-bottom: 5px;
}
footer small {
  padding: 1% 10%;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.btn-grey {
  color: #424242;
  background: white;
  border: 1px solid #424242;
  border-radius: 3px;
  padding: 0.7em;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

.btn-grey:hover {
  color: white;
  background: #424242;
}

.btn-black {
  color: black;
  background: white;
  border: 1px solid black;
  border-radius: 3px;
  padding: 0.7em;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

.btn-black:hover {
  color: white;
  background: black;
}

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