/*@import url(http://allfont.net/allfont.css?fonts=comic-sans-ms);*/
@font-face {
    font-family: 'my comic font';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/comic.TTF') format('truetype');
}

html, body {
    direction: ltr;
    font-family: 'my comic font' !important;
    color: #000000 !important;
}

.font-color-white {
    color: #fff !important;
}

.font-bold {
    font-weight: bold;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-45 {
    font-size: 45px;
}

.navbar-custom {
    background-color: #ff6501 !important;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #ffa500;
}

.navbar-custom .navbar-nav .nav-link, .navbar-custom .navbar-brand {
    color: #fff;
    font-size: 15px;
}

.btn-yellow {
    background-color: #ff6501 !important;
    border: 1px solid #000;
}

.btn-silver {
    background-color: #ccc !important;
    border: 2px solid #000;
    color: #000 !important;
}

.btn-black {
    background-color: #000 !important;
    border: none !important;
}

.btn-yellow-slider {
    background-color: #ffd700 !important;
    border: 2px solid #000;
    color: #000 !important;
}

.btn-yellow-slider:hover {
    border: 2px solid #fff !important;
}

.btn-red {
    background-color: #ff0000 !important;
    border: 1px solid #000;
}

#post-single .card {
    padding: 0 30px;
}

#post-single img {
    margin-bottom: 40px;
    padding: 0 69px;
    height: 400px;
}

#box-prices .card {
    background-color: #ffff00;
    color: #000;
}

#box-prices .card h1 {
    font-weight: bold;
}

#box-prices .card .list-group li {
    background-color: transparent;
    text-align: center;
}

#box-prices .card .list-group li a {
    color: #fff;
}

footer .box-top-footer {
    background-color: #ff6501;
    padding: 20px 0;
}

footer .box-bottom-footer {
    background-color: #222222;
    color: #fff;
    padding: 12px 0;
}

footer .box-bottom-footer ul {
    list-style: none;
}

footer .box-bottom-footer ul li {
    display: inline-block;
    margin-right: 20px;
}

footer .box-bottom-footer ul li a {
    color: #fff;
}

#posts .card ul {
    padding-left: 12px;
}

#posts .card ul li {
    margin-bottom: 20px;
}

#posts .card {
    height: 535px;
}

#posts .card img {
    height: 230px;
}

#posts .card a.stretched-link {
    position: absolute;
    bottom: 29px;
}

#posts .card h5 {
    font-size: 24px;
}

#customer {
    background: url("/images/customer.jpeg") no-repeat 0 -150px;
    height: 300px;
    margin-top: 50px;
    background-size: cover;
    background-attachment: fixed;
}

#customer .item {
    text-align: center;
    margin-top: 85px;
    color: #fff;
}

#services {
    padding: 35px 0;
}

#services .box-service {
    margin-bottom: 55px;
}

#services .box-service p {
    text-align: center;
    margin-top: 12px;
    color: #000;
}

#services .box-service .icon {
    text-align: center;
}

#services .box-service .icon img {
    width: 128px;
    height: 128px;
}

#form-custom input[type=text],
#form-custom input[type=email],
#form-custom select,
#form-custom textarea {
    border: 2px solid #000;
}

#custom-form {
    background-color: #ffff00;
    border: 4px solid #000;
    padding: 25px 20px;
    border-radius: 4px;
}

#custom-form input[type=text],
#custom-form input[type=email],
#custom-form select,
#custom-form textarea {
    border: 2px solid #000;
}

#contact {
    background-color: #f1f1f1;
    padding: 45px 0;
}

#header img {
    width: 380px;
    height: 175px;
}

#contact #card-contact {
    background-color: #ffff00;
    border: 4px solid #000
}

#box-prices .card {
    border: 1px solid #000;
}

#social {
    padding: 15px 0;
}

#social ul {
    padding-left: 0;
}

#social ul li {
    list-style: none;
    display: inline-block;
}

#social ul li a {
    font-size: 30px;
    padding: 0 15px;
    color: #555555;
}

@media (max-width: 575.98px) {
    #post-single .card {
        padding: 0;
    }

    #post-single h3 {
        font-size: 18px;
    }

    #post-single .card img {
        height: 225px;
        padding: 0;
        margin-bottom: 5px;
    }

    #box-prices .card {
        margin-bottom: 15px;
        border: 1px solid #000;
    }

    #post-single h5 {
        font-size: 21px;
    }

    #posts .card h5 {
        font-size: 22px;
    }

    .wrapper {
        height: 250px;
    }

    .navbar-toggler {
        color: #ffffff !important;
    }

    #header img {
        width: 100%;
        height: 175px;
    }

    .navbar-custom {
        border-bottom: 2px solid #cd3700;
    }

    .btn-yellow {
        background-color: #ff6501 !important;
        border: 1px solid #000;
    }

    .btn-red {
        background-color: #ff0000 !important;
        border: 1px solid #000;
    }

    #posts {
        background-color: #f1f1f1;
    }

    #customer {
        background: url("/images/customer.jpeg") no-repeat 0 -150px;
        height: 480px;
        margin-top: 0;
        background-size: cover;
        background-attachment: scroll;
    }

    #contact {
        text-align: center;
    }

    #contact img {
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    #contact #card-contact {
        margin-bottom: 80px;
    }

    footer {
        margin-top: 0;
        font-size: 12px;
        text-align: center;
    }

    footer .box-bottom-footer ul {
        list-style: none;
        text-align: center;
        margin-top: 20px;
    }

    footer .box-bottom-footer ul li {
        display: inline-block;
        margin-right: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}