body, html {
    font-family: Titillium Web, Arial, sans-serif;
}
body {
    margin: 0;
}

#header {
    margin-top: 15%;
    margin-bottom: 2em;
    text-align: center;
}

#footer {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
    color: #999999;
}

#copyRightSchoolName:before {
    content: "SAIT";
}

#copyRightSchoolName {
    display: inline;
}

#pageMaintenance {
    text-align: center;
}

#maintenanceMessageWrapper {
    margin-right: 1em;
    margin-left: 1em
}

.waveWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: -100;
}

.waveWrapper svg {
    position: relative;
    display: block;
    width: calc(190% + 1.3px);
    height: 197px;
    transform: rotateY(180deg);
}

@media only screen and (max-height: 540px) {
    .waveWrapper svg{
        display:none;
    }
}
