@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800&subset=latin-ext');

html,
body {
    text-align: center;
}

.anchor {
    position: absolute;
    margin-top: -50px;
    height: 50px;
}

.navbar-gradient {
    background-color: #8c1717;
}

@media (max-width:767px) {
    .description {
        line-height: 150%;
        text-align: center;
        font-size: 1.2rem;
        margin-left: 10%;
        margin-bottom: 25px;
        margin-top: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .description {
        line-height: 130%;
        font-size: 1.1rem;
        text-align: right;
    }
}

@media only screen and (min-width:992px) {
    .description {
        text-align: right;
        font-size: 1.2rem;
    }
}

.logo-slogan {
    max-width: 400px;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .logo-slogan {
        max-width: 320px;
    }
}

/* FEATURES */
.features {
    background-image: url('images/background_features.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.features-header {
    text-align: left;
    width: 90%;
    max-width: 570px;
}

@media (min-width:768px) {
    .features-left-column {
        margin-right: 0px;
    }
}

@media (min-width:768px) {
    .features-right-column {
        margin-left: 0px;
    }
}

@media (min-width:768px) {
    .features-column {
        width: 90%;
        max-width: 570px;
    }
}

.features-order-num {
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.features-order-num h2 {
    line-height: 55px;
}

.features-line {
    border-right: 2px dotted #000000;
    width: 50%;
    bottom: 0;
    top: 51px;
}

@media only screen and (min-width:768px) {
    .features-border-r {
        border-right: 0.5rem solid #ffffff;
    }

    .features-border-l {
        border-left: 0.5rem solid #ffffff;
    }
}

/* VIDEO TUTORIAL */
iframe{
	margin: 1rem;
}

/* PRODUCTS */
.ppp-logo {
    -webkit-filter: hue-rotate(210deg) saturate(25%) brightness(150%);
    filter: hue-rotate(210deg) saturate(25%) brightness(110%);
    height: 80px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: auto;
}

#products-container a:hover .ppp-logo {
    background-position: top center;
    -webkit-filter: inherit;
    filter: inherit;
}

#products-container {
    line-height: 125%;
    font-weight: 500;
}

#products-container a {
    text-decoration: none;
    color: hsl(210, 25%, 40%);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
}

#products-container a:hover {
    color: inherit;
}

#products-container .ppp-txt {
    flex-grow: 1;
}

/* FOOTER */
footer {
    box-shadow: inset 0px 10px 13px 0 rgba(0, 0, 0, 0.51);
    background-image: -webkit-linear-gradient(top, rgb(32, 39, 57) 2.15054%, rgb(49, 65, 103) 89.2473%);
}

footer,
footer p,
footer li,
footer a,
footer a:hover {
    color: #abb2c5;
}

/* SNIPCART */
.snipcart {
    text-align: initial;
}

.snipcart footer {
    box-shadow: initial;
}
