.themeContentStyle1 {
    font-family: rounded_eleganceregular, sans-serif;
    font-size: 20px;
    color: #c5a0a1;
    text-transform: uppercase;
}

.themeContentStyle1:before {
    content: '';
    height: 19px;
    width: 15px;
    display: inline-block;
    background-image: url('../images/link_arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.themeContentStyle2,
.themeContentStyle3,
.themeContentStyle4 {
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    color: #ffffff !important;
    background-color: #92cfce;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    border: 4px solid #ffffff;
}

.themeContentStyle3 {
    display: block;
    border-radius: 0;
    width: calc(100% - 10%);
    margin: 0 auto;
    box-sizing: border-box;
}

.themeContentStyle4 {
    border-radius: 0;
    box-sizing: border-box;
}

.themeContentStyle2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
}

.themeContentStyle2 > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    font-family: rounded_eleganceregular, sans-serif;
}
