/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */



header {
    width: 93.75%;
    /* 720px / 768px */
}

#maincontent {
    width: 93.75%;
}


footer {
    width: 93.75%;
    /* 720px / 768px */
}


h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
