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

html{
    background: #2d2d2d;
    /* overflow-y: scroll; */
}

html,body{

    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: url('./bg.jpg');
}

.pure-menu .pure-menu-selected a {
    color: white !important;
}

header > .home-menu{
  
    height: 54px;
    display: flex;
    background: #74700e !important;
}

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: normal !important;
}

header > .home-menu > a.pure-menu-heading{
    color: white;
    font-size: 1.5em;
}

header > .home-menu > ul > li > a{
    color: #ced4d9;
}

header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li > a:focus{
    background: inherit !important;
}

 header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li.pure-menu-selected > a{
    color: white !important;
}

main{
    /* background-repeat: no-repeat; */
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 50px;
    height: 100vh;
    /* background: url('./bg.jpg'); */
}

.logo{
    height: 35px;
    width: 35px;
    margin-top: 10px;
    margin-left: 50px;
    padding-bottom: 10px;
}

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

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

footer iframe{
    vertical-align: middle;
}