/*-------------------- Cover (Start) --------------------*/
.mainCover {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/mediaCover.jpg) 80% 40%;
    background-size: 120%;
}

.mainCover .caption {
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 1px #000;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .mainCover {
        height: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mainCover {
        height: 400px;
    }

    .mainCover {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/mediaCover.jpg) center 60%;
        background-size: 120%;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .mainCover {
        height: 250px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/mediaCover.jpg) 70% center;
        background-size: 200%;
    }

    .mainCover .caption {
        font-size: 28px;
    }
}
/*-------------------- Cover (End) --------------------*/

/*-------------------- Section1 (Start) --------------------*/
.sect1 .title {
    padding: 50px 0 10px;
    font-size: 32px;
}

.sect1 .date {
    padding: 10px 0 50px;
    font-size: 20px;
    color: #808080;
}

.sect1 .cover {
    width: 100%;
}

.sect1 .article {
    padding: 20px 0;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 20px;
}

.sect1 .article img {
    width: 100%;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect1 .ctx {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect1 .ctx {
        width: 100%;
        padding: 0 50px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .title {
        padding: 30px 0 10px;
        font-size: 24px;
    }
    
    .sect1 .date {
        padding: 10px 0 30px;
        font-size: 16px;
    }
    
    .sect1 .cover {
        width: 100%;
        margin: 0;
    }
    
    .sect1 .article {
        padding: 10px 0;
        letter-spacing: 0px;
    }
}
/*-------------------- Section1 (End) --------------------*/