* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.extras {
    margin: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    width: 930px;
}

.extras p {
    text-align: justify;
}

@media screen and (max-width: 965px) {
    .extras {
        padding-top: 0px;
        width: 90%;
    }
}

.button {
    background-color: #544265;
    color: #ffffff;
    font-size: 12px;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
}

.description {
    color: #333333
}

details>summary {
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

.fullBanner {
    border-top: 1px solid black;
    width: 100%;
}

#glossary {
    border-collapse: collapse;
    width: 100%;
}

#glossary td,
#glossary th {
    border: 1px solid #ddd;
    padding: 8px;
}

#glossary tr:nth-child(even) {
    background-color: #f2f2f2;
}

#glossary th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #544265;
    color: white;
}

.header {
    background-repeat: no-repeat;
    color: white;
}

.header h1 {
    margin-top: 0px;
}

.header img {
    margin-top: -24px;
}

@media screen and (max-width: 965px) {
    .header img {
        margin-top: 0px;
    }
}

h1 {
    color: #1d1c24;
    font-size: 38px;
    font-weight: normal;
}

h2 {
    color: #191919;
    font-size: 30px;
    font-weight: normal;
    margin-top: 60px;
}

h3 {
    color: #0e1831;
}

h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}

.hero {
    position: absolute;
    top: 145px;
    left: 170px;
    width: 30%;
}

@media screen and (max-width: 965px) {
    .hero {
        position: absolute;
        top: 175px;
        left: 60px;
        width: 30%;
    }
}

.lastParagraph {
    margin-bottom: 40px;
}

.logo {
    position: absolute;
    top: 8px;
    right: 98px;
}

@media screen and (max-width: 965px) {
    .logo {
        right: 45px;
    }
}

#name {
    margin-bottom: 15px;
}

p,
li {
    font-size: 18px;
    color: #666666;
}

p+p {
    text-indent: 1.5em;
}

a {
    text-decoration: none;
}