.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: #8CD3E3 2px solid; 
    background-color: #000;
}

.subheader{
    display: grid;
    grid-template-columns:7% 66% 20%;
    margin-left: 10%;
    margin-right: 10%;
    align-items: center;
    padding: 1rem 2rem;
}

.logo{
    width: 5rem;
    height: 5rem;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
}

.title{
    font-size: 2.5rem;
    font-weight: 700;
    padding-left: 1rem;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
}
.subtitle{
    font-size: .8rem;
    font-weight: 700;
    padding-left: 1.5rem;
    margin: 0;
    color: #00aeef;
    font-family: sans-serif;
}

body{
    background-color: #000;
}

/*Make items in #menu appear in a row with a line inbetween*/
#menu ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 20rem;
    margin-bottom: 0.5rem;
    
}

h3{
    font-size: 1rem;
    font-weight: 700;
    padding-left: 1rem;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
}

.OnlineBanking div
{
    display: flex;
    justify-content: space-around;
    
}

.AccountButton
{
    text-decoration: none;
    color: #8CD3E3;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: sans-serif;
    margin-top: 0.1rem;
}


.navitem + .navitem {
    border-left: solid 1px white;
}

.navitem
{
    text-decoration: none;
    color: #8CD3E3;
    font-size: 1rem;
    font-weight: 700;
    font-family: sans-serif;
}

a:hover{
    color: #fff;
}

.content
{
    margin-top: 12rem;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
}

h6
{
    font-size: 2rem;
    font-weight: 700;
    padding-left: 1rem;
    padding-bottom: 2rem;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
}

h7
{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
}

h8
{
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
}

.Content div
{
    margin-top: 4rem;
    display: flex;
    justify-content: space-around;
}

.ContentButton
{
    text-decoration: none;
    color: #8CD3E3;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: sans-serif;
    margin-top: 0.1rem;
    background-color: #121212;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    border: #fff 0.5px solid;
}

.ContentButton:hover
{
    color: #fff;
}

.footer
{
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    border-top: #8CD3E3 2px solid; 
    background-color: #000;
}


#footer ul{
    display: flex;
    flex-direction: row;
    height: 5rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 20rem;
    margin-bottom: 0.5rem;
    
}

.footertext
{
    text-decoration: none;
    text-align: center;
    color: #AAA;
    font-size: 0.7rem;
    font-weight: 400;
    font-family: sans-serif;

}

.realfooter
{
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: sans-serif;
    
}

.footer div:hover
{
    background-color: #AAA;
}
}

.display
{
    width: 50%;
    left: 0;
}

.login
{
    display: flex;
    height: 65vh;
    justify-content: space-around;
    flex-direction: column;
    width: 50%;
    right: 0;
}

.display
{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 10rem;
    margin-bottom: 10rem;
    width: 50%;
    right: 0;
}

.content
{
    margin-bottom: 15rem;
}

input 
{
    width: 100%;
    padding: 1rem;
    margin: 1rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #121212;
    color: #fff;
    font-size: 5rem;
    font-weight: 500;
    font-family: sans-serif;
    /* only one number per input */
    text-align: center;
    
}

.verification
{
    width: 70%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.pincontainer
{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.explainer
{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 5rem;
}

span{
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: sans-serif;
}