h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
}

.nav-link {
  color:#ddd;

}
.btn-primary {
font-weight: bold;
}

.flist ul {
    list-style: none;
}

.flist ul li::before {
    /* bullet      \2022
  black circle  \25CF
  checkmark     \2713
  black star    \2605 */
    content: "\2713";
    color: #0359B5;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.flist li {
    margin-bottom: 15px;
}

.mlist ul {
    list-style: none;
}

.mlist ul li::before {
    content: "\2713";
    color: #1987fd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.mlist li {
    margin-bottom: 15px;
}

.deploydesc {
    max-width: 660px;
}


@media (max-width: 1399px) {
    .deploydesc {
        margin-left: auto !important;
    }
}

@media (max-width: 660px) {
    .deploydesc {
        padding-left: 25px;
		padding-right: 25px;
    }
}

input#website {
  display:none !important;
}


.hero-unit-top {
    float: right;
}

@media (max-width: 992px) {
    .hero-unit-top {
        float: none;
        margin: auto;
        max-height: 350px;
        width: auto;
        display: block;
    }

    .herosub {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-rightcolumn {
        display: none;
    }
}

#totopBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0359B5;
    color: white;
    cursor: pointer;
    padding: 5px 10px 10px 10px;
    border-radius: 4px;
}

#totopBtn:hover {
    background-color: #555;
}

@media (max-width: 1024px) {
    .logo {
        width: 250px;
    }
}

@media (max-width: 575px) {
    .logo {
        width: 230px;
    }
}

.image-fit {
    object-fit: contain;
    object-position: center center;
}

.image-fit-left-top {
    object-position: left top;
}

.image-fit-left-center {
    object-position: left center;
}

.image-fit-left-bottom {
    object-position: left bottom;
}

.image-fit-right-top {
    object-position: right top;
}

.image-fit-right-center {
    object-position: right center;
}

.image-fit-right-bottom {
    object-position: right bottom;
}

.image-fit-center-top {
    object-position: center top;
}

.image-fit-center-center {
    object-position: center center;
}

.image-fit-center-bottom {
    object-position: center bottom;
}
