
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #202020;
}

a {
	color: #0088ff;
}

h1 {
	margin-top: 10px;
	font-size: 17px;
	color: #444;
}

h2 {
	margin-top: 10px;
	font-size: 15px;
	color: #444;
}

.header {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
}

.menu-item {
    display: inline-block;
}

.menu-item.logo img {
    height: 200px;
    width: auto;
}

.menu-item div {
    padding: 10px;
    line-height: 2.5;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.menu-item a {
    text-decoration: none;
}

.menu-item:hover div {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blue {
    background-color: #0c2bd8;
}

.red {
    background-color: #dc0000;
}

.green {
    background-color: #009d08;
}

.lightblue {
    background-color: #2ea9e4;
}

.orange {
    background-color: #ff9200;
}

.lila {
    background-color: #8300b6;
}

.footer {
    font-size: 10px;
}


@media only screen and (max-width: 850px) {
    .logo img {
        display: none;
    }
}