﻿/* target one breakpoint */
@media (max-width: 767.98px) {
    /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
    #logo-img {
        width: 300px;
    }
}

body {
    font-family: Lato,Arial,serif;
    /*font-family: Raleway,Arial,serif;*/
    font-size: 15px;
    color: #333;
    text-align: justify;
}

h1 {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #333;
}

.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.font-1-1 {
    font-size: 1.1rem;
}

.font-1-2 {
    font-size: 1.2rem;
}

.font-1-3 {
    font-size: 1.3rem;
}

.font-1-4 {
    font-size: 1.4rem;
}

.font-1-5 {
    font-size: 1.5rem;
}

.counter-font {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
}

.font-samples {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.7rem;
    /*font-variant-caps: small-caps;*/
}

.list-samples {
    padding: 20px 30px;
}

border-top-color {
    color: red;
}

.c-offcanvas--right {
    height: auto !important;
}

body, html {
    height: 100%;
}

/*main page cards*/
/*----------------------------------------*/


.card-body {
    text-align: justify;
}

.price-banner {
    line-height: normal;
    text-align: justify;
}

.card:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), 0 1px 5px 0 rgba(0,0,0,.2)
}

.card a {
    text-decoration: none;
    color: #333
}

    .card a:hover {
        text-decoration: none;
        color: #333
    }

.box-list {    
    line-height: 1.7;
}
.flex-row-100 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flex-column-100 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.test-flex {
    height: 100%;
    background-color: darkgreen;
}