html {
    background-color: #EF93A6;
    color: black;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    font-style: normal;
}

nav {
    font-family: 'Patrick Hand SC', cursive;
    justify-content: space-between;
    display: flex;
    padding: 10px;
    background-color: black;
    width: 100%;
}

ul#nav {
    list-style-type: none;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 8%;
}

#nav li {
    float: left;
    text-align: left;
    font-size: 28px;
    flex: auto;
    margin: 10px;
}

#nav li a {
    padding: 25px;
    color: #EF93A6;
    text-decoration: none;
}

a:visited {
    color: #EF93A6;
    text-decoration: none;
}

#nav li a:hover {
    color: #8D0C44;
}

#nav li a#highlight {
    padding: 0;
    border-bottom: 2px solid white;
    color: white;
}

.logo {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    padding: 1% 6.5%;
    height: 110px;
}

.main-column {
    width: 60%;
    margin: auto;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

h4 {
    font-style: italic;
    font-size: 20px;
    font-weight: 700;
}

p {
    font-size: 16px;
}

.first {
    margin-bottom: 60px;
}

.image {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.image img {
    width: 100%;
}

.sticker {
    width: 10%;
    margin: 0;
    padding: 0;
    display: flex;
}

#girls {
    float: right;
    margin-right: 7%;
    rotate: 20deg;
    width: 15%;
}

#fetch {
    rotate: -15deg;
    float: left;
    margin-top: 17%;
    margin-left: 10%;
    width: 12%;
}

.second {
    margin-bottom: 50px;
}

.second ul {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
}

.second h4{
    margin-bottom: 15px;
    margin-left: 7%;
}

* {
    box-sizing: border-box;
}

.row {
    width: 90%;
    margin: auto;
}

.songs {
    float: left;
    width: 50%;
}

.singers {
    text-align: right;
}

.row:after {
    content:"";
    display: table;
    clear: both;
}

#footer {
    background-color: black;
}

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.715);
    font-size: 15px;
    padding: 15px 5px;
    color: white;
    text-align: center;
}

.footer-logo {
    margin: 0;
    display: flex;
    height: 150px;
    padding-top: 2%;
}

.footer-content {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 70px;
}

.footer-content ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-content h1 {
    font-size: 22px;
    line-height: 2.5rem;
    color: white;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-content ul li a {
    color: #D5C1FF;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.7rem;
}

.footer-content ul li a:hover{
    color: #8D0C44;
}

.logo h2 {
    color: white;
    padding-top: 90px;
}

.logo-box a {
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 0;
    text-decoration: none;
    color: white;
    font-size: 22px;
}

.logo-box a:hover {
    color: #8D0C44;
}