@charset "utf-8";
body {
    font-family: source-sans-pro;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
}
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
    background-color: #FFFFFF;
}
header {
    width: 100%;
    height: 5%;
    background-color: #52bad5;
    border-bottom: 1px solid #2C9AB7;
}
.logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 18%;
    float: left;
    margin-top: 10px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-size: x-large;
    margin-bottom: 0px;
}
nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px;
}
header nav ul {
    list-style: none;
    float: right;
}
nav ul li {
    list-style: none;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
}

ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
ul li:hover a {
    color: #2C9AB7;
}













@media (min-width: 401px) and (max-width: 768px){
}

@media (max-width: 400px){
}
