body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 18px;
}
h1, h2, h3 {
    font-family: 'Paytone One', sans-serif;
}
h2 {
    font-size: 28px;
}
.shawna-navigation {
    background: #fff;
    color: #000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05)
}
.shawna-navigation .nav-link {
    color: #000;
    font-size: 18px;
}
.shawna-navigation .nav-link:hover {
    color: #00C2FF;
}
#shawnaIntroBlock {
    
}

.dropdown-toggle.no-arrow:after {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.home-square, .home-circle, .home-triangle {
    position: relative;
}
#shawnaIntroBlock .intro-text h1 {
    color: #FF3014;
    font-size: 100px;
    margin-bottom: 20px;
    line-height: 100px;
}
#shawnaIntroBlock .intro-text p {
    font-size: 28px;
    line-height: 34px;
}
.section-blue-background {
    background: rgba(194, 215, 221, 0.18);
}
.square-heading h2 {
    position: relative;
    margin-left: 50px;
}
.square-heading h2:before {
    content: '';
    background: url("../images/heading-square.svg");
    width: 33px;
    height: 33px;
    left: -50px;
    top: 3px;
    position: absolute;
}
.circle-heading h2 {
    position: relative;
    margin-left: 50px;
}
.circle-heading h2:before {
    content: '';
    background: url("../images/heading-circle.svg");
    width: 31px;
    height: 31px;
    left: -50px;
    top: 3px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}
.triangle-heading h2 {
    position: relative;
    margin-left: 50px;
}
.triangle-heading h2:before {
    content: '';
    background: url("../images/heading-triangle.svg");
    width: 35px;
    height: 35px;
    left: -50px;
    top: 3px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.square-heading, .circle-heading, .triangle-heading {
    margin-bottom: 2em;
}
.project-preview-img img {
    max-width: 100%;
    padding-right: 2em;
}
.project-portfolio-img img {
    max-width: 100%;

}
.homepage-featured h3, .tools-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.homepage-featured ul li {
    margin-bottom: 8px;
}
.homepage-featured a {
    color:#0092BF;
    text-decoration: none;
    transition: all .2s ease;
    font-weight: 500;
}
.homepage-featured a:hover {
    color:#00C2FF;
    
}
.copyright-text {
    opacity: .6;
}
#shawnaIntroBlock .intro-text p.regular-text {
    font-size: 18px;
    line-height: initial;
    margin-bottom: 40px;
}
.tools-box {
    background-color: #FFE999;
    padding: 2em;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
#shawnaIntroBlock .tools-box p.regular-text {
    margin-bottom: 0;
    line-height: 26px;
}
.portfolio-inner-image img {
    max-width: 100%;
}
.blue-divider {
    margin-bottom: 10px;
}
.intro-margin {
    margin-bottom: 40px;
}
.embed-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .animated-image img {
    max-width: 100%;
  }

  @media only screen and (max-width: 767px) {
    .project-portfolio-img img {
        margin-bottom: 20px;
    }
    .embed-responsive {
        margin-bottom: 20px;
    }
    .tools-box {
        padding: 1em;
    }
    #shawnaIntroBlock .intro-text h1 {
        font-size: 60px;
        line-height: 60px;
    }
    #shawnaIntroBlock .intro-text p {
        font-size: 24px;
    }
    .navbar-brand {
        width: 75%;
    }
    #shawnaIntroBlock .intro-text h1.long-text {
        font-size: 40px;
        line-height: 40px;
    }
  }
