@font-face {
    font-family: 'ns-icons';
    src: url('../font/ns-icon-font-webfont.woff2') format('woff2'),
         url('../font/ns-icon-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Fira Mono', monospace;
    font-size: 0.8em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #c3c2b5;
    color: #143645;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'bebas neue', sans-serif;
    font-size: 2em;
    margin-bottom: 0.5em;
}
h1{
    font-size: 5em;
    margin-top: 1.5em;
}
h2{
    font-size: 2em;
    margin-top: 0.5em;
}
a {
    text-decoration: none;
}
.bg-reverse {
    background-color: #143645;
    color: #c3c2b5;
}
.navbar {
    background: #c3c2b5;
}
.icon-fonts {
    font-size: 1.5rem;
    padding-right: .5em;
    color: #a3824a;
    font-family: 'ns-icons' !important;
}
.nav-link {
    color: #143645 !important;
}
.active {
    color: #a3824a !important;
    font-weight: bold;
}
.form-control {
    border-radius: 0.2rem;
    border: none;
    color: #143645 !important;
    font-size: 1em;

    background-color: #c3c2b5 !important;
}
.form-control::placeholder{
    color: #1436455a !important;
    font-size: 1em;
}
.email-link {
    color: #a3824a;
}
.button-primary {
    background-color: #143645;
    color: #8c6f3e !important;
    border-width: 1.5px;
    border-style: solid;
    border-color: #8c6f3e;
    border-radius: 0.15rem;
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}
.button-primary:hover {
    background-color: #8c6f3e;
    color: #143645 !important;
}
.what-i-do-bg {
    background-image: url(../../img/graphics/guitar_gold.png);
    background-repeat: no-repeat;
    background-size:contain;
    aspect-ratio: 1/ 0.4;
}
.logo-spacing {
    padding-right: .75em;
}
.project-card {
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1/ 0.4;
    margin-bottom: 0.5em;
    border: none;
    border-radius: 0.15rem;
}
.title-section {
    height: 50rem;
}
.title-space {
    height: 8rem;
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}