html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    overflow-x: clip;
}

.header {
    background: url(../img/bg-header.png) repeat-x left bottom;
    background-position: 0 bottom;
    text-align: right;
    padding-bottom: 1rem;
    height: 9.5vh;
}

.footer {
    background: url(../img/bg-footer.png) repeat-x left bottom;
    background-position: 0 top;
    text-align: left;
    padding-top: 1rem;
    height: 7vh;
}

.header, .footer {
    position: static;
    background-color: white;
}

.content {
    position: absolute;
    height: calc(100% - 16.5vh);
    width: 100%;
    background-color: rgba(160,200,255,0.2);
    padding-left: 0.2rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/burger.svg);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
}

.active-item {
    background-color: rgba(160,200,255,0.4) !important;
    border-radius: 0.55rem;
    color: black;
}

.normal-item {
    background-color: white !important;
}

.landingPageDivs {
    margin-top: 0.5rem;
}

.landingPageDivs > div {
    padding: 0.7rem;
    margin-right: 1rem;
    margin-left: 0.5rem;
    margin-bottom: 2vh;
    text-align: left;
    width: 94vw;

}

.landingPageDivs .landingPageDivs1 {
    background-color: #ddb4dd;
    color: #690569;
}

.landingPageDivs .landingPageDivs2 {
    background-color: #ddb4b4;
    color: #930f0f;
}

.landingPageDivs .landingPageDivs3 {
    background-color: #b4ddb4;
    color: #055645;
}

.landingPageDivs .landingPageDescriptDiv {
    background-color: #373794;
    border-radius: 2rem;
    color: white;
    padding-left: 0.4rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    margin-bottom: 2vh;
    text-align: center;
}

.landingPageDivs .landingPageDivs00, .landingPageDivs .landingPageDivs0 {
    background: radial-gradient(circle 49.5vw, #ddb4dd, rgba(160, 200, 255, 0.0));
    color: #690569;
    display: inline-flex;
}

.landingPageDivs .landingPageDivs11 {
    background: radial-gradient(circle 49.5vw, #ddb4b4, rgba(160, 200, 255, 0.0));
    color: black;
    display: inline-flex;
}

.landingPageDivs .landingPageDivs22, .landingPageDivs .landingPageDivs2 {
    background: radial-gradient(circle 65vw, #b4ddb4, rgba(160, 200, 255, 0.1));
    color: black;
    display: inline-flex;
}

.landingPageDivs .landingPageDivs0, .landingPageDivs .landingPageDivs2 {
    display: block;
}

.navbar-nav {
    flex-direction: row;
    margin-bottom: 0.5rem;
}

.navbar-nav > .nav-item {
    margin-right: 1rem;
}

.navbar-nav > .nav-item > a {
    padding: 0.5rem;
}

.divHeadings {
    margin-bottom: .2rem;
}

.gameShortDescDiv {
    color: black;
}

.mainLinkLeft {
    text-align: left;
    display: inline;
    float: left;
}

.mainLinkRight {
    text-align: left;
    display: inline;
    float: right;
}
