*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    color: black;
    font-family: cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;

    

}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: scroll;
    
    
    
}


nav{
    height: 80px;
    background: #2c3e50;
    
}

nav h1{
    width: 15px;
    position: absolute;
    top: 17px;
    left: 12px;
    
}

nav ul{
    float: right;
    margin-right: 25px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 15px;

}

nav ul li a{
    position: relative;
    color: white;
    font-size: 15px;
    padding: 5px 0;
    text-transform: uppercase;

}


nav ul li a::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s linear;
}


nav ul li a:hover::before{
    transform: scaleX(1);
    transform-origin: left;

}


label #btn,
label #cancel{
    color: black;
    font-size: 30px;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}





@media (max-width: 1118px) {
    nav h1{
        left: 8%;
    }
    
}

@media (max-width: 944px) {
    
    nav h1{
        left: 6%;
        top: 20px;
        width: 130px;
    }

    nav ul li a{
        font-size: 17px;

    }
    
}



@media (max-width: 860px) {
    label #btn{
        display: block;
    }
     .topbar-men ul{
        position: fixed ;
        width: 100%;
        height: 100vh;
        background: rgb(15, 39, 95);
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;

    }

    nav ul li{
        
        display: block;
        margin: 50px 0;
        
        line-height: 30px;
    }

    nav ul li a{
        font-size: 20px;

    }

    #check:checked ~ ul{
        left: 0;
    }

    #check:checked ~  label #btn{
        display: none;
    }

    #check:checked ~ label #cancel{
        display: block;
        
    }
    
    

    nav ul li a{
        font-size: 17px;

    }
    
}


/*START HERE//////*/




.advert{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif   ;
    padding: 10px;
    margin:0 0 20px 0;
    text-align: center;
    text-transform: capitalize;
    color: black;
    border: 2px solid white ;
    background-color: rgba(224, 224, 239, 0.525);
}




.content-for-web {
    padding: 0 20px ;
    display: flex;
    flex-direction: row;
    text-transform: capitalize;
    

    
}

.headlines-one img{
    border-radius: 5px;
}

.headlines-one h2{
    color: black;
}


.headlines-one li a{
    color: black;
    line-height: 3;
}


.headlines-one{
    width: 50%;
}


.headlines-two{
    padding:0 20px;
    width: 25%;
    line-height: 1.7;
    
}


.headlines-three{
    padding: 0 10px;
    
    line-height: 1.7;
    
    
    width: 25%;
}


.content-for-web li a:hover{
    color: rgba(0, 0, 0, 0.534);
    text-decoration: underline;
}


.content-for-web  a:hover{
    color: rgba(0, 0, 0, 0.534);
    text-decoration: underline;
}




.content-for-web h2:hover{
    color: rgba(0, 0, 0, 0.534);
    text-decoration: underline;

}






.headlines-three img{
    text-align: center;
    justify-content: center;   
}

@media (max-width: 944px){
    .content-for-web{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .headlines-one, .headlines-two, .headlines-three{
        width: 100%;
    }

    .headlines-one img{
        justify-content: center;
        text-align: center;
        width: 100%;
    }




}







.more-topstories{
      margin: 50px  0 0 0;
      padding: 10px;
    display: flex;
    flex-direction: row;

}



.more-topstories-one{
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 25%;
    }


.more-topstories-one img{
    width: 100%;
}


.more-topstories-two{
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 25%;

}


.more-topstories-two img{
    
    height: 200px;
    width:100%;
}



.more-topstories-three{
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 25%;

}


.more-topstories-three img{
    height: 200px;
    width:100%;
}



.more-topstories-four{
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 25%;

}


.more-topstories-four img{
    height: 200px;
    width:100%;
}

.more-topstories a:hover{
    color: rgba(0, 0, 0, 0.354);
    text-decoration: underline;
}



@media (max-width:944px){
    .more-topstories{
        width: 100%;
        display: flex;
        flex-direction: column;
    }


    .more-topstories-one, .more-topstories-three, .more-topstories-two, .more-topstories-four{
        width: fit-content;
        text-align: center;
        justify-content: center;
    }


    .more-topstories-one, .more-topstories-three, .more-topstories-two, .more-topstories-four a{
        text-align: center;
    }
}



.featured-news{
    margin-top: 80px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
}



.featured-news-one{
    width: 30%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    
}

.one-featured{
    display: flex;
    flex-direction: column;
}


.two-featured{
     margin-top:10px; 
    display: flex;
    flex-direction: row;
}

.two-featured a{
    padding: 2px;
    line-height: 1.5;
}



.featured-news-two{
    width: 40%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;

}


.center-feature{
    padding: 10px;
    display: flex;
    flex-direction: row;
}
.center-feature a{
    padding: 10px;
}



.featured-news a:hover{
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.292);
}


@media(max-width:944px){
    .featured-news{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .featured-news-one{
        width: 100%;
    }

    .featured-news-two{
        width: 100%;
    }


    .featured-news-two h4{
        display: none;
    }



}
 



.feat h2{
    font-weight: bold;
    font-size: 2rem;
    padding: 20px;   
}


.featured-section{
    padding: 20px;
    display: flex;
    flex-direction: row;
}


.other-features{
    width: 33%;
    padding:20px ;
    
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}


.other-features li a{
    line-height: 2;
}


.other-features li a:hover{
    color: rgba(0, 0, 0, 0.493);
    text-decoration: underline;
}








@media(max-width:944px){
    .featured-section{
        width: 100%;
        display: flex;
        flex-direction: column;
    }


    .other-features{
        width: 100%;
    }

    .other-features img{
        width: 100%;
    }



}



.footer-line{
    position: absolute;
    display: flex;
    background: #2c3e50;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    height: 70px;
    margin-top: 20px;
    


}



/*PROGRESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/




.content-box{
    border: 2px solid black;
    box-shadow: 20px;
    min-height: 20em;


}




