* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #343a40;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a{
    color: whitesmoke;
    padding-left: 10px;
}

a:hover{
    color: #818181;
}

mark {
    background-color: rgba(0, 0, 0, 0.75);
}

.Start {
    background-image: linear-gradient(to right, rgb(20, 209, 20), rgb(4, 203, 230));
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    /*<->*/
    align-items: center;
    /*^*/
    flex-direction: column;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.Social {
    width: 20%;
    min-width: 142px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

#TopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline-color: transparent;
    background-color: #555;
    color: whitesmoke;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    height: 50px;
    width: 50px;
}

.TextSpace {
    padding-left: 10%;
    padding-right: 10%;
}

.Tital {
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
}

.Tital::before,
.Tital::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid whitesmoke;
}

.Tital:not(:empty)::before {
    margin-right: .25em;
}

.Tital:not(:empty)::after {
    margin-left: .25em;
}

#TopBtn:hover {
    background-color: rgb(58, 57, 57);
    /* Add a dark-grey background on hover */
}

.nav {
    height: 80px;
    width: 100%;
    background-color: #3B838C;
    box-shadow: 0px 0px 10px 3px #3B838C;
    padding-top: 5px;
    padding-right: 2%;
    padding-left: 2%;
    align-items: center;
    justify-content: space-between;
}

@media (min-width:800px) {
    .nav {
        padding-right: 150px;
    }
}

.navsmall {
    display: none;
}

@media (min-width:900px) {
    .navsmall {
        width: 450px;
        justify-content: space-around;
        display: flex;
        padding-left: 10px;
    }
}

.navsmall li {
    list-style: none;
}

.navsmall a {
    font-weight: bold;
    color: whitesmoke;
    text-decoration: none;
}

.mnav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.mnav .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #818181;
}

@media screen and (max-height: 450px) {
    .mnav a {
        font-size: 20px
    }

    .mnav .closebtn {
        font-size: 50px;
        top: 15px;
        right: 35px;
    }
}

.mnav-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border: none;
}

.mnav a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.mnav a:hover,
.mnav a:focus {
    color: #f1f1f1;
}

.nav .closebtn:hover {
    color: #f1f1f1;
}

@media (min-width:900px) {
    .nav .openbtn {
        display: none;
    }
}

.openbtn {
    font-size: 50px;
    cursor: pointer;
    color: whitesmoke;
}


.openbtn:hover {
    color: rgb(204, 204, 204);
}

.mnav u {
    padding: 8px;
    font-size: 36px;
    color: #05a50a;
    display: block;
    transition: 0.3s;
}

.mnav .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    font-size: 50px;
    cursor: pointer;
    float: right
}


.Sub {
    margin: 5px 10%;
}

.Flyntcoal {
    display: grid;
    grid-template-columns: 3;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (max-width:800px) {
    .Flyntcoal {
        display: block;
    }
}

.FlyntcoalPhoto {
    width: 350px;
    height: 350px;
    grid-column: 3;
    position: relative;
    background-size: cover;  
}

@media (min-width:800px) {
    .FlyntcoalMobile {
        display: none;
    }
}

.FlyntcoalText {
    background-color: rgba(0, 0, 0, 0.25);
    grid-column: 1 / 2;
    padding: 1rem;

}

.FlyntcoalAd {
    color: rgba(254, 254, 254, 0.5);
    bottom: 0;
    right: 0%;
    text-align: center;
    text-decoration: none;
    position: absolute;
}

@media (max-width:800px) {

    .FlyntcoalPhoto {
        width: 100%;
        height: 360px;
        background-repeat: no-repeat;
        background-position: center;
    }
}


.ProcessedSharplyTitle{
    grid-column: 1 / span 2;
    text-align: center;
    color: whitesmoke;
    text-decoration: none;
    justify-content: center;
    margin-bottom: 1rem;
}

.ProcessedSharply{
    background-color: rgba(0, 225, 255, 0.329);
    margin: 0 10%;
    margin-top: 2rem;
    padding: 2rem;
    display: grid;
    justify-content: space-around;
}

.WideSong{
    width: 500px;
    height: 250px;
    display: grid;
}

.Widecontent{
    grid-column: 2;
    display: inline-block;
    height: 250px;
    width: 100%;
}

.SharplyDressed{
    background-color: rgba(0, 0, 0, 0.50);
}

.HouseProcessed{
    grid-column: 1;
    grid-row: 3;
    background-color: rgba(0, 0, 0, 0.25);
}

.ChildhoodMemories {
    background-color: rgba(156, 153, 153, 0.25);
    padding: 2rem;
    display: grid;
    gap: 1rem;
    overflow-y: scroll;
}

.SAFA {
    grid-column: 1 / span 4;
    text-align: center;
    color: whitesmoke;
    text-decoration: none;
    margin-bottom: 1rem;
}

.Song {
    width: 300px;
    height: 525px;
}

.IllBeFine {
    grid-column: 3;
    background-color: rgba(0, 0, 0, 0.50);
}

.DarkTimes {
    grid-column: 4;
    background-color: rgba(0, 0, 0, 0.25);
}

.V10 {
    grid-column: 1;
    background-color: rgba(0, 0, 0, 1.00);
}

.Abyss {
    grid-column: 2;
    background-color: rgba(0, 0, 0, 0.75);
}

.unitym {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-color: darkgreen;
    border: #343a40;
    border-width: 10px;
    display: flex;
    justify-content: center;
    /*<->*/
    align-items: center;
    /*^*/
    flex-direction: column;
    text-align: center;
}

@media (min-width:900px) {
    .unitym {
        display: none;
    }
}

.unityd {
    display: none;
}

@media (min-width:900px) {
    .unityd {
        display: inline-block;
        margin-left: -10px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    padding-top: 12.5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    background-color: #3B838C;
    color: whitesmoke;
}