.banner {
    background-color: black;
    display: flex; 
    padding: 0px 0px;
}

.bannerLinks a {
    color: white;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
}

.bannerLinks a:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
}

body {
    background-color: black;
    font-family: 'Poppins', 'IBM Plex Sans', sans-serif;
    margin: 0 15%;
    text-align: left;
}

.description {
    font-size: 30px;
    margin-bottom: 75px;
    text-align: center;
}

.information {
    font-family: 'Poppins', 'IBM Plex Sans', sans-serif;
}

.instructions > li{
    padding: 20px 0;
}

.infoImage {
    max-width: 60%;
}

.feature {
    display: inline; 
    float: left;
    margin-right: 2%;
    width: 29%;
}

.featureContainer {
    margin: 90% 15% 30% 15%;
}

.featureImage {
    display: inline;
    float: left;
    width: 69%;
}

footer {
    font-family: 'Maven Pro', sans-serif;
    text-align: center;
    padding: 10px 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.bannerImage {
    max-height: 50px;
    width: auto;
    max-width: 90%;
    margin-left: 20px;
}

#tagline {
    font-family: 'Poppins', 'Russo One', sans-serif;
    font-size: 52px;
    margin-bottom: 15px;
    text-align: center;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 0 0 0;
    color: black;
}

.centeredImage {
    display: inline;
    height: auto;
    max-width: 40%;
}

.descriptionWrapper {
    /* padding: 100px; */
}


.clear {
    display: inline-block;
}


.bodyContainer {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: white;
    padding-top: 10px;
}

.redirect {
    font-size: smaller;
}

li {
    margin: 20px 0;
}

.collapsible {
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}

.active, .collapsible:hover {
    background-color: #555;
}

.content {
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.2s ease-out;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.content::-webkit-scrollbar {
    display: none;
  }

