    @font-face {
    font-family: 'D-DIN Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DIN.woff') format('woff');
    }
    

    @font-face {
    font-family: 'D-DIN DIN-Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DIN-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'D-DIN DIN-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DIN-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'D-DIN Condensed Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DINCondensed.woff') format('woff');
    }
    

    @font-face {
    font-family: 'D-DIN Exp Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DINExp.woff') format('woff');
    }
    

    @font-face {
    font-family: 'D-DIN Exp DINExp-Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DINExp-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'D-DIN Condensed DINCondensed-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DINCondensed-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'D-DIN Exp DINExp-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/D-DINExp-Bold.woff') format('woff');
    }

html {
    color:#ffffff;
    font-family: 'D-DIN Regular', sans-serif;   
}

body {
    background: none;
    color:#ffffff;
    background-color: #0f0f0f;
    font-family: 'D-DIN Regular', sans-serif;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#194578+0,100c08+34 */
}

h1,h2,h3,h4,h5{
    color:#ffffff;
    font-family: 'D-DIN Regular', sans-serif;
}

.pantop {
        background-color: #84ba34;
        padding:5px;
        white-space:nowrap;
        overflow:hidden;
    }

.orange
 {
    background-color: #84ba34;
}

.menupan:hover  {
    transition-duration: 0.5s;
    background-color:#84ba34;
}

.button {
    background-color:#84ba34;
    color:#ffffff;
}

a {
    /* OLD BLUE  color:#0f6bb1;  */
    color:#84ba34;
}

.middyorange {
    color: #84ba34;
}

.orangetxt {
    color: #84ba34;

}


.fullwidth {
    background-image: url('../img/fishtailbg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    min-height: 550px;
    width:100%;
}

.black {
    background-color: #0f0f0f;
}


#Fishtail_logo {
    max-height: 52px;
}


.pa {
    background-image:url('../img/default_Fishtail.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    
}