@charset "UTF-8";
footer {
  position: relative;
  height: 100px;
}

.pg-fun {
  padding-top: 4rem;
  background-color: #0E1217;
}
.pg-fun .content {
  height: 100%;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.pg-fun ul {
  list-style: none;
  padding: 0;
}
.pg-fun .site-heading {
  padding: 1rem;
  text-align: center;
  font-family: "Courgette", cursive;
  color: white;
  padding-top: 5rem;
  font-size: 4rem;
  text-align: center;
  max-width: 95%;
}
@media all and (max-width: 480px) {
  .pg-fun .site-heading {
    font-size: 2.25rem;
  }
}
.pg-fun .white-link {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0.175rem 0.5rem;
  border: 2px solid transparent;
}
.pg-fun .white-link:hover {
  border: 2px solid whitesmoke;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pg-fun .email-btn {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  padding: 13px 32px;
  text-decoration: none;
}
.pg-fun .email-btn:hover {
  background: whitesmoke;
  color: darkgray;
}
.pg-fun .linkwrap {
  margin: 0 auto;
  transform: translateX(-2rem);
}
.pg-fun .linkwrap li {
  margin-bottom: 1rem;
}
.pg-fun .img-layout {
  transform: translateY(88px);
  z-index: -10;
  position: relative;
}
.pg-fun .ground {
  height: 100px;
  background: #0e1116;
  background: linear-gradient(180deg, #0e1116 0%, #206022 85%);
  background: -moz-linear-gradient(180deg, #0e1116 0%, #206022 85%);
  background: -webkit-linear-gradient(180deg, #0e1116 0%, #206022 85%);
}

.home {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.home html {
  scroll-behavior: smooth;
}
.home main {
  margin: 8rem 0;
}
.home .content-column {
  width: 800px;
  max-width: 90vw;
  margin: 0 auto;
}
.home ul {
  list-style: none;
  padding: 0;
}
.home a:not(.button) {
  color: white;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #06df3c;
}
.home a:not(.button):hover {
  border-bottom: 2px solid #F49FBC;
  color: #F49FBC;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.home * {
  font-family: "Lato", Futura, ‘Century Gothic’, AppleGothic, sans-serif;
}
.home h1, .home h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.home h2 {
  text-transform: capitalize;
}
.home p {
  line-height: 1.75;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.home .white {
  color: white;
}
.home * {
  box-sizing: border-box;
}
.home *::before, .home *::after {
  box-sizing: border-box;
}
.home .button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.home .button.learn-more {
  width: 18rem;
  height: auto;
}
.home .button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #06df3c;
  border-radius: 1.625rem;
}
.home .button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.home .button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.home .button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.home .button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 16px;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #06df3c;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.home .button:hover .circle {
  width: 100%;
}
.home .button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.home .button:hover .button-text {
  color: #fff;
}
.home nav {
  display: flex;
  justify-content: flex-end;
}
.home nav a {
  display: inline-block;
  margin-left: 1.5rem;
}
.home nav ul {
  display: flex;
  flex-direction: row;
}
.home nav ul li {
  display: inline-block;
  margin-bottom: 2rem;
}

.billy-img {
  filter: grayscale(100%);
  display: block;
  border-radius: 50%;
  max-width: 300px;
}

h1 {
  font-size: 3rem;
}
h1 span {
  display: block;
}
h1 .fed {
  max-width: 600px;
}

h2 {
  font-size: 2rem;
}

.about {
  color: white;
}
.about .about-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
}
.about .about-wrap p {
  margin-right: 4rem;
  max-width: 300px;
}
.about a {
  color: white;
}
@media all and (max-width: 680px) {
  .about .about-wrap {
    flex-direction: column;
  }
  .about p {
    max-width: 400px;
  }
}

.content {
  margin-bottom: 6rem;
}
.content ul li {
  margin-bottom: 1.5rem;
}

.social-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: cover;
  margin-right: 1rem;
  transform: translateY(12px);
}
.social-icon.linkedin {
  background-image: url(../img/linkedin.svg);
}
.social-icon.insta {
  background-image: url(../img/instagram-logo.svg);
}
.social-icon.twitter {
  background-image: url(../img/twitter.svg);
}
.social-icon.email {
  background-image: url(../img/gmail.svg);
}

.contact ul li {
  margin-bottom: 1.5rem;
}

.btn-color {
  background: #AEDB1D;
}