html body main {
    min-width: 20em;
}

h1 {
	font-size: 1.7em !important;
}

h2 {
	font-size: 1.25em !important;
}

h3 {
	font-size: 1.1em !important;
}

p {
    font-size: 1em !important;
}

header a.openmenu::after {
	color: #ffffff;
	content: "\2630";
	font-size: 40px;
	white-space: pre-line;
}

nav{
    width: 85%;
}

.video { 
    width: 100%;
    height: 100%;
}

article {
    width: 97%;
    margin-right: 10px;
}

aside {
	float: left;
    width: 91%;
    margin-right: 10px;
}

footer {
    background-color: #fff;
    clear: both;
    color: #fff;
    float: left;
}

footer ul {
    margin: 0;
    padding: 0;
	width: 100%;	
}
footer ul.right {
    float: right;
	margin: 0px 0px 0px 0px;
}

footer ul li a {
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
}

footer ul li a:hover {
    color: #fff;
}

footer ul li:after {
    content: none;
}