nnav ul li a {
    float: left;
}
#mainnav ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: "Handlee", cursive;
    color: #fff;
    font-weight: 700;
    text-decoration: orange;
    outline: orange;
		text-shadow: 0 0 5px black;
}
.text-slider .maintitle, .text-slider .subtitle {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5) !important;
}
.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/css-wiki.png', sizingMethod='scale');
}
.site-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.btn-menu {
    color: #ffffff;
		text-shadow: 0 0 5px orange;
}