﻿.header-wrapper {
    background-color: white;
    width: 100%;
    padding: 20px 0;
}

.header-wrapper .hd {
    width: 1024px;
    margin: auto;
    color: #726277;
    position: relative;
    font: normal normal normal 13px/1.4em raleway, sans-serif;
}

.header-wrapper .hd ul.menu {
    margin-top: 20px;
    padding: 0;
}

.header-wrapper .hd ul.menu li {
    display: inline;
    list-style-type: none;
    margin: -2px;
}

.header-wrapper .hd ul.menu li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    padding: 2px 17px;
}

.header-wrapper .hd ul.menu li a.active {
    color: #A08FA6;
    background-color: #EAE5EB;
}

.header-wrapper .hd ul.menu li a:hover {
    color: #A08FA6;
    background-color: #EAE5EB;
}

.header-wrapper .hd .info {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.header-wrapper .hd .info p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font: normal normal normal 14px/1.3em 'courier new',courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
}

.header-wrapper .hd .info p a {
    color: inherit;
    text-decoration: underline;
}

.ui.container .header.item .logo img {
    max-height: 50px;
}
.ui.secondary.pointing.menu{
    background-color: #ffffff;
}
