@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap');

body {
    font-size: 14pt;
    font-family: "Lato", "Titillium Web";
    font-weight: 300;
}

b {
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web";
    font-weight: 600;
}

table {
    font-size: 90%;
}

.textarea-lg {
    height: 300px;
}

main > .container {
    padding: 75px 15px 0;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.navbar {
    font-size: small;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.mofcard {
    background-color: #464646;
    padding: 15px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    /* box-shadow: 4px 3px 8px 1px #969696;
  	    -webkit-box-shadow: 4px 3px 8px 1px #969696; */
    font-family: Bahnschrift, monospace, Consolas, "Courier New", sans-serif;
    /*width: 600px;*/
    box-shadow: 4px 3px 8px 1px #000;
    -webkit-box-shadow: 4px 3px 8px 1px #000;
}

.moftitle {
    color: #ff9;
    font-size: large;
    font-weight: bold;
}

.moftext {
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mofscale {
    color: white;
    font-style: italic;
    float: left;
    clear: left;
}

.mofmodeler {
    color: white;
    font-style: italic;
    float: right;
    clear: right;
}

.pickgradient {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.hero {
    position: relative;
    z-index: -1;
    display: block;
    height: auto;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    text-shadow: 2px 2px black;
}

#rightcol {
    width: 240px;
    display: block;
    float: right;
    text-align: center;
}

#slides {
    height: 400px;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.AppMarketplace {
    padding-top: 16px;
}

.AppPrice {
    font-size: 18pt;
}

#appicon {
    display: block;
    float: left;
    margin-right: 24px;
}

/*.clearfix {
    overflow: auto;
}*/

.apptext {
    margin-top: 24px;
}

.colorchip {
    font-family: "Titillium Web", Bahnschrift;
    font-weight: bold;
}