body {
    font-family: Arial, sans-serif;
}

.bgColor {
    background-color: #3F424C;
}

.formBg {
    background-color: #21252A;
}

.itemBg {
    background-color: #2D3036;
}

.logo {
    width: 370px;
    height: 90px;
}

.outsideWidth {
    width: 80%;
}

.titleFontSize {
    font-size: 1.25rem;
}

.itemFontSize {
    font-size: 1rem;
}

.itemWidth {
    width: 80%;
}

.offcanvasCustom {
    top: 10%;
    bottom: 10%;
    right: 5%;
}

.picSize {
    width: 300px;
    height: 200px;
}


@media (min-width: 768px) {

    .titleFontSize {
        font-size: 1.5rem;
    }

    .itemFontSize {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {

    .outsideWidth {
        width: 40%;
    }

    .titleFontSize {
        font-size: 1.75rem;
    }

    .itemFontSize {
        font-size: 1.5rem;
    }

    .itemWidth {
        width: 60%;
    }

    .picSize {
        width: 400px;
        height: 250px;
    }
}


.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}