body {
    /* margin-top: 77px; */
}


.header_bg {
    width: 100%;
    /*height: 100%;*/
    height: 310px;
    /*height: 100%;*/
    background-image: url('img/blog.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position:50% 50%;*/
    /*object-position: 100% 100% ;*/
    /*filter: brightness(50%);*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: -1;
    /*margin-top:60px;*/
}

.overlay {
    /*width:30px;*/
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
    /*height: 100%;*/
    height: 310px;
    display: none;
    background-color: rgba(255, 206, 0, 0.9);
    display: inline-block;
    margin-top: 56px;
}

.header_content {
    /*grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
    color: white;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    margin-top: -5rem;
    font-family: geekexpresslight;*/
    /* font-weight: bolder; */
}

.header_title {
    text-align: left;
    font-family: geekexpressbold;
    font-size: 48px;
    letter-spacing: 0.96px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 57px;
    /*margin-left: 123px;*/
}

.header_subtitle {
    text-align: left;
    font-family: geekexpressregular;
    font-size: 18px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.6;
    margin-top: 3px;
    margin-left: 3px;
}




@media only screen and (max-width: 414px) {
    .header_bg {
        min-height: 400px;
        background-position: right;
    }

    .overlay {
        margin-top: 56px;

        min-height: 400px;
    }

}

.container-one {
    margin-bottom: 30px;
    height: auto;
    background-image: url('img/blog.png');
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 20px;
    text-align: center;

}

@media only screen and (max-width: 767px) {
    .container-one {
        background-image: url('img/blog.png');
        background-position: 75% 50%;
        background-size: cover;
    }
}

.contanier-one-title {
    padding-bottom: 30px;
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: geekexpresslight;
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

.container-one-content {

    margin-top: 10px;

}

.magaizne-posts {
    margin-top: 20px;
    margin-bottom: 10px;
}

.magaizne-posts-content {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

.geek-magazine {
    margin-top: 30px;
    height: auto;
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
    background-color: white;
}

.carousel-caption {
    background-color: #3c96dc;
    opacity: 0.8;
    height: 70%;
    width: 50%;
    font-family: sans-serif;
    text-align: left;
    font-size: 14px;

}

.magazine-title {
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.geek-magazine-content {
    margin-top: 30px;
    margin-bottom: 30px;
    align-content: center;
    text-align: center;
}

.row-date {
    font-weight: 800;
    color: darkgrey;
    margin-top: 10px;
    font-family: Alternate Bold;
    font-size: 16px;
}

.row-status {
    font-family: Alternate Bold;
    font-size: 12px;
    color: #727272;
    margin-top: 5px;
    width: 85%;
}

.row-picture {
    border-radius: 2%;
}