/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */



header {
    width: 93.75%;
    /* 960px / 1024px */
}

#maincontent {
    width: 93.75%;
}


footer {
    width: 93.75%;
    /* 960px / 1024px */
}


h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
}
