
@import "./content/packages.css";
@import "./content/contact.css";

.title {
    padding: 10px 0 10px 0;
    background: #363636;
}

.title > .container {
    color: #dadada;
    font-size: 32px;
    font-weight: bold;
}

.title > .container > i {
    border-radius: 50%;
    border: 2px solid #dadada;
    color: #dadada;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.content-container {
    margin: 20px auto 100px auto !important;
}

.main-text {
    position: absolute;
    text-align: center;
    z-index: 20;
    line-height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    background: rgba(0,0,0,.8);
}

.main-text p {
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

@media only screen and (max-width: 961px) {
    .main-text {
        line-height: 25px;
    }

    .main-text p {
        font-size: 25px;
    }
}

@media only screen and (max-width: 641px) {
    .title > .container,
    .title > .container > i {
        font-size: 24px;
    }

    .title > .container > i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .main-text {
        line-height: 20px;
    }

    .main-text p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 481px) {
    .container {
        width: 300px;
    }

    .main-text {
        line-height: 13px;
    }

    .main-text p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {
    .container {
        width: 280px;
    }

    .main-text {
        line-height: 11px;
    }

    .main-text p {
        font-size: 11px;
    }
}
