@font-face {
  font-family: "Signpainter-Bup";
  src: url("/assets/font/SignPainter-HouseScript.eot") format("eot"),
    url("/assets/font/SignPainter-HouseScript.woff") format("woff"),
    url("/assets/font/SignPainter-HouseScript.ttf") format("truetype"),
    url("/assets/font/SignPainter-HouseScript.svg") format("svg");
}

body {
  background-color: #fff;
}

h1 {
  font-family: "Signpainter", "Signpainter-Bup";
  font-size: 8em;
  margin: 40px 0px;
  font-weight: 900;
  line-height: 0.9em;
}

h2,
h3,
h4,
h5,
h6,
td,
th,
p {
  font-family: "Avenir Next", "Nunito Sans", "Open Sans";
  font-size: 1.3em;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

a,
.highlight {
  font-size: 0.9em;
  font-family: "Avenir Next", "Nunito Sans", "Open Sans";
  color: #6237c8;
  border: 1px solid #dfcde5;
  border-radius: 30px;
  background-color: #fef8ff;
  cursor: pointer !important;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: inline-block;
}

a:hover {
  color: #6237c8;
  border-color: #6237c8;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 3em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  text-align: center;
  margin: 0px auto;
  padding: 0px 15px;
  letter-spacing: 3px;
  position: relative;
  top: -12px;
  background-color: #fff;
  display: inline-block;
  font-size: 1em;
}

h6 {
  font-family: "Open Sans";
  font-size: 1em;
}

section {
  padding: 100px 0px 70px;
  background-color: #fff;
}

footer {
  padding: 50px 0px;
}

#navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 999;
  color: #fff;
  padding: 10px 0px;
  background-color: rgba(0, 0, 0, 0);
  height: 60px;
  /* top: -60px; */
  /* opacity: 0; */
  /* transition: all 0.2s ease-out; */
}

#navbar.show {
  top: 0px;
  background-color: rgba(0, 0, 0, 1);
}

#navbar p,
#navbar span {
  /* font-family: 'Signpainter'; */
  font-family: "Avenir Next", "Nunito Sans", "Open Sans";
  color: #fff;
  cursor: pointer !important;
  font-size: 0.9em;
  letter-spacing: 6px;
  text-transform: uppercase;
  top: 7px;
  position: relative;
  display: inline;
}

#navbar a {
  color: #fff;
  background: transparent;
  border: none;
  padding: 6px 2px;
  display: inline-block;
  line-height: 2em;
}

#navbar a:hover {
  color: #ccc;
}

#navbar span {
  margin-left: 5px;
  margin-right: 5px;
}

#logo-title {
  margin: 0px;
  font-size: 48px;
}

del {
  text-decoration: none !important;
  color: #aaa;
}

canvas {
  background-color: #000;
  display: block;
  /* visibility: hidden; */
  position: relative;
  /* margin-top: 50px; */
  height: 1vh;
  width: 1vw;
}

table {
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

th,
td {
  padding: 30px;
}

td:first-child {
  font-weight: bold;
}

#work img,
#about img {
  width: 100%;
  margin-bottom: 30px;
}

.badge {
  font-family: "Avenir Next", "Nunito Sans", "Open Sans";
  font-size: 0.9em;
  font-weight: 400;
  padding-top: 7px;
  border-radius: 2px;
  background-color: #222;
  margin-right: 3px;
  margin-bottom: 3px;
}

.highlight {
  color: #df8108;
}

code {
  color: #c959a8;
  background-color: #f9f3f9;
}

.fa {
  font-size: 1.5em;
}

.open-source-logos {
  margin-bottom: 30px;
}

.list-item {
  border: 1px solid #dfcde5;
  border-radius: 2px;
  padding: 10px 30px 0px;
  display: block;
  text-decoration: none !important;
  min-height: 280px;
  margin-bottom: 30px;
}

.list-item:hover {
  border-color: #6237c8;
  background-color: #fef8ff;
}

footer a {
  color: #000;
  background: transparent;
  border: none;
  padding: 6px 2px;
  display: inline-block;
}

footer a:hover {
  color: #6237c8;
}

@media (max-width: 768px) {
  /* .list-item {
    border-left: none;
    padding: 0px;
  } */
}
