
@font-face {
  font-family: 'Chalkduster';
  src: url('assets/Chalkduster.ttf') format('ttf');
  font-style: normal;
  font-weight: normal;
}

.logo {
  width: 180px;
  height: auto;
}

.hero-1 .front-content h1 {
  font-size: 80px;
  font-weight: bold;
}

.tagline {
  max-width: 600px;
  height: auto;
  margin-bottom: 30px;
}

.sub-text {
  font-family: 'Chalkduster';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

#about p {
  font-size: 20px;
  line-height: 30px;
}

#about .social-icons li a {
  width: 40px;
  height: 40px;
}

#about .social-icons li a img {
  display: block;
  width: 100%;
  height: 100%;
}