﻿@charset "utf-8";

.about_img {
    width: 350px;
    height: 220px;
    margin: 0 0 40px 0;
    background-image: url(../img/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about_text {
    height: auto;
    margin-bottom: 20px;
    padding: 10px 5px;
    text-align: center;
    color: #f1f1f1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.92em;
    font-weight: 200;
    line-height: 1.3em;
}

.about_text ul {
    list-style-position: inside;
    list-style-image: url(../img/star.png);
}

.about_sig {
    font-family: 'Hepta Slab', serif;
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.about_sig_block {
    width: 50%;
    margin: 20px auto;
    border: 10px solid #f1f1f1;
    border-image: url(../img/star_border.png);
    border-image-slice: 8 8;
    border-image-repeat: repeat;
    padding: 10px;
    font-family: 'Hepta Slab', serif;
    font-size: 0.8em;
    font-style: italic;
}

    .about_sig_block ul {
        list-style: none;
        text-align: center;
    }

/* ################################# RESPONSIVE STYLES ##################### */

/* ################################# > 700 ##################### */

@media only screen and (min-width:700px) {

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

/* ################################# > 1293 ##################### */

@media only screen and (min-width:1293px) {

    .about_text {
        margin-right: 40px;
    }

    .about_img {
        width: 500px;
        height: 320px;
    }

}

/* ################################# > 1371 ##################### */

@media only screen and (min-width:1371px) {

    .about_text {
        margin-top: 0;
        padding: 0 5px 5px 5px;
    }

}