﻿
@import url(../css/open-sans-font.css);

.changelog_container a {
    white-space: nowrap;
}

.changelog_container {
    font-family: OpenSans-Regular;
    margin-top: 84px;
    padding: 50px;
    text-align: center;
    font-family: OpenSans-Regular;
    padding: 50px;
    background-color: white;
    background: url(../imgs/bg-imgs/changelog-bg.svg) center no-repeat;
    background-size: cover;
}

.changelog_header_container h4 {
    color: rgb(116, 78, 172);
}

.changelog_header_container p {
    color: rgb(92, 92, 92);
}
/*----- changelog info -----*/
.changelog_content {
    padding: 50px;
}

.title_date {
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .title_date h4 {
        font-family: OpenSans-SemiBold;
        font-size: 30px;
    }

    .title_date .overview {
        margin-top: 10px;
    }

        .title_date .overview ul li {
            margin-left: 10px;
        }

.date_changed {
    margin-top: -10px;
}


@media(max-width:930px) {
    .changelog_content {
        padding: 5px;
    }

    .title_date {
        padding: 20px;
    }
}

@media (max-width:500px) {
    .title_date h4 {
        font-size: 17px;
    }
}
/*responsive*/
.changelog_content,
.title_date {
    transition: ease all .5s;
}
