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% 8%;
    height: 80px;
}

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

h1 {
    font-size: 50px;
    margin-bottom: 2px;
}

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

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

p {
    font-size: 16px;
}

hr {
    width: 50%;
    float: left;
    border: 1.25px solid black;
    margin-top: 0;
}

section {
    margin-bottom: 50px;
}

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

#quote {
    float: right;
    margin-right: 6%;
    rotate: 30deg;
    width: 20%;
}

#bus {
    float: left;
    margin-left: 6%;
    margin-top: 23%;
    width: 13%;
}

#rockin {
    float: right;
    margin-right: 10%;
    width: 25%;
    margin-top: 15%;
}

#mouse {
    float: right;
    rotate: -25deg;
    width: 18%;
    margin-right: 10%;
}

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

.fourth {
    margin-bottom: 50px;
}

.fourth h1 {
    font-size: 30px;
    font-weight: 400;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    margin:0;
}

.image-grid li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.image-grid img {
    height: 130px;
    width: auto;
}

iframe {
    border: none;
}

#footer {
    background-color: black;
    width: 100%;
    margin: auto;
}

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: 130px;
    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;
}