html, button, input, select, textarea, .pure-g [class *= "pure-u"], .pure-g-r [class *= "pure-u"]{
    font-family: 'Open Sans', sans-serif;
}

html{
    background: #474343
    overflow-y: scroll;
}

body{
    background: #474343;
    display: flex;
    flex-direction: column;
    max-width: 95%;
    margin: auto;
	

}

header > .home-menu{
    background: inherit !important;
    height: 17px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;	
}

header > .home-menu > a.pure-menu-heading, header > .home-menu > ul, header > .home-menu > ul > li{
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0.75 !important;
}

header > .home-menu > a.pure-menu-heading{
    color: #FFFFFF;
    font-size: .75em;
    text-shadow: 4px 2px 4px black;
}

header > .home-menu > ul > li > a{
    color: #FFFFFF;
    font-size: .75em;
    text-shadow: 4px 4px 6px black;
}

header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li > a:focus{
    background: #474343 important;
    text-shadow: 4px 4px 6px black;
    
}

header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li.pure-menu-selected > a{
    color: red;
    background: inherit;
}

main {
    background-color: #A19E9E;
    color: #000000;
    position: stikcy;
    font-weight: normal;
    font-size: 0.75em;
	padding-bottom: 10px;

}

footer{
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.75em;
    padding: 15px;
    line-height: 24px;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer iframe{
    vertical-align: middle;
}