@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    color: #0072BC;
}
#stage {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 360px;
    margin-left: -180px;
    padding: 15px 0 40px;
    text-align: center;
    border: 1px solid #f1f1f1;
    xborder-radius: 7px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
}
h1 {
    display: block;
    width: 200px;
    height: 48px;
    background: #fff url("/assets/img/unhcr-logo.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0.5em auto;
}
h1 span {
    display: none;
}
ul {
    overflow: auto;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 50px;
}
li {
    float: left;
    margin-right: 0px;
    padding: 0 8px;
}
li a {
    text-decoration: none;
    color: #777;
    font: 25px/1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
li a:hover {
    color: #0072BC;
    font-weight: 500;
}