@font-face {
    font-family: "Outfit";
    src: url(/assets/font/Outfit/Outfit-Light.woff2);
    font-weight: 300;
}

@font-face {
    font-family: "Outfit";
    src: url(/assets/font/Outfit/Outfit-Medium.woff2);
    font-weight: 500;
}

.navBar-logo {
    height : 5vh;
}

.navBarItem {
    color : white;
    font-size: medium;
}

body {
    background-color: #1e74fd;
    min-height : 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.productBanner {
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    margin: auto;
    flex: 1 1 auto;
}

.productBannerLogo{
    height: 20vh;
    width : auto;
}

.mainBanner {
    min-height: 40vh;
}

.secondaryThemeColor {
    background-color: #222222;
}

.tertiaryThemeColor {
    background-color: #161616;
}

.emailLink {
    color: #fff;
}

/* Rebrand Styles */

.footer {
    background-color: #222222;
    border-top-left-radius : 16px;
    z-index: 3;
}

.nav-link {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    background-color: #1e74fd;
    margin: 0.25vh;
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
    text-align: center;
    text-decoration: none;
}

.store-link {
    color: #1e74fd;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    background-color: #fff;
    margin: 0.25vh;
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.productsSection {
    border-top-left-radius : 16px;
    background-color: #eeeeee;
    z-index: 1;
}

.newsSection {
    border-top-left-radius : 16px;
    background-color: #ddd;
    z-index: 2;
}

.newsSectionText {
    color: black;
}

.overlapAbove {
    margin-top: -16px;
}

.sectionTitle {
    background-color: #1e74fd;
    border-top-left-radius : 16px;
    border-bottom-right-radius : 16px;
    text-align: left;
}

.contentPageTitle {
    background-color: #1e74fd;
    border-top-left-radius : 16px;
    text-align: left;
    border-bottom: 100px;
}

.contentPageContent {
    background-color: #eee;
    border-top-left-radius : 16px;
}

h1, h2, h3, h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}


p, a, i, ol, ul {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
}

b {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

.newsSectionMain {
    background-color: #eeeeee;
    color: black;
}

.systemRequirementsSection {
    background-color: #cccccc;
    border-top-left-radius : 16px;
    border-bottom-right-radius : 16px;
    text-align: left;
}

.productScreenshot {
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
}

.socialButton {
    border: 0px solid white;
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
    background-color: transparent;
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    padding-right: 0.75vh;
    text-align: center;
    width: auto;
    height: auto;
}

.socialLogo {
    height: 1.5vh;
    margin: auto;
}

.footerLogo {
    width: 10vw;
}

.footerLegalText {
    color : #ccc;
}

.m-0 {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.productCard {
    background-color: white;
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
}

.newsItem {
    background-color: white;
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
}

.newsItemFullList {
    background-color: #ddd;
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
}

.productCardImage {
    border-top-left-radius : 8px;
    border-bottom-right-radius : 8px;
}

.productAccent {
    background-color: #1e74fd;
    border-top-left-radius : 16px;
    border-bottom-right-radius : 16px;
}

.topBar {
    background-color: #fff;
    border-bottom-right-radius : 16px;
}

.headerLogo {
    height: 2.5vh;
}

.useMaxWidth {
    max-width: 1920px;
}

@media (min-width: 1921px) {
    .maxWidthPadding {
        padding-left: 0px !important; 
    }
}

.articleCopyrightText {
    color: black;
    text-align: right;
    font-size: xx-small;
    margin: 0;
    margin-bottom: -100;
    padding: 0;
    padding-bottom: -100;
}

.privacyPolicyCookiesTable {

}

.privacyPolicyCookiesTable th {
    border: 1px solid black;
    padding: 10px;
    font-weight: normal;
    font-size: normal;
}

.showThirdPartyContentBtn {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin: 0.25vh;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: medium;
    color: #fff;
    background-color: #1e74fd;
    display: inline-block;
    align-self: flex-end;
}