.header {
    width: 100%;
    background: #99D5DD;
    height: 80px;
}

.main-nav ul > li > a {
    color: #fff;
    border-radius: 0;
    position: relative;
}

.main-nav {
    font-size: 13px;
    text-transform: uppercase;
}

