@font-face {
    font-family: "GSK";
    src: url("GSKPrecision-Light.eot?#iefix") format('embedded-opentype'),
    	url("GSKPrecision-Light.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}


@font-face {
    font-family: "GSK";
    src: url("GSKPrecision-Regular.eot?#iefix") format('embedded-opentype'),
    	url("GSKPrecision-Regular.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "GSK";
    src: url("GSKPrecision-Bold.eot?#iefix") format('embedded-opentype'),
    	url("GSKPrecision-Bold.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

html {
    height: 100%;
}
body {
    height: 100%;
    color: #151515;
    font-family: "GSK";
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
header {
    display: flex;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #EAE8E4;
}
p, h3 {
    margin: 0;
}
.maintenancePageWrapper {
    background: url("session.jpg") center center no-repeat;
    background-size: cover;
    height: calc( 100% - 314px);
}
.maintenancePageWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.infoSection {
    width: 650px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 2rem;
}
.infoSection h3 {
    font-size: 32px;
    font-weight: 400;
}
.infoSection p {
    font-size: 22px;
    font-weight: 300;
}
.infoSection .thankyouText {
    font-weight: 400;
}
.infoSection .maintenanceText {
    margin: 1rem 0;
}
footer {
    padding: 3rem 6rem;
    border-top: 1px solid #F36633;
    background-color: #FAFAFA;
}
footer img {
    margin-bottom: 1rem;
}
footer .websiteText{
    font-size: 16px;
    font-weight: 400;
}
footer .copyRightText {
    font-size: 12px;
    font-weight: 400;    
    margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
    .maintenancePageWrapper {
        height: calc( 100% - 270px);
    }
    header {
        padding: 1.5rem 1rem;
    }
    .infoSection {
        width: calc(90% - 4rem);
        margin: 0 auto;        
    }
    .infoSection h3 {
        font-size: 28px;
    }
    .infoSection p {
        font-size: 18px;
    }
    footer {
        padding: 2rem 1rem;
    }
    footer .copyRightText { 
        margin-top: 2rem;
    }
}