
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    display: table;
    font-family: 'Roboto', sans-serif;
}

section {
    width: 100%;
    text-align: center;
}

.wrapper {
    width: 1200px;
    height: 70px;
    border: 0px solid lightgrey;
    margin-left: auto;
    margin-right: auto;
}

.headerLogo {
    float: left;
}

.headerMenu {
    float: right;
}

.headerLogoImg {
    margin-top: 29px;
}

.headerMenu {
    color: grey;
}

.headerMenu a {
    text-decoration: none;
    color: grey;
}

.headerMenu a:hover { color: #da291c; }

.topMenu a {
    text-decoration: none;
    color: grey;
}

.topMenu a:hover { color: #da291c; }

ul {
    list-style-type: none;
}

li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

#uConst{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 40vmin;
}

#uConstText{
    margin: 10px 0px 0px 8px;
    color: grey;
}

.logo{
    width: 100%;
}