html {
    background-color: black;
    font-family: 'Domine', serif;
}

@font-face {
    font-family: 'round';
    src: url(/tutorials/BRLNSDB.TTF);
}

.mainbody {
    background-color: #353635;
    color: white;
    width: 840px;
    height: 600px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    border-radius: 10px;
}

.typefilter {
    height: 10px;
    float: right;
    text-align: center;
    text-shadow: rgb(7, 59, 136) -1px -1px 0px, rgb(7, 59, 136) 1px -1px 0px, rgb(7, 59, 136) -1px 1px 0px, rgb(7, 59, 136) 1px 1px 0px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    font-family: "Franklin Gothic Medium", serif;
    background-color: black;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
}

.typeOfPost {
    position: absolute;
    top: 0%;
    right: 0%;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;

}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    padding: 15px;
}

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

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.header-img {
    background-image: url(Images/BGTwittedec.png);
    width: 100%;

    height: 200px;
    background-size: cover;
}

.header2 {
    color: white;
    text-shadow: rgb(136, 70, 190) 3px 3px 1px, rgb(136, 70, 190) 1px 1px 1px,
        rgb(136, 70, 190) -1px -1px 1px;

    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    font-family: round, sans-serif;
}

.hero-text {
    text-align: center;

    width: 500px;
    position: relative;
    top: 10px;


    margin-left: auto;
    margin-right: auto;
}

.holder {
    text-align: center;
    top: 20%;
    left: 100%;
}

.filterButton {
    background-color: #3c422f;
    border: 2px solid #999c91;


}

.tab {

    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #353635;
    border: 2px solid #353635;
    border-radius: 10px 10px 0px 0px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 14px 16px;
    transition: 0.3s;
    text-shadow: rgb(7, 59, 136) -1px -1px 0px, rgb(7, 59, 136) 1px -1px 0px, rgb(7, 59, 136) -1px 1px 0px, rgb(7, 59, 136) 1px 1px 0px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    font-family: "Franklin Gothic Medium", serif;

}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

.buttons {

    width: 500px;
    display: grid;

    grid-template-columns: auto auto auto auto auto;
    gap: 10px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;

}

.centered {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: inherit;
    color: white;
    text-shadow: rgb(136, 70, 190) 3px 3px 1px, rgb(136, 70, 190) 1px 1px 1px,
        rgb(136, 70, 190) -1px -1px 1px;

    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    font-family: round, sans-serif;
    text-align: left;
    padding: 10px;

}

.bottom-holder {
    position: relative;

    width: 300px;
    text-decoration: none;
    height: 100px;
    border-radius: 15px;
}



.number {
    position: absolute;
    top: 40%;
    left: 0%;
    transform: translate(-30%, -50%);
    padding-left: 85px;
    padding-top: 23px;
    padding-bottom: 5px;
    color: lightgray;
    text-shadow: 2px 2px #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    font-family: 'Domine', serif;
}

.date {
    position: relative;
    top: 5%;
    left: 5%;
    color: white;
    text-shadow: rgb(0, 0, 0) 1px 2px 6px;
    font-size: 14px;
    font-weight: bold;
    font-family: round, sans-serif;
    text-decoration: none;
}

.ogdate {
    position: absolute;
    top: 15%;
    left: 5%;
    color: darkgrey;
    text-shadow: rgb(0, 0, 0) 1px 2px 6px;
    font-size: 14px;
    font-weight: bold;
    font-family: round, sans-serif;
    text-decoration: none;
}


.description {

    text-align: left;
    width: 280px;

    color: white;
    text-shadow: rgb(0, 0, 0) 1px 1px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
    font-family: round, sans-serif;
    margin: 10px;
}

.unit_card {
    position: relative;
    background-color: black;
    color: white;
    width: 300px;
    height: auto;
    display: grid;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    transition: 0.3s;
}

.centeredbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: inherit;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
}

.preview-image-holder {
    background-color: aliceblue;
    color: white;
    position: relative;
    background-size: cover;

    display: flex;
    width: 300px;
    height: 160px;
    border-radius: 15px 15px 0px 0px;
    text-decoration: none;
    opacity: 0.9;

}

.preview-image-holder:hover {
    opacity: 1;
}



.patreon-link {
    position: absolute;
    bottom: 0%;
    height: 40px;
    color: white;
    padding-left: 20px;
    display: flex;
    width: inherit;
    padding-top: 10px;
    text-shadow:
        -1px -1px 0 #a63020,
        1px -1px 0 #a63020,
        -1px 1px 0 #a63020,
        2px 2px 5px #a63020,
        -2px -2px 5px #a63020, 1px 1px 0 #a63020;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
    font-family: round, serif;

}

.normal-link {

    position: absolute;
    bottom: 30%;
    height: 40px;
    color: white;
    padding-left: 20px;
    display: flex;
    width: inherit;
    padding-top: 10px;
    text-shadow:
        -1px -1px 0 #a63020,
        1px -1px 0 #a63020,
        -1px 1px 0 #a63020,
        2px 2px 5px #a63020,
        -2px -2px 5px #a63020, 1px 1px 0 #a63020;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
    font-family: round, serif;

}

.headertext {
    border-radius: 15px;
    height: 40px;
    color: white;
    text-shadow: 1px 1px #000;
    background-color: #30144A;
    font-size: 1em;
    padding-top: 23px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-family: 'Domine', serif;
    background-image: linear-gradient(to bottom right, #52326F, #492D63);
}

.patreon-link:hover {
    color: orange;

}

.normal-link:hover {
    color: orange;

}

Patreon {
    max-height: 20px;
    top: 10px;
    right: 5px;
    content: url(/tutorials/Images/PatreonIcon.png);
    position: relative;
}

Unity {
    max-height: 60px;
    top: 8px;
    content: url(/tutorials/Images/UnityIcon.png);
    position: relative;
}

MayaLT {
    max-height: 50px;
    top: 3px;
    content: url(/tutorials/Images/mayaltIcon.png);
    position: relative;
}

Blender {
    max-height: 50px;
    top: 3px;
    content: url(/tutorials/Images/blenderIcon.png);
    position: relative;
}

Photoshop {
    max-height: 50px;
    top: 3px;
    content: url(/tutorials/Images/photoshopIcon.png);
    position: relative;
}

Twitter {
    max-height: 40px;
    top: 3px;
    content: url(/tutorials/Images/TwitterIcon.png);
    position: relative;
}

PatreonBig {
    max-height: 40px;
    top: 3px;
    content: url(/tutorials/Images/PatreonIcon.png);
    position: relative;
}


Twitch {
    max-height: 40px;
    top: 3px;
    content: url(/tutorials/Images/TwitchIcon.png);
    position: relative;
}

Kofi {
    max-height: 40px;
    top: 3px;
    content: url(/tutorials/Images/kofiIcon.png);
    position: relative;

}


Youtube {
    max-height: 40px;
    top: 3px;
    content: url(/tutorials/Images/Youtube.png);
    position: relative;

}

.LinkButton {
    border-radius: 15px;
    height: 20px;
    float: left;
    margin: 10px;
    padding: 10px;
    padding-top: 20px;
    text-shadow: 1px 1px #000;
    color: aliceblue;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    font-family: 'Domine', serif;
    background-color: black;
}

.LinkButton:hover {
    color: antiquewhite;
}

.fa-brands {
    padding: 10px;
    font-size: 20px;
    width: auto;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 50%;
}

.fa-brands:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-twitch {
    background: #7d12a5;
    color: white;
}

.fa-patreon {
    background: #ff5700;

    color: white;
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}
