/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */

		header {
			width: 100%; /* 720px / 768px */
			left:0;
		}
		.maincontent{
			width: 100%; /* 720px / 768px */
		}		
		footer {
			width: 100%; /* 720px / 768px */
		}
		#menu-icon
{
    display: inline-block;
    float:right;
}

#homecomment
{
    display: none;
}

nav ul, nav:active ul
{
    display: none;
    position: absolute;
    padding: 0.2em;
    background: #ffffff;
    border: 0.1em solid #90bade;
    right: 3%;
    top: 2em;
    overflow:hidden;
    width: 85%;
    border-radius: 0.2em 0 0.2em 0.2em;
}

nav li
{
    width:25%;
    line-height:1.9em;
    border-bottom:1px solid #ccc;
    margin: 0;
    float:left;
    display:inline;
}

nav:hover ul
{
    display: block;
}
