/******************************************************************
 *  2021 Studio Project 3
 *  Group 5 - Hilma, Jerwin, Kendrick & Yang XinYue
 * 
 *  Coder:  Jerwin
 *  File:   error.css
 ******************************************************************
 NOTE: this file only contains styles for error.html
 ******************************************************************/

/* body */
body    {
    background-image: url("../assets/0_others/Footer404.png");
    background-color:#013460;
    background-size: cover;
    color: #fff;
    overflow-y: scroll;
}

/* Navigation */
nav{
    position: absolute;
    top:0;left:0;
    z-index:10000;
}
.topNav a{color:#fff}

/* #error01 - ERROR404 */
#error01{
    height: 100vh; width: 100vw;
    place-content: center;
}

.section-ct{
    width:1000px;
    text-align: center;
}

.section-ct p {width:100%}

/* Footer */
footer{
    position: absolute;
    bottom: 0;left:0;
}

#seabed{
    background: url("../assets/0_others/Footer02.png");
    background-size: cover;
    aspect-ratio: 192/45;
}

.social-media li a:hover{
    color: #fff;
    background:#013460;
    border:1px solid #013460;
}