@font-face{
    font-family: whitney-bold;
    src: url(../fonts/Whitney-Bold.otf) format("opentype"),
    url(../fonts/Whitney-Bold.otf) format("truetype"),
    url(../fonts/Whitney-Bold.otf) format("otf")
}

@font-face{
    font-family: whitney-medium;
    src: url(../fonts/whitney-medium.otf) format("opentype"),
    url(../fonts/whitney-medium.otf) format("truetype"),
    url(../fonts/whitney-medium.otf) format("otf")
}

@font-face{
    font-family: whitney-book;
    src: url(../fonts/whitney-book.otf) format("opentype"),
    url(../fonts/whitney-book.otf) format("truetype"),
    url(../fonts/whitney-book.otf) format("otf")
}

@font-face{
    font-family: whitney-semibld;
    src: url(../fonts/whitney-semibld.otf) format("opentype"),
    url(../fonts/whitney-semibld.otf) format("truetype"),
    url(../fonts/whitney-semibld.otf) format("otf")
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    margin: unset;
    background-size: cover;
    background: url('../images/0MaintenanceLightsOut_BG-Image.png') no-repeat center top;
}

.inside-container {
    text-align: center;
    color: #1A1A1A;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.first-block {
    display: inline-block;
    font-size: 48px;
    line-height: 58px;
    font-family: whitney-bold;
    font-weight: bold;
}

.second-block {
    font-family: whitney-medium;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
}

.third-block {
    font-family: whitney-book;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 8px;
}

.padding-top-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*Footer CSS*/
footer {
    font-family: whitney-medium;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    text-decoration: underline;
    font-family: whitney-semibld;
}

#footer-top {
    background-color: #F9F9F9;
    color: #666666;
}

#footer-top a {
    color: #666666;
}

#footer-bottom {
    background-color: #666666;
    color: #F9F9F9;
}

#footer-bottom a {
    color: #F9F9F9;
}
