/*
Theme Name: codingstyle
Description: Coding Theme
Author: Dev AM
Version: 1.0
*/



body.retro {
    font-family: 'DrukWideMedium';
    background-color: #9ac503;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body.retro, .retro select, .retro input, .retro textarea {color: #24331a;}

.retro a {color: #24331a; text-decoration: none;}
.retro a:hover {color: #24331a;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
.retro ::-moz-selection{background: #24331a; color: #9ac503; text-shadow: none;}
.retro ::selection {background: #24331a; color: #9ac503; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
.retro a:link {-webkit-tap-highlight-color: #24331a;}

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/



.retro #header span.stroke {
    -webkit-text-stroke: 1px #24331a;
    color: transparent;
    font-size: 1.9vw;
    position: relative;
    top: -0.05vw;
}
.retro #header .name a:hover > span{
    color: #24331a;
}

.retro #header .navigation a:hover,
.retro #header .navigation a.current{
    -webkit-text-stroke: 1px #24331a;
}



.retro #home-footer a:hover{
    color: #9ac503;
/*    background-color: #24331a;*/
    -webkit-text-stroke: 1px #24331a;
}



.retro #footer .inner-footer{
    border-top: 1px solid #24331a;
}



@media screen and (max-width: 960px) {

    
    
}
