@import url('https://fonts.googleapis.com/css?family=Quicksand|Shadows+Into+Light+Two');

html {
    font-family: 'Quicksand', sans-serif;
    background-color: #F0F0F0;
    width: 100%; 
}	

#logo-bar {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    background-color: #E63449;
}

#logo-text {
  padding-left: 40px;
  color: #ffffff;
  font-size: 20px;
}

#img-section {
    display: block;
    text-align: center;
    padding: 30px;
}

#img-section img {
    margin: auto;
    max-width: 500px;
    max-height: 500px;
}

#vote-otter img {
    max-width: 100px;
    padding: 30px;    
}

#otter_name {
    font-size: 2em;
}

h1 {
    padding-top: 75px;
    font-size: 30px;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 20px;
}

.text {
    font-size: 20px;
    padding-left: 7%;
    padding-right: 7%;
    text-align: center;
}

i {
    font-family: 'Shadows Into Light Two', cursive;
    color: #E63449;
}

nav {
    text-align: left;
    padding-right: 20px;
    font-size: 20px;
}

ul {
    list-style-type: none;
    padding-right: 70px;
    transform: rotate(180deg);
    padding-top: 10px;
}

li {
    float: left;
    transform: rotate(-180deg);
}

li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding-top: 14px; 
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #C72C3F;
}