a {
    font-size: 1.25em;
    color: white;
    background-color: transparent;
    text-decoration: none;
}

article {
    height: 100px;
}

body {
    margin: 0;
    color: white;
    background-color: rgb(127,63,0);
}

h1 {
    font-size: 2em;
    text-align: left;
    line-height: 1em;
}

h2 {
    font-size: 1.5em;
    text-align: left; 
    line-height: 1em;
}

header {
    background-color: darkorange;
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    /* border-style: solid;
    border-width: 2px; */
}

footer {
    background-color: darkorange;
    position:fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    /* border-style: solid;
    border-width: 2px; */
}

p {
    text-align: left;
}

/* .banner {
    width: 50%;
    padding-left: 10%;
} */

.bold {
    font-weight: bold;
}

.hnav {
    /* padding-left: 2%;
    padding-right: 2%; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
}


/* Content */
.content {
    padding-top: 1%;
    padding-bottom: 2%;
    padding-left: 12.5%;
    padding-right: 12.5%;
    display: flex;
}

.content .banner {
    width: 65%;
    padding-right: 2.5%;
}

.content .banner img {
    width: 100%;
    border-radius: 10px;
}

.content .desc {
    width: 50%;
    align-content: center;
    padding-left: 2.5%;
}

.content ul {
    list-style-type:disc;
}