body {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #55CDFC, rgb(255, 255, 255), rgb(238, 146, 186)) repeat scroll 0% 0%;
    font-family: Roboto;
    margin: 0 auto;
}

.header {
    width: 840px;
    /*height: 340px;*/
    height: 889px;
    background: url(../img/header.png);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	margin: 0 auto;
}

.wide {display: block; margin: 0 auto;}

nav ul {
    overflow: auto;
    padding: 0;
    margin: 0;
}

nav ul a {
    text-decoration: none;
}

nav ul li {
    display: inline-block;
    position: relative;
    color: #ff174e;
    margin-right: 5px;
    padding: 5px 5px 5px 5px;
}

nav > ul > a > li > div {
    min-width: 64px;
    height: 40px;
    text-align: center;
    font-size: 40px;
}

nav > ul > a > li > p {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    float: none;
    align-items: center;
}

nav {
    width: 842px;
    background:  #fff;
    border-radius: 0 0 5px 5px;
	margin: 0 auto;
}

nav ul li:hover {
    background: #ff174e;
    color: #fff;
}

nav ul li:active {
    filter: opacity(0.5);
}

.bio {
    width: 842px;
    color: #fff;
	margin: 0 auto;
background: #ffffffa1;
border-radius: 5px;
color: #000 !important;
}
nav ul a.active li {
    background: #ff174e;
    color: #fff;
}

nav ul a.active {
    pointer-events: none;
}
nav.footer {
    border-radius: 5px 5px 0 0;
}

nav.footer h1 {
    margin: 0;
}

nav.footer h4 {
    margin: 0;
}

credits p {
    margin: 0;
}

#navbar nav {
    display: inline-block;
    border-radius: 0 0 0 0;
}

#navbar nav img {
    display: inline-block;
}

#navbar {
    background: #fff;
    width: 100%;
    height: 69px;
    position: fixed;
    transition: top 0.3s;
    top: -69px;
    z-index: 1;
}

#navbar img {
    margin: 0 5px 0 5px;
    position: relative;
    top: -12px;
}
