﻿.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

header.masthead {
    min-height: 75vh;
    position: relative;
    width: 100%;
    color: rgb(255,255,255);
    background: url(../img/Game/Plungeroo/PLG_Steam_Library_Hero_Website_01.png),no-repeat fixed;
    background-position: center;
    background-size: cover;
}

.dblock {
    display: block!important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.inner {
    flex-basis: 50%;
    flex-grow: 1;
}

.justify-content-center {
    justify-content: center!important;
}

.justify-text {
    color:#fff!important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.column {
    flex: 33.33%;
    padding: 5px;
}

@media (max-width: 1366px) {
    #plg-logo {
        max-height: 175px;
    }

    .justify-text {
        font-size: 16px;
    }
}

@media (max-width: 414px) {
    #plg-logo {
        max-height: 120px;
    }

    .justify-text {
        font-size: 16px;
    }
}

#plg-logo {
    max-width: 600px;
}

img {
    vertical-align: middle;
    border-style: none;
}

div {
    display: block;
}

@supports (-webkit-text-stroke: 1px black) {
    .justify-text {
        text-align: center;
        text-justify: inter-word;
        color: black;
        /*text-shadow: -1px -1px 4px rgb(67, 66, 66), 1px -1px 4px rgb(67, 66, 66), -1px 1px 4px rgb(67, 66, 66), 1px 1px 4px rgb(67, 66, 66);*/
    }
}

section.download {
    position: relative;
    padding-top: 0px;
    padding-bottom: 30px;
}

section {
    padding: 100px 0;
}

.bg-primary {
    background-color: black;
    background: -webkit-linear-gradient(#fafafa, #fafafa);
    background: linear-gradient(#fafafa), (#fafafa);
}

.text-center {
    text-align: center !important;
}

section.download .badges .badge-link {
    display: block;
    /* margin: 25px; */
    margin-top: 27px;
}

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}


section.download .badges .badge-link img {
    height: 60px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
    height: 60px;
    min-width: 150px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-outline {
    color: rgb(255, 255, 255);
    border: 3px solid;
    border-color: rgb(0,0,0);
    background-color: black;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-xl {
    font-size: 13px;
    font-weight: 900;
    padding: 20px 25px;
}

section.features {
    background: url("../img/Game/Plungeroo/PLG_Steam_Page_Bkgd_01.png");
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.rounded {
    border-radius: .25rem !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}

footer ul {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: black;
    background: url("../img/bg-pattern.jpg");
}
