@font-face {
    font-family: 'FreshlyBakedSans';
    src: url('/fonts/FreshlyBakedSans.otf') format('opentype');
    /* font-weight: normal;
    font-style: normal; */
 }
 h1, h2, h3, h4, h5, h6{
    font-family: 'FreshlyBakedSans', sans-serif;
}
.alt-font {
    font-family: 'FreshlyBakedSans', sans-serif;
    font-size:1.5em;

}
.navbar.navbar-light .navbar-nav .nav-link{
    font-family: 'FreshlyBakedSans', sans-serif;
    font-size:2em;
    color:#ca943d;
    font-weight:500;
}

.navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav a.nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    font-family: 'FreshlyBakedSans', sans-serif;
    font-size:2em;
    cursor:pointer;
    color:#ca943d !important; /*forced to do this because whoever wrote the original css used it... idiots!*/
    font-weight:600;
}
a.nav-linker{
   font-family: 'FreshlyBakedSans', sans-serif;
    font-size:2.5em;
   
}
a.nav-linker:hover{
 cursor:pointer;
 font-size:3em;
    color:#ca943d !important;
}

.margin-20px-t{
    margin-top:20px;
}
.btn-gradient-gold { background-image: linear-gradient(to right, #ca943d, #cd9452, #cb933d); color: #fff; background-size: 200% auto; transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
.formImg{
    max-height:150px;
    width:auto;
}