@charset "utf-8";
/* CSS Document 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	
}*/

body {
    /*font-family: Arial, sans-serif;
    background-color: #CCCCCC;/*f4f4f4;
	background-image: url("https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BB1msKEy.img");
	background-size: cover;*/
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* background-color:  #9EC3F7; */
    color: white;
    padding: 10px 20px;
}

.logo {
    font-size: 24px;
	color: #000000;
}

.search-bar input {
    width: 300px;
    padding: 8px;
    border-radius: 20px;
    border: none;
}

.user-options {
    display: flex;
    align-items: center;
}

.user-options .location {
    margin-right: 20px;
}

.nav-bar {
    background-color: #0C3502;
    color: white;
    padding: 10px;
    text-align: center;
}

.nav-bar ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.nav-bar ul li {
    cursor: pointer;
}

.main-content {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.news-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 70%;
}

.news-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news-card.large {
    grid-column: span 2;
	background-color: #FFFFFF;
	
}


.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-title {
	padding: 10px;
    font-size: 15px;
    font-weight: bold;
	color:rebeccapurple;
	
}

.title2 {
	padding: 2px;
    font-size: 15px;
    font-weight: bold;
	color:orange;
	
}

.title3 {
	padding: 2px;
    font-size: 12px;
    font-weight: bold;
	color:green;
	
}

.event_venue {
	color:firebrick;
}
.event_date {
	color:blue;
}

.sidebar {
    width: 25%;
}

.personalized, .sports, .weather {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	
}

.personalized h3, .sports h3, .weather h3 {
    margin-bottom: 15px;
}

.personalized ul, .sports ul, .weather ul {
    list-style: none;
    padding: 0;
}

.weather-details li {
    margin-top: 10px;
}

/* dropdown MENU */

.navbar {
  overflow: hidden;
  background-color: #333; 
  
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

.navbar {
  overflow: hidden;
  background-color: #333; 
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

.navbar {
  overflow: hidden;
  background-color: #333; 
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
}