
#latest-post
{
  border: 2px solid rgb(29, 20, 20);
}
ul li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
img {
  transition: opacity 0.1s ease-in-out;
}
li a,
li a:hover,
li a:active {
  color: inherit;
  text-decoration: none;
}
.main-container {
  padding: 0px;
  overflow: hidden;
}

.header {
  padding: 0;
  padding-top:20px;
  margin: 0;
  background-image: url(../images/thumb_banner_2k_Alt_Blue.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header .mobile-menu .menu-icons iconify-icon {
  font-size: 1.6rem;
}
.header .mobile-menu .menu-icons {
  position: absolute;
  left: 100%;
  transition: left 0.2s ease-out;

  z-index: 100;
}
.header .mobile-menu {
  display: block;
  position: absolute;
  z-index: 99;
  margin: 0;
  left: -100%;
  transition: left 0.2s ease-out;
}
.header .mobile-menu-option ul {
  margin-top: 20px;
  display: block;
  border: none;
}
.header .mobile-menu-option ul li {
  display: block;
  margin: 5px;
  padding: 5px;
  text-align: center;
  color: white;
  font-weight: bolder;
}
.header .social-media-icon-menu ul li {
  padding: 5px 5px;
}
.header .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px double white;
  width: fit-content;
  margin: auto;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}
.header .menu ul li {
  color: white !important;
  font-weight: bolder;
  padding: 0 5px;
  margin: 0 15px;
}

.header .menu ul li {
  position: relative; /* Create a positioning context for the pseudo-element */
  display: inline-block; /* Ensure the menu items are displayed inline */
}

.header .menu ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* Initially, the underline has no width */
  height: 1px; /* Set the desired underline thickness */
  background-color: #fff; /* Set the underline color */
  transition: width 0.3s ease-out; /* Transition the width property */
}

.header .menu ul li:hover::after {
  width: 100%; /* Grow the underline to 100% width on hover */
}
.header .text h6 {
  color: white;
  width: fit-content;
  margin: 5px auto;
  text-align: center;
  padding: 0 10px;
}
.header .banner img {
  padding: 10px;
}
.second-header{
  display: flex;
  justify-content: space-between;
  background-color: red;
  padding: 0 20px;
}
.second-header h6{
  width: fit-content;
  font-style: italic;
  color: white;
}

.header .social-media-icon-menu iconify-icon
{
    color:white;
    font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .header .mobile-menu .menu-icons {
    display: block;
  }
  .header .mobile-menu {
    display: block;
    top: 0;
    width: 100%;
    background-image: url(../images/thumb_banner_2k_Alt_Blue.png);
    background-size: cover;
  }
  .header .menu {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .header .mobile-menu .menu-icons {
    display: none;
  }
  .header .mobile-menu {
    display: none;
    top: 0;
    width: 100%;
    background-image: url(../images/thumb_banner_2k_Alt_Blue.png);
    background-size: cover;
  }
}

/* home page */
.home {
  background-color: #ece7e7;
  padding: 20px;
  margin: 0;
}
.home .page-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}

.home .page-content .advertise {
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.home .left #live{
        aspect-ratio: 560 / 306;
}

.home .left #live iframe{
  border-radius: 20px;
  margin: 10px;
  width: 96% !important;
  border: 4px solid rgb(0,84,144);
}
.home .right hr{
  margin: 20px auto;
}
.home .right #planner img, .home .right #radar img,.home .right #severe-weather img ,.home .right #surface-map img ,.home .right #live-north-temp img, .home .right #allergy-report img,.home .left .advertise img {
  border-radius: 20px;
}
.hmoe .right div{
  margin: 40px auto;
}
.home .right div h4{
  width: fit-content;
  margin:10px auto;
}
.home .right iframe{
  border-radius: 20px;
}

@media screen and (max-width:768px) and (min-width: 541px) {
  .home .page-content {
    display: block;
  }
  
}

@media screen and (max-width:540px)  {
  
  
}



/* weather maps  */
.weather-maps {
  background-color: #ece7e7;
  padding: 20px;
  margin: 0;
}
.weather-maps .page-content {
  margin: 20px 0;
  padding: 5px;
}
.weather-maps .page-content .advertise {
  text-align: center;
  padding-bottom: 4%;
}
.weather-maps .page-content .advertise img{
  border-radius: 20px;
}
.weather-maps .page-content .row {
  display: flex;
  justify-content: center;
  padding: 2px;
  margin-bottom: 40px;
}
.weather-maps .page-content .row div {
  width: 31%;
  padding: 8px;
  border: 1px solid blue;
  border-radius: 20px;
  margin: 1%;
  box-shadow: grey 5px 5px 8px;
}
.weather-maps .page-content .row div h6 {
  margin: 4px 8px 8px 8px;
  color: rgb(31, 29, 29);
  text-transform: capitalize;
}
.weather-maps .page-content .row div img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 3px;
}
.weather-maps .page-content  h1{
  width:fit-content;
  margin: 10px auto;
  text-decoration: underline;
  padding: 10px  30px;
  background-color: #c3c5d8;
  border-radius: 20px;
}

@media screen and (max-width: 780px) and (min-width: 541px) {
  .weather-maps .page-content .row div {
    width: 45%;
    margin: 2%;
  }
}
@media screen and (max-width: 540px) {
  .weather-maps .page-content .row div {
    width: 90%;
    margin: 2%;
  }
}

/* mobile app */
.mobile-app {
  padding: 50px;
  background-color: #ece7e7;
}
.mobile-app .intro .img .mobile-hand{
    height:17vw;
}
.mobile-app .intro .img .mobile-hand img{
    position:relative;
    bottom:80px;
    left:-96px;
}
.mobile-app .intro .img .download img{
    position:relative;
    bottom:0px;
    left:-240px;
}

.mobile-app .content .intro {
  display: flex;
  justify-content: center;
}
.mobile-app .content .text h3{
  text-decoration: underline;
}
.mobile-app .content .text h4{
  color:blue;
}
.mobile-app .mobile-img2 {
    position:relative;
    left:-10%;
}

.mobile-app .mobile-img1 img{
    margin:25px;
    border-radius:20px;
}
.mobile-app .mobile-img2 img{
    margin:25px;
    border-radius:20px;
}


@media screen and (max-width: 700px) {
  .mobile-app .page-content .img {
    display: none;
  }
}



/* streaming player */
.streaming-player {
  background-color: #ece7e7;
  padding-top: 20px;
}
.streaming-player .content {
  text-align: center;
}
.streaming-player p {
  font-weight: bolder;
}
.streaming-player h2 {
  text-decoration: underline;
}
.streaming-player .content p {
  margin: 10px;
}
.streaming-player img {
  max-width: 96%;
  margin: 25px auto;
}


/* about us */

.about-us{
  background-color: #ece7e7;
  padding: 20px;
}
.about-us .content .intro{
  display: flex;
  flex-wrap: wrap;
}
.about-us .content .intro .img{
  height:fit-content
}

.about-us .contact-info{
  background-color: #dcdada;
  border-radius: 2%;
  padding: 2%;
  height:260px !important;
}

.about-us .our-team{
  background-color: #dcdada;
  border-radius: 2%;
  padding: 2%;
 
}
.about-us h5{
  margin:  25px 0;
  font-size:18px;
}
.about-us .intro img{
  margin: 30px 0;
} 
.our-team h4 {
  color: #222; /* Darker shade to stand out */
  font-weight: 700;
}

.our-team .member {
  background-color: #e2dfdf; /* Slightly lighter grey to contrast with main bg */
  width: 30% !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
  color: #000; /* Ensure all text is black */
  transition: transform 0.3s ease;
  justify-content:center !important;
}

.our-team .member:hover {
  transform: translateY(-4px);
}

.our-team .member p {
  margin-bottom: 0.3rem;
  color: #000 !important;
}
.our-team .member img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%; /* Makes image circular */
  border: 1px solid #b0b0b0; /* White border for contrast 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Soft shadow around image */
  outline: 2px solid #ccc; /* Optional outer ring */
  outline-offset: 1px;
}

.our-team .member .text-muted {
  color: #333 !important; /* Make muted text visible on grey background */
}

/* advertising page */

.advertising-page{
background-color: #ece7e7;  
padding:20px;
}
.advertising-page .page-content .intro{
  display: flex;
  justify-content: center;
}

.advertising-page .page-content .intro .text h3{
    text-decoration:underline;
    
}

.advertising-page .page-content .intro .img-contact .contact{
  background-color:#bbb6b6;
  border-radius: 10px;
  margin: 20px 0;
  padding: 10px;
}
.advertising-page .page-content .intro .img-contact img{
  border-radius: 10px;
}
.advertising-page .page-content .intro .text-coverage .coverage 
{
  text-align: center;
}
.advertising-page .page-content .intro .text-coverage .coverage h3{
  text-decoration: underline;
  width: fit-content;
  margin: 10px auto;
}
.advertising-page .page-content  .more{
    padding-left:50px;
    margin-top:-7vw;
}




/* localdfwradar */
.localdfwradar {
  padding: 20px;
  background-color: #ece7e7;
}

/*privacy-policy8*/
.privacy-policy{
    
  padding: 100px 50px;
  background-color: #ece7e7;
}

.privacy-policy p{
    width:90%;
    margin: auto;
    font-weight:bold;
    
}



/* footer */
.footer * {
  color: white;
}
.footer {
  padding: 5px;
  margin: 0;
  background-image: url(../images/thumb_banner_2k_Alt_Blue.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .quick-links ul {
  margin-left: 0;
  padding-left: 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.footer .content .contact-us ul {
  justify-content: start;
  margin: 0;
  padding-left: 0;
}
.footer .contact-us ul li iconify-icon {
  margin-right: 10px;
}
.footer .follow-us h6 {
  width: fit-content;
  margin: 10px auto;
  margin-top: 0px;
}

.footer hr {
  color: white;
}
.footer .follow-us ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
.footer .follow-us {
  padding: 10px;
}
.footer .follow-us ul li {
  margin: 0 8px;
}
.donate button {
  color: black;
  background-color: rgb(241, 241, 13);
  font-weight: bolder;
  padding: 2px 10px;
}
.footer .donate {
  text-align: center;
}
.footer .donate ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.footer .donate ul li {
  margin: 10px;
}
@media screen and (max-width: 540px) {
  .footer div {
    width: fit-content;
    margin: auto;
  }
  .footer .quick-links{
    margin-top: 30px;
  }
  .footer .quick-links ul {

    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.follow-us iconify-icon{
  color:white;
  font-size: 1.6rem;
}