html,
body {
    margin-top: 40px;
}

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

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

.nav-link.active {
    color: #87cefa !important;
}

.headerLogo {
    height: 40px;
}

.mainContainer {
    max-width: 95vw;
    margin-left: 0px;
    padding: 0px;
}

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

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

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

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

.row {
    margin-left: 0px;
}

.rowTitle {
    margin-left: 11px;
}

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

.cardRow {
    margin-left: 12px;
}

.card {
    padding: 0px;
    margin: 20px;
    border-radius: 0px;
    border-color: none;
    width: 16rem;
}

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

p, .card-text {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
}

.btn {
    margin-bottom: 16px;
    /* background-color: rgb(58, 52, 241); */
    border-radius: 3px;
    border: 1px solid #16161d;
    color: white;
   
}

.btn:hover,
.btn:focus {
    background-color: #336699;
    transition: .5s;
}

.btn:active {
    background-color: #fa0032;
    transition: 0s;
    border: none;
}

footer {
    background-color: #16161d;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 50px;
    border-top: solid white 1.5em;
}

.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;
}

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