*{
	
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	
}


body{
  background:url('bacgound.jpg');

  }
  
 
  header{
      
   background:#156690;
   width:100%;
   margin-bottom:40px;
   
  }
  
  .cont_nav_logo{
      justify-content: space-between;
      display:flex;
      margin:5px;
     
  }
 
 .sitelogo img{
 width:180px;
 height:55px;
 }
 
#navcontainer p{
 color:white;
 }
 
 
 
 .nav-link{
            
           
            font-size:13px;
            font-family: "Sofia", sans-serif;
           
            font-weight: bold;
            
 }
            
.nav-link:hover{
                  background:#CEB532;
                  font-size:13px;
                }
.dropdown-menu{
              background:#2A4666;
              font-size:15px;
              
               }

.dropdown-menu a:hover{
                      background:#CEB532;
                    } 
 
 
 
 
 
 #headernav{
     display: flex;
     background:#43609C;
     width:100%;
     
     margin:auto;
     justify-content: space-between;
 }
 
  
 
 
 
 
 
 
 
 
#headernav3{
             width:100%;
             display: flex;
             justify-content: space-between;
             
 
          }
 
 .flexnews img{
 height:40px;
 max-width:80px;
 width:100%;
 padding-bottom:15px;
 } 
 

 
 
 
 
 
 
 
 
 
  #border1{
    border:1px solid #CCCCCC;
    background:white;
    width:100%;
    max-width:1150px;

   font-family: "Sofia", sans-serif; 
}
#border3{
     width:100%;
     max-width:1150px;
    text-align:justify;
    font-size:16px;
    }

#headerline2{
    
            width:100%;
            max-width:1150px;
            margin-bottom:30px;
            font-weight: bold;
            height:27px;
            color:#4E31AA;
            
            }



#headerline{
            width:100%;
            max-width:1150px;
            background:white;
            margin-top:10px;
            margin-bottom:7px;
            border-bottom: 2px dotted green;
            
            }


#headerline h4{

color:green;
}


    .item{
	border:1px solid #B6B5B5;
	width:14.2%;
	height:85px;
	margin-top:20px;
	Padding:0px;
    margin-left:2.1%;
   text-align:center;
	}
	
	.item:hover{
	background:#ECE7E7;
	}
	
	.item img{
	  height:45px; 
	  width:95%;
	  padding:8px 8px 0px 8px;
	  
	} 
	
	.item p{
	text-align:center;
	font-size:15px;
	font-style:bold;
	}
	.newslogoheader{
	 border-top:1px solid #B6B5B5;
	  
	}
.newspaperlogo{
    
  height:60px;
}
  .item a{
  text-decoration:none;
  color:black;
  }

.item a:hover{
  text-decoration:underline;
  color:green;
  }


#registraion{
max-width:800px;
width:100%;
background:#CBE9BF;
border-radius: 10px;

}




#registraion p{
font-family: "Sofia", sans-serif; 
font-size:20px;
margin-top:05px;

}

#registraion button{
width:120px;
color:white;
font-size:20px;
}
#registraion button:hover{
background:Orange;
text-decoration:underline;
color:black;
}
.iconcolor input{
height:50px;
}
.iconcolor p i{color:red;
font-size:12px;
}

.iconcolor2 p i{color:red;
font-size:12px;
}


.iconcolor2 input{
height:100px;


}




#footer{
display:flex;
justify-content: space-around;
width:100%;
max-width:1150px;
min-height:120px;
Background:#1F6891;
margin-top:10px;
}

#footer li{
text-align:left;

}


#footer li a{
padding:10px;
text-decoration:none;
color:white;
font-size:15px;

font-family: "Sofia", sans-serif; 

}

#footer li a:hover{
color:#D40F0D;
text-decoration:underline;
}
.flexitems1{
margin-top:10px;
}




#footer2{
width:100%;
max-width:1150px;
Background:black;
height:35px;
}


#footer2 p{
text-align:center;
color:white;
font-size:16px;
padding:2px;
}




@media (min-width: 200px) and (max-width: 767px){

header{
      
   background:#CCE6E7;
   
  }

 #headernav3{
 
 display: none;
 
 }
 
 .topnavber{
margin-left:1px;
 }
#navcontainer{
background:#CEB532;

}

 #navcontainer p{
 display: none;
 }

 .cont_nav_logo{
      
      flex-direction: column;
  }

 
 .nav-link{
            font-size:12px;
            font-family: "Sofia", sans-serif; 
           
            }
            
 .nav-link:hover{
                background:#BEA18B;
               font-size:12px;
                }  

.dropdown-menu{
                background:#2A4666;
              font-size:15px;
              
              
               }

.dropdown-menu a:hover{
                      background:#BEA18B;
                      font-size:15px;
                    }

#headerline2 h4{
                text-align:center;
                color:#4E31AA;
                
            }
 
 #border1{
    border:0.5px solid #CCCCCC;
    background:white;
    width:100%;
   font-family: "Sofia", sans-serif; 
}




.item{
	border:1px solid #B6B5B5;
	width:45%;
	height:100px;
	margin-top:12px;
	margin-left:2.9%;
	margin-right:1%;

}
 

.item img{
	height:60px;
	 width:100%;
	 
	} 

.newspaperlogo{
    
  height:70px;
}



#footer{

flex-direction: column;
} 

#footer2{
height:60px;
}


}





@media (min-width: 767px) and (max-width: 1024px){
 
  #headernav3{
 
 display: none;
 
 }
 

.cont_nav_logo{
      
      flex-direction: column;
  }
  
 
 #border1{
        background:white;
        width:100%;
        }
            
#headerline{
            width:100%;
            background:#D9EEE1;
            } 
            
#headerarticle p{
text-align:justify;

}          
            
#navcontainer{
background:#CEB532;

}     
            
            
            
            
.nav-link{
            
            background:#CEB532;
            font-size:13px;
            font-family: "Sofia", sans-serif; 
           margin-left:7px;
            
            } 
.nav-link:hover{
                background:#BEA18B;
                 font-size:13px;
                }          
            
#border2{
     width:100%;
     Background:white;
    
    }        

.item{
	border:1px solid #97A0A7;
	width:22.4%;
	height:90px;
	margin-top:8px;

    }

.item img{
	 height:55px; 
	 width:100%;
	 
	
	} 

}




@media (min-width: 1025px) and (max-width: 1150px){


.cont_nav_logo{
      
      flex-direction: column;
  }
 #navcontainer{
background:#CEB532;

}
 
.nav-link{
            
           background:#CEB532;
            font-size:13px;
            font-family: "Sofia", sans-serif; 
            margin-left:17px;
            
            }
            
.nav-link:hover{
                background:#0D9CDD;
                font-size:13px;
                }  
                
    #headerline{
            width:100%;
            
            }            
                
                
#headerarticle p{
text-align:justify;

}          
            
#border1{
 background:white;
    width:100%;
}

.item{
	border:1px solid #97A0A7;
	width:17.5%;
	height:90px;
	margin-top:8px;
    text-align:center;
}



.item img{
	 height:55px; 
	 width:100%;
	 
	
	} 

.item a{
  text-decoration:none;
  color:black;
  }
.item a:hover{
  text-decoration:underline;
  color:green;
  }
}
.allnewspaper{
	display:flex;
	width:100%
	
}
.newspaperleft{
	width:66%;
	border:1px solid;
}
.newspaperright{
	width:33%;
	border:1px solid;
}
.newspaperright>item{}