/*
Copyright 2010-2020 by Forty Foot Designs, LLC.  All rights reserved.


*/
/*
    Created on : Sep 2, 2024, 11:54:07 AM
    Author     : Robert Steo, Forty Foot Designs, LLC
*/
body{
    font-family: "Merriweather";
}

h1{
    font-family: "aktiv-grotesk";
    font-size: 36px;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 4px;
    font-weight: 300;
    font-style: normal;
}

h2{
    font-family: "aktiv-grotesk";
    font-size: 36px;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 4px;
    font-weight: 300;
    font-style: normal;
}
h4{
    font-family: "Merriweather";
    font-size: 18px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
}
.menuText{
    font-family: "Merriweather";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
}
a{
    color: 056b85
}