@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;
}

@font-face {
    font-family: "Outfit";
    src: url(/assets/font/Outfit/Outfit-Bold.woff2);
    font-weight: 700;
}

@font-face {
    font-family: "Outfit";
    src: url(/assets/font/Outfit/Outfit-Black.woff2);
    font-weight: 900;
}


.navBar-logo {
    height : 5vh;
}

.navBarItem {
    color : white;
    font-size: medium;
}

body {
    background-color: #fff;
    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;
}

.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: 500;
    background-color: #ffe100;
    margin: 0.25vh;
    border-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;
}

.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;
}

.articleLinksText {
    color: #fff;
}

.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: #fff;
    color: black;
}

.systemRequirementsSection {
    background-color: #ffe100;
    border-radius: 8px;
    text-align: left;
    color: white;
}

.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: #ffe100;
    border-radius: 8px;
}

.newsItemContainer p, a, h2 {
    color: #fff;
}

.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: 1600px;
}

@media (min-width: 1600px) {
    .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;
}

.mainDescSection {
    background-color: #ffe100;
}

.mainDescSectionText {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: x-large;
}

.sectionTitleGeneric {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin: 0.25vh;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: xx-large;
    display: inline-block;
}

.sectionTitleYellow {
    background-color: #ffe100;
    color: #fff;
}

.sectionTitleWhite {
    background-color: #fff;
    color: #ffe100;
}

.sectionTitleButton {
    font-size: x-large;
}

.featureDescSection {
    background-color: #fff;
    /*border-bottom: 6px solid #ffe100;*/
}

.featureImage {
    max-height: 20vh;
    min-height: 30vh;
    /*margin-top: -10vh;*/
}

.featureDescText {
    color: #ffe100;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: x-large;
}

.featureDescTextRight {
    text-align: right;
}

.footerSection {
    background-color: #fff;
}

.footerProductLogo {
    max-width: 30vw;
    max-height: 5vh;
}

.footerCompanyLogo {
    max-width: 25vh;
    max-height: 3vh;
}

.legalText {
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: small;
    font-weight: 300;
}

.items-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.items-left {
    align-items: start;
    text-align: left;
}

.items-right {
    align-items: end;
    text-align: right;
}

.footerLegalPageButton {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin: 0.25vh;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: medium;
    color: #fff;
    background-color: #ffe100;
    display: inline-block;
    align-self: flex-end;
}

.storeEntry {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.storeEntryText {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: xx-large;
}

.storeEntryIcon {
    max-width: 15vw;
}

.screenshotImage {
    border-radius: 8px;
}

.trailerContainer {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.trailerContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

.centerContent {
    text-align: center;
    align-items: center;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.feature-render-image {
    width: 100%;
    max-width: 700px;
    height: auto;
}

.feature-render-image-main {
    width: 100%;
    max-width: 850px;
    height: auto;
}

.sectionButtonCompanyTheme {
    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: x-large;
    display: inline-block;
    background-color: #1e74fd;
    color: #fff;
}

.news-page-title {
    color: #fff;
    font-size: xx-large;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.news-page-title-date {
    color: #fff;
    font-size: large;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
}

.news-page-content * {
    color: #000;
}

.mainBanner {
    min-height: 40vh; /* IF THIS CHANGES ALSO UPDATE .mainBannerLogoContainer min-height !! */
    background-image: url('/assets/img/Branding/BrandingBannerWide_NoLogo.png');
    background-size: cover;
    background-position: bottom;
}

@media (max-width: 576px) {
/* bootstrap breakpoint SM or lower */

    .mainBanner {
        background-position: right bottom;
    }

}

.mainBannerLogoContainer {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    min-height: 40vh; /* IF THIS CHANGES ALSO UPDATE .mainBanner min-height !! */
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
}

.mainBannerLogo {
    width: 90%;
    max-width: 700px;
    height: auto;
}

.button {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.footerFollowContainerSectionTitle {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    font-size: x-large;
    display: inline-block;
    background-color: #fff;
    color: #000;
}

.footerFollowContainerPlatformIcon {
    height: 3vh;
}