html {
    width: 100%;
}

body {
    text-align: center;
    margin: 0px;
}

.main-banner {
    background-color: rgb(44, 7, 131);
    text-align: right;
    min-width: none;
    min-height: 420px;
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 18%, rgba(5, 33, 59, 0.6278886554621849) 42%, rgba(5, 33, 59, 1) 69%), url("rsrcs/Frost\ Sea.jpg");
    background-position: right;
}

.main-title {
    text-shadow: 2px 2px 2px #181e20;
}

.oliver-title {
    font-family: 'Hammersmith One', sans-serif;
    color: gold;
    font-size: 100px;
    font-weight: 400;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
}

.fiddy-title {
    font-family: 'Open Sans', sans-serif;
    color: beige;
    font-size: 200px;
    font-weight: lighter;
    margin: 0px;
    margin-top: -40px;
    padding-right: 90px;
    padding-bottom: 10px;
    padding-top: 0;
}

.subtitle {
    color: whitesmoke;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding-bottom: 20px;
    padding-right: 100px;
    text-shadow: 2px 2px 3px #252525;
    font-weight: 200;
    font-style: oblique;
}

.main-nav-elem {
    display: inline-block;
}

.main-nav-elem>a {
    display: block;
    min-width: 200px;
    color: black;
    font-size: 30px;
    font-family: 'Roboto Mono', monospace;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 12px 0px;
    transition: 0.3s;
}

.main-nav-elem>a:hover {
    background-color: rgb(247, 163, 138);
}

.nav-header {
    min-width: 100%;
    background-color: ghostwhite;
    position: sticky;
    top: 0;
}

.nav-header>ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0px;
}

.main-horiz-text-section {
    margin: 0;
    min-height: 300px;
    padding-bottom: 100px;
    overflow: auto;
}

.main-horiz-text-section>h1 {
    font-family: 'Hammersmith One', sans-serif;
    margin: 0 150px;
    padding-top: 60px;
    color: whitesmoke;
    font-size: 70px;
    padding-bottom: 40px;
}

.intro-section {
    background-color: #de5246;
    text-align: left;
}

.intro-section>h1 {
    font-family: 'Hammersmith One', sans-serif;
    margin: 0 150px;
    padding-top: 60px;
    color: whitesmoke;
    font-size: 140px;
    break-inside: avoid;
}

.intro-section>h2 {
    font-family: 'Hammersmith One', sans-serif;
    margin: -10px 150px;
    color: whitesmoke;
    font-size: 70px;
}

.intro-section>h3 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 150px;
    padding: 20px 0;
    color: whitesmoke;
    font-weight: lighter;
    font-size: 30px;
}

.contact-section>h2 {
    font-family: 'Hammersmith One', sans-serif;
    color: rgb(0, 0, 0);
    font-size: 70px;
}

.contact-section>h3 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 150px;
    padding: 20px 0;
    color: rgb(0, 0, 0);
    font-weight: lighter;
    font-size: 30px;
}

.main-horiz-text-section>p {
    font-family: 'Roboto Flex', sans-serif;
    margin: 0 150px;
    color: whitesmoke;
    font-weight: lighter;
    font-size: 24px;
    font-weight: 400;
    padding: 5px;
    padding-bottom: 40px;
}

.second-section {
    background-color: dodgerblue;
    text-align: right;
}

.third-section {
    background-color: limegreen;
    text-align: left;
}

.fourth-section {
    background-color: sandybrown;
    text-align: right;
}

.fifth-section {
    background-color: darkslategrey;
    text-align: left;
}

#predicator-main-page-image {
    float: right;
    width: 550px;
    margin-top: 40px;
    margin-right: 200px;
    margin-left: 60px;
    margin-bottom: 20px;
    border: 5px solid whitesmoke;
    border-radius: 4px;
    box-shadow: 10px 10px 10px #252525;
}

#pirate-main-page-image {
    float: right;
    width: 550px;
    margin-top: 40px;
    margin-right: 200px;
    margin-left: 60px;
    margin-bottom: 20px;
    border: 5px solid whitesmoke;
    border-radius: 4px;
    box-shadow: 10px 10px 10px #252525;
}

#planes-main-page-image {
    float: left;
    width: 650px;
    margin-top: 40px;
    margin-right: 60px;
    margin-left: 100px;
    margin-bottom: 20px;
    border: 5px solid whitesmoke;
    border-radius: 4px;
    box-shadow: 10px 10px 10px #252525;
}

#KO-main-page-image {
    float: left;
    width: 650px;
    margin-top: 40px;
    margin-right: 60px;
    margin-left: 100px;
    margin-bottom: 20px;
    border: 5px solid whitesmoke;
    border-radius: 4px;
    box-shadow: 10px 10px 10px #252525;
}

#myface-main-page-image {
    float: right;
    width: 650px;
    margin-top: 40px;
    margin-right: 60px;
    margin-left: 100px;
    margin-bottom: 20px;
    border: 5px solid whitesmoke;
    border-radius: 4px;
    box-shadow: 10px 10px 10px #252525;
}

.tools-banner {
    background-color: rgb(44, 7, 131);
    text-align: right;
    min-width: none;
    min-height: 420px;
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 18%, rgba(5, 33, 59, 0.6278886554621849) 42%, rgba(5, 33, 59, 1) 69%), url("rsrcs/predicator_larger.jpg");
}

.tools-title {
    text-shadow: 2px 2px 2px #181e20;
}