@font-face {
    font-family: 'equity_sc';
    src: url('../fonts/equity_caps_b_bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'equity_sc';
    src: url('../fonts/equity_caps_b_regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'equity_text';
    src: url('../fonts/equity_text_a_bold_italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'equity_text';
    src: url('../fonts/equity_text_a_bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'equity_text';
    src: url('../fonts/equity_text_a_italic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'equity_text';
    src: url('../fonts/equity_text_a_regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

syn {font-family: equity_text;font-weight: 300;display: block;width: 100%;position: relative;padding-bottom: 30px;margin: 0 auto;margin-left: 10px;margin-right: 10px;}

syn maintitle {
    font-size: 80px;
    /* text-transform: lowercase; */
    font-style: italic;
    padding-bottom: 30px;
    display: block;
}

poems {
    background-color: white;
    height: auto;
    display: block;
    width: 715px!important;
    margin: 0 auto;
    position: relative;
}

poem {
    display: block;
    margin: 0 auto;
    width: auto;
    padding-top: 50px;
    padding-bottom: 120px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    color: black;
}

poem .date {
    padding-bottom: 5px;
    font-size: 0.8em;
    color: #666;
    font-feature-settings: 'ss03','ss01','kern','onum','liga' 1;
}

poem .author {
    /* height: 50px; */
    position: relative;
    padding: 5px 0;
}

poem .author img {
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

poem .author .name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 8px;
    font-size: 15px;
}

poem div {
    width: auto;
    margin: 0 auto;
}

poem p {
    width: auto;
}

poem .tags {
    padding-top: 10px;
    font-size: 14px;
    /* font-weight: 400; */
    color: #112233;
}

poem .tag {
    cursor: pointer;
    display: inline-block;
}

poem .tag:before {
    content:  '#';
}

poem .text {
    /* font-size: 21px; */
}

poem .text p {
    padding: 0;
    font-size: 21px;
    line-height: 145%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'ss03','ss01','kern','liga' 1;
    position: relative;
    margin: 0;
    /* padding-bottom: 1em; */
}

poem .title {
    font-size: 1.5em;
    font-weight: 400;
    padding-bottom: 0.5em;
}

@media (max-width: 1249px) {
poems {
    width: auto!important;
    max-width: 715px;
}
}

@media (max-width: 400px) {
    poem {
    padding-left: 20px!important;
    color: black;
}
}