html,
body {
    padding: 0px;
    margin: 0px;
    margin-top: 33px;
    background-color: #dddddd;
    background-image: url("../natural-paper.png");
}

.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: "Archivo Black", sans-serif;
    /* font-weight: 500; */
    /* color: #16161d; */
    font-size: 3em;
    /* -webkit-text-stroke: 1px red; */
}

h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    color: #00bbff;
}

h5 {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
}

p,
.card-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}

.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.staple {
    margin-left: 1em;
    width: 3em;
    max-width: 75%;
}

.crease {
    max-width: 100%;
}

/* nav bar  */

.navbar {
    background-color: #16161d !important;
}

.nav-link:hover {
    color: white;
}

.nav-link.active {
    color: #00bbff !important;
}

.headerLogo {
    height: 40px;
}

/* top header thingy  */

.topContainer {
    /* visibility: hidden; */
    min-height: 30vh;
    max-height: 50vh;
    background-image: url(./cracked_screen.jpg);
    background-size: cover;
    background-position: 0%60%;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    background-attachment: fixed;
    box-shadow: inset 1px 1px 30px 5px #333;
}

.topLogoDiv {
    padding: 3%;
    text-align: center;
    /* display: table-cell; vertical-align: middle;  */
}

.logoShit {
    padding: 20px;
}

.topLogo {
    height: auto;
    width: 100%;
    max-width: 200px;
}

/* feature article */

.article {
    padding-bottom: 50px;
    padding-left: 0px;
    /* align-items: center; */
}

.featImage {
    max-width: 100%;
}

.featureImage {
    /* height: auto; */
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /* max-width: 100%; */
    vertical-align: bottom;
    box-shadow: 5px 10px 10px #aaa;
}

.brookerBlackBackground {
    background-color: black;
}

.articleText {
    /* background-color: #666; */
    background-image: url(../whitey.png), -moz-linear-gradient(top, #16161d, #666);
    background-image: url(../whitey.png), -webkit-gradient(linear, left top, left bottom, from(#16161d), to(#666));
    /* background-image: linear-gradient(rgb(52, 52, 52), rgb(100, 100, 100)); */
    color: white;
    text-align: center;
    /* position: relative; */
    padding-top: auto;
    padding-bottom: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 10px 10px #aaa;
}

.articleTextBox {
    margin: 1pc;
}

/* .bmhs {
    color: #ff9900;
}

.dvorak {
    color: #00bbff;
}

.valentines {
    color: pink;
} */

.largeScreen {
    visibility: visible;
}

.smallScreen {
    visibility: hidden;
    display: none;
}

/* sections  */

.largeOpenerRed {
    /* font-size: 2em; */
    color: red;
    font-weight: 200;
    font-family: 'Barlow', sans-serif;
}

.largeOpener {
    font-size: 4em;
    color: white;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.mainContainer {
    /* max-width: 99vw; */
    margin-left: 0px;
    padding: 0px;
}

.topRow {
    max-width: 100%;
    overflow: hidden;
}

.topFeature {
    min-height: 60vh;
    /* max-height: 50vh; */
    background-image: url(./2x22/2x22_big_welcome.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(51, 102, 153);
    box-shadow: inset 1px 1px 30px 5px #333;
    margin-top: 15px;
    margin-bottom: 50px;
    background-attachment: fixed;
}

.midFeature {
    min-height: 60vh;
    /* max-width: 97vw; */
    /* max-height: 50vh; */
    background-image: url(./2x21/anti_background2x21.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(51, 102, 153);
    box-shadow: inset 1px 1px 30px 5px #333;
    /* margin-left: 24px; */
    margin-top: 15px;
    margin-bottom: 50px;
    background-attachment: fixed;
}

.featureTwenty {
    min-height: 60vh;
    /* max-height: 50vh; */
    background-image: url(./202x/water_background.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: rgb(51, 102, 153);
    box-shadow: inset 1px 1px 30px 5px #333;
    margin-top: 15px;
    margin-bottom: 50px;
    background-attachment: fixed;
}

.featureTextDiv {
    padding-top: 40px;
    margin-top: 1pc;
    color: white;
    /* background-color: black; */
}

.featureTitle {
    /* font-family: 'Barlow', sans-serif; */
    font-weight: 500;
    background-color: black;
    padding: 3px;
    color: white;
    font-size: 3rem;
}

.featureText {
    /* font-family: 'Lexend Deca', sans-serif; */
    font-weight: 300;
    color: white;
    background-color: black;
    padding: 4px;
}

.row {
    margin-left: 0px;
}

.rowTitle {
    margin-left: 11px;
    max-width: 90vw;
}

.sectionDate {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: white;
    background-color: red;
    padding: 5px;
    padding-right: 50px;
    padding-left: 33px;
    padding-bottom: 10px;
    font-size: 2em;
    /* margin-bottom: 150px; */
    border-radius: .0em .15em .15em .0em;
}

.sectionTitle {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: white;
    background-color: black;
    padding: 5px;
    /* margin-top: 150px; */
}

.cardRow {
    max-width: 100vw;
    padding-bottom: 50px;
}

.card {
    width: 17.95vw;
    margin: 1vw;
    border-radius: 0px;
    border: 0px;
    box-shadow: 2px 2px 6px #ddd;
    padding: 0px;
}

.card-img-top {
    min-height: 200px;
    max-height: 200px;
    background-color: grey;
    border-radius: 0px;
}

.btn {
    margin-bottom: 16px;
    background-color: black;
    border-radius: 0px;
    border: 1px solid #666;
    color: white;
    /* box-shadow: 4px 4px 4px #ddd; */

}

.btn:hover,
.btn:focus {
    background-color: #00bbff;
    border: 1px solid white;
    transition: .5s;
}

.btn:active {
    background-color: #12b934;
    border: 1px solid green;
}

footer {
    background-color: #16161d !important;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    /* margin-top: 50px; */
    border-top: solid white 2em;
    max-width: 100%;
    overflow: hidden;
}

.footerLogo {
    max-width: 300px;
    width: 10em;
    text-align: center;
}

.falinks {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.fa,
.fa-threads,
.fa-bluesky,
.fa-x-twitter {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 35px;
    font-size: 1.5em;
    width: 2em;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

.fa:hover,
.fa-x-twitter:hover {
    text-decoration: none;
    background: #00bbff;
    color: ghostwhite;
    border: 2px solid #00bbff;
    transition: .5s;
}

.fa:active {
    text-decoration: none;
    background: #12b934;
    /* color: #16161d; */
}

.fa-x-twitter,
.fa-instagram,
.fa-threads,
.fa-bluesky {
    background: #16161d;
    color: white;
    border: 2px solid #ccc;
}

.fourohfour {
    max-width: 100pc;
    max-height: auto;
}

div {
    /* border: 1px solid red; */
}

@media only screen and (max-width: 1234px) {
    .card {
        width: 22.8vw;
        margin: 1vw
    }

}

@media only screen and (max-width: 991px) {

    .largeScreen {
        visibility: hidden;
        display: none;
    }

    .featureImage {
        border-radius: 0px;
    }

    .brookerBlackBackground {
        background-color: black;
    }

    .articleText {
        /* visibility: hidden; */
        border-radius: 0px;
    }

    .smallScreen {
        height: 100%;
        visibility: visible;
        display: flex;
    }

    .featureText {
        text-align: center;
    }

    .card {
        width: 31vw;
        margin: 1vw
    }

    .topContainer {
        background-attachment: scroll;
    }

    .topFeature {
        background-attachment: scroll;
    }

    .midFeature {
        background-attachment: scroll;
    }

    .featureTwenty {
        background-attachment: scroll;
    }

    }

    @media only screen and (max-width: 699px) {
        .card {
            width: 47vw;
            margin: 1vw;
        }
    }

    @media only screen and (max-width: 575px) {
        .card {
            width: 80vw;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media only screen and (max-width: 421px) {
        .cardRow {
            padding-left: 5vw;
            padding-right: 5vw;
        }
    }