/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */



header {
    width: 93.75%;
    /* 450px / 480px */
}


#maincontent {
    width: 93.75%;
    /* 450px / 480px */
}


footer {
    width: 93.75%;
    /* 450px / 480px */
}


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

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