*{
    font-family: 'Abyssinica SIL', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    overflow: hidden;
    /*background-color: #0041A3;*/
    background-color: #32746D;
    justify-content: space-around;
    display: flex;
    position: sticky;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 20px 0;
}

.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

.navbar a:hover {
    background-color: white;
    color: #000;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-wrap {
    flex: 1;
}

footer {
    position: relative;
    clear: both;
    bottom: 0;
    width: 100%;
}

#Vtech,
#Vinfo {
    color: #255651;
}

#VtechLink:hover,
#VinfoLink:hover {
    background-color: #255651;
    color: white;
}