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;
}

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: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

.main-column {
    width: 1020px;
    margin: auto;
}

.first {
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
}

#first {
    color: white;
}

section:first-of-type {
    background-color: black;
}

.header-text {
    margin-left: 18%;
}

.header-text h1 {
    font-size: 50px;
}

.header-text h2 {
    font-size: 25px;
    font-style: italic;
}

.show {
    float: right;
    width: 40%;
    height: auto;
}

.second {
    text-align: center;
    padding: 50px 0px;
    color: black;
}

.second p {
    font-size: 18px;
    padding: 0px 120px 0px 120px;
    margin-top: 30px;
}

.summary {
    font-style: italic;
}

.third {
    margin-bottom: 50px;
}

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

.grid {
    padding: 0;
}

.grid img {
    width: 90%;
}

.grid li {
    display: block;
    width: 20%;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.using-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.using-grid li {
    width: 100%;
}

.fourth {
    margin-bottom: 50px;
}

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

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

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

.image-grid img {
    width: 90%;
}

#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-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;
}

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