﻿.title-row {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}

.presentation {
    padding-left: 50px;
    padding-top: 150px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter
}

blockquote {
    position: relative;
    padding-left: 30px;
    font-weight: 900;
    color: black;
    padding: 1em;
    margin: 1em;
    max-width: 33em;
    font-size: 24px;
}

    blockquote:before {
        content: "“";
        font-family: serif;
        position: absolute;
        right: 100%;
        font-size: 120px;
        line-height: 0px;
        top: 50px;
        color: #ff5a00;
    }

    blockquote:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        width: 80px;
        height: 5px;
        background: #ff5a00;
        left: 1em;
    }

.only_second_block:after {
    content: "“";
    font-family: serif;
    position: absolute;
    right: 100%;
    font-size: 120px;
    line-height: 0px;
    top: 50px;
    color: #ff5a00;
}


.about_me {
    margin-top: 20px;
    padding: 46px 0 96px;
    background: #262626;
}

.blank_justify {
    padding-top: 50px;
    color: white;
    text-align: justify;
    font-size: 20px;
    line-height: 200%;
}

@media screen and (min-width: 1024px) {
    .cards {
        margin-top: -100px;
        position: relative;
        z-index: 10;
        padding-bottom: 50px;
    }
}

.white-card {
    line-height: 200%;
    padding-left: 20px;
}

.card-title {
    padding-left: 20px;
}

.days {
    color: #ffae4c;
    display: inline-flex;
}

.hours {
    color: #ffae4c;
    display: inline-flex;
    float: right;
}

.right-box {
    background: #ffae4c;
    padding-top: 70px !important;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.resized {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

p.content_cit {
    color: #000;
}

h3.title_cit {
    color: #000;
}

.second {
    margin-top: 0px;
    color:#000;
    background:#fff;
}

.cit {
    padding-top: 10px !important;
}
