
@media (orientation: portrait)
{
    body
    {
	overflow: scroll !important;
    }
    .dual
    {
	position: relative;
    }
    header > img
    {
	position: absolute;
	left: 5px;
    }
    header.display > img
    {
	height: 15vh;
    }
    nav li.title
    {
	font-size: 3vh;
    }
    nav li.single
    {
	font-size: 3vh;
    }
    nav li
    {
	width: 48vw;
    }
    .news h1
    {
	width: 100%;
	text-align: center;
    }
    #networks img
    {
	height: 4vh;
    }
}


