/* Base styles */
body,html {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
  }

p {
	font-size: 16px;
	line-height: 24px;
  }
  
i.app-button {
    color: red;
    font-size: 22px;
    cursor: pointer;
  }  
  
.countdown {
     font-size: 36px;        
    text-align: center;
    color:#fff;
    width:100%;
    padding:2px 10px;
   font-weight: bold; 
  }
  
h1 {
	color: #032974;
	font-size: 32px;
  }
  
hr {
    color: #aaa;
    width:100%;
    padding:0;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

.spacer {
   height: 80px; 
}

.white-text {
	color: #fff;
}

.french-blue {
    color: #032974;
}

.gradient-border {
  border-top: 7px solid transparent; /* Set initial border color to transparent */
  border-image: linear-gradient(to right, #ae6f02,  #F6CD1F, #DAA51F, #fde276) 1;
  padding:0;
}

.bg3 {
	background-color: #fff;
	color: #eee;
}


/* Top Bar */
.top-bar {
    background-color: #032974;
    color: #fff;
    max-width:100%;
}
.top {
  padding:5px 50px;
  display: flex;
    align-items: center;
    
    margin: 0 auto;
}

.phone {
   display:inline;
   margin-left:0;
   
}

.phone a{
    color: #fff;
text-decoration:none;
}

.address {
  display: flex;
  margin: 0 auto;
  justify-content:center;
  color: #fff;
text-decoration:none;
}
/* Social Icons */
.social-icons {
    display: flex;
    margin-right:0;
    margin-left:-120px;
    
}
.social-icons-fb {
    min-width: 20px;
    max-height: 35px; /* Adjust max height */
    margin-right:7px;
}
.social-icons-yt {
    min-width: 20px;
    max-height: 46px; /* Adjust max height */
   margin:auto 0;
}


 /* Animated button */
.animated-button {
    display: inline-block;
    padding: 6px 10px;
    font-size: 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    
 }
.animated-button2 {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    background-color: #ff000d !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
    margin-right:7px;
  } 
.animated-button3 {
            display: inline-block;
            padding: 6px 10px;
            font-size: 15px;
            background-color: #fff;
            color: #032974 !important;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
          } 
.animated-button4 {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    background-color: #dca823 !important;
    color:#fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-right:4px;
}  
.animated-button4 a{
  color: #fff !important;
  text-decoration:none;
}

 /* Animation of Button */
.animated-button span {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: pulse 2s infinite;
 }
.animated-button2 span {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
.animated-button3 span {
            position: absolute;
            display: block;
            background: rgba(0, 114, 187, 0.4);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            animation: pulse 2s infinite;
          }
.animated-button4 span {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: pulse 4s infinite;
  }
/* Animation keyframes */
@keyframes pulse {
    0% {
      width: 20px;
      height: 20px;
      opacity: 1;
    }
    100% {
      width: 1000px;
      height: 1000px;
      opacity: 0;
    }
}



/*-----Homepage-----*/

.intro-container {
    display:flex;
    margin:0 auto;
    width:900px;
    max-width:100%;
   
    text-align: center; /* Center the text */
}
#intro a {
    color: #032974;
}

/*Page Banner*/
.banner-content {
 margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    flex-direction: row;
} 

/*Parallax*/
.parallax {
    background-image: url("/images/IMG_1227.jpg");
    opacity:.4;
     /* Full height */
     height:250px;
    min-height: 150px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position:center;
    background:cover;
    width: 100%;
    max-width:100%;
    z-index:1;
    }
.content {
    height: auto;
    width: 100%;
    overflow:hidden;
}
.sermons {
 background-color: #032974;
   display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}
.dv1 {
    display:flex;
  flex: 0 1 49%;
  background-image: url("/images/imageedit_1_8383187426.png");
    justify-content: center;
    flex-direction:column;  
    align-items: center;  
   background-position:center;
    background-size:cover;
    padding:35px 0;
    color:#fff;
}
.dv1 span{
   color:#fff ;
   font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: 1.25em;

}
.dv2 {
    display:flex;
  flex: 0 1 49%;
    justify-content: center;
    flex-direction:column;  
    align-items: center;  
    color: #fff;
}
.sermon-title2 {
    font-size: 2em;
    padding:25px 0 8px 0;
    
  }
.sermon-title2 span {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: 1.25em;
  }
.sermon-title3 {
    font-size: 2em;
    padding:0 0 8px 0;
    
  }
.sermons-container {
    width: 90%;
    max-width: 500px;
  margin:0 auto;
    padding: 0 15px;
   
    
}
.sermon-item  {
    border-radius: 5px;
    margin: 15px auto;
    padding:20px 25px;
    color: #555;
    font-size:18px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.sermon-item-title {
    color:#032974;
    text-decoration:underline;
    font-size:20px;
}
.sermon-item:last-child {
    border-bottom: none;
}
.btn-play {
        background: #fff;
        color: #000;
        font-size: 20px;
        font-weight:bold;
        border: 2px solid #000;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 32px;
        transition: background 0.3s, color 0.3s; /* Smooth transition for hover effect */
    }
.btn-play a {
        text-decoration: none;
        color: inherit; /* Inherit the color from the button */
                flex-direction: row;
    }
.btn-play:visited, .btn-play a:visited {
        color: inherit; /* Inherit the color from the button */
    }
.btn-play:hover {
        background: #000; 
        color: #fff;
    }
.btn-play:hover a {
        color: #fff;
    }  

/*Events*/
.events {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.event-title2 {
    color: #000;
    font-size: 2em;
    padding:10px;
   margin-top:15px;  
  }
.event-title2 span {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: 1.25em;
  }
.event-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top:10px;
    
}
.event {
    
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin:0 8px;
}
.event-details {
    display: flex;
    justify-content: space-between;
    
     position: relative; /* To position the pseudo-element relative to this container */
}
.date-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    
}
.date-box {
    width: 70px;
    height: 35px;
    background: #032974;
    color: #fff;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    font-size: 25px;
    padding:5px 7px;
}
.date-text {
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #333;
}
.event-info {
    display: flex;
    flex-direction: column;
    flex:20%;
    border-left:2px solid #ccc;
    padding-left:10px;
}
.event h2 {
    margin-top: 0;
    color: #032974;
    font-size:1.60em;
    margin-bottom:-2px;
}
.event p {
    margin: 4px 0;
}

/*Featured Gallery*/
.gallery-title {
    color: #fff;
    font-size: 2em;
    padding:10px;
    margin-top:15px;
  }
.gallery-title span {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: 1.25em;
  }
#gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;

}
#gallery-container {
     display: flex;
    justify-content: space-between;
    width: 1200px;
    max-width: 100%;
    flex-direction: column;
    }
.hg-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  justify-content:center;
}

/* Create four equal columns that sits next to each other */
.hg-column {
  -ms-flex: 22%; /* IE10 */
  flex: 22%;
  max-width: 17%;
  padding: 0 11px;
}
.hg-column img {
  margin-top: 2px;
  vertical-align: middle;
  width: 100%;
  border:4px solid #edb527;
  border-radius:5%;
}
.curve-mask {
  width: 100%;
  overflow: hidden;
  background: #edb527;
  margin: -40px auto; 
  z-index: 4;
}
.curve-mask .curve-up{
  position: relative;
  
  max-width: 100%;
  min-height: 120px;
  border-radius: 100vh 100vh 0% 0%/5vh 5vh 0% 0%;
  -moz-border-radius: 100vh 100vh 0% 0%/5vh 5vh 0% 0%;
  -webkit-border-radius: 100vh 100vh 0% 0%/5vh 5vh 0% 0%;
  overflow: hidden;
}
.curve-mask .standard-section {
 height:120px;
  max-width: 100%;
     margin: 0 auto 45px auto;
    padding-bottom: 80px
}
.plain {
  background: #fff;
  display:flex;
  justify-content:center;
}

/*Partners*/
.partner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:  100%;
    margin: 0 auto;
}
.partner-title {
    color: #000;
    font-size: 2em;
    top:-10px;
    text-align:center; 
  }
.partner-title span {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: 1.25em;
  }
.partner-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top:10px;
    align-items:center;
    
}
.partner ul{
    
    display:flex;
    justify-content: space-between;
    margin-top:2%;
}
.partner li{
    height:50px;
    border:2px solid #ddd;
    border-radius:5%;
    margin-left: -40px;
}
.partner img{
   padding: 2px ;
    max-width:100%;
}


/*-----BLOG-----*/

.blog-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:95%;
	max-width:100%;
	margin: 0 auto;
  }
.blog-container2 {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width:100%;
	margin: 0 auto;
	padding-top:10px;
  }
main {
    display:flex;
     flex-direction:column;
	flex: 1 2 57%;
	padding-top:10px;
  }
aside {
    display:flex;
    flex-wrap: nowrap;
    flex-direction:column;
	flex: 2 1 20%;
	padding:10px;
  }
.fakeimg {
  background-color: #eee;
  width: 100%;
}
.card {
   display:flex;
   flex-wrap:wrap;
   background-color: #fff;
   padding:10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add a drop shadow */
    flex-direction: column;
    
}
.highlight{
      background-color:#032974;  
        display:flex;
        padding:15px;
        width: 90%;
        justify-content:space-between;
    } 
.highlight img {
    border:2px solid #fff;
    border-radius:5px;    
    width:100%; 
    height:auto;
    } 
.header {
  font-size: 30px;
  text-align: center;
  background: white;
}
.accordion {
  background-color: #032974;
  color: #fff;
  cursor: pointer;
  padding: 16px;
  width: 95%;
  border:none;
  border-radius: 5px;
  text-align: left;
  transition: 0.4s, ease, transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom:20px;
  font-size: 15px;
 
}
.accordion:hover {
  cursor: pointer;
}
.accordion:after {
  content: '+';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
   transition: all 0.4s cubic-bezier(0.5, 0.2, 0.3, 1);
   font-size:30px;
   padding:0;
   margin-top:-8px;
   margin-bottom:-10px;
}
.active:after {
  transform: rotate(405deg);
  
}
.panel {
  padding: 0 18px;
  background-color:#fff;
  margin-top:-10px;
  font-size: 13px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.8s ease, transform 0.8s ease;
}


/*-----ABOUT US-----*/

.banner-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background-image: url("/images/IMG_1172.jpg");
  background-size: cover;
  background-position: center;
  height:325px;
  max-height:325px;
  width:100%;
  color:#000;
}
.church  {
  width: 100%;
  max-width: 375px;
  height: auto;
  float:right;
 padding:0 0 0 15px;
}
#church {
    text-align:left;
    color: #032974;
}
#timeline {
    text-align:left;
    color: #032974;
}


/*-----Men-----*/

.border{
  border: 5px solid #032974;
}
.round{
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}
/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
  right: 30px;
  top: auto;
	bottom: -30px;
	border: 15px solid;
	border-color: #032974 transparent transparent #032974;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
  right: 41px;
  top: auto;
	bottom: -24px;
	border: 9px solid;
	border-color: #032974 transparent transparent #032974;
}

.give {
        display: flex;
        justify-content: space-between;
        align-items: center;
            flex-direction: row;
            
    }
.give-icon-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;padding-bottom:20px;
    }
.give-icons {
        width: 100px;
        max-width: 200px;
    }
.give-icons2 {
        width: 80px;
        max-width: 100px;
    }

.smb {
    display:none;
}
.ctr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
       
    }
 

 
/*-----Media Queries-----*/

/*Devices 380px and smaller) */
@media (max-width: 575px) {
     
/*Top Blue Bar*/ 
 .top {
  display:none; 
} 
#topMobl {
  padding:15px 0;
}
#topMobl span,a{
    display:flex;
 flex-direction: column;
 color:#fff;
 text-decoration:none;
  align-items: center;
}
.animated-button2 {
   margin-top:3px; 

}
.animated-button4 {
   margin-right:2px; 
}
.social-icons {
    display:flex;
   justify-content:center;
   align-items: center; 
   margin-left:0;
}

.slg {
    display:none;
}
.smb {
    display:block;
    width:100%;
}
.prev, .next {
    top:40%;
    font-size:17px;
}
.dot {
        display:none;
    }
.blog-container {
        flex-direction: column;
        margin:0 10px;
}
.main-content {
    margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    background-image: url("/images/overlay-328226.jpg");
    background-size: cover;
    background-position: center;
    flex-direction: row;
}
.give-icons {
        width: 100px;
    }
.give-icons2 {
        width: 50px;
    }
.btn-play a{
        font-size: 13px;
        padding: 4px 6px;
    }  

/*parallax*/
.parallax {
    height: 150px;
    min-height: 150px;
}
.content {
    flex-direction: column;
    height: auto;
  padding:20px 0;
}

.dv1 {
flex-direction:column;
padding-bottom:50px;
width: 100%;
}

/*sermons section*/
.dv2 {
  width: 100%;  
}
.sermon-title2 {
    padding-top:20px;
}
.sermons {
   display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top:20px;
}
i.app-button {
    color: red;
    font-size: 14px;
}
.sermon-item-title {
    font-size:12px;
}
.sermon-item {
 font-size: 12px;   
}
.live-box {
    font-size:15px;
    padding:9px;
}
.countdown {
     font-size: 20px;        
  }

/*event section*/
.event-title2 {
    font-size: 1.5em;
 text-align:center;
    margin-top:7px;
    
  }
.event-container {
        
       flex-wrap: wrap;
    }
.events {
        width: 100%; /* Adjust width to fit better in mobile view */
    }
.event {
        width: 90%; /* Adjust width to fit better in mobile view */
    }
.event-details {
        align-items: flex-start;
    }
.event-info {
        flex:27%;
        padding-left: 0; /* Remove left padding for mobile view */
    }
.date-box {
    font-size: 18px;
     width: 50px;
    
    margin-bottom: 2px;
    padding:3px 4px;
}
.date-text {
    font-size: 11px;
    color: #333;
}
.event h2 {
    font-size:1.35em;
    margin-bottom:-4px;
}
.event p {
    margin: 2px 0;
    font-size:11px;
}
.column {
    -ms-flex: 30%;
    flex: 30%;
    max-width: 25%;
} 

/*gallery section*/
.marquee__group img {
   width: 170px !important;
}
#gallery-container {
    padding-bottom:40px;
    
}
.gallery .gallery-item{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center !important;
    }
    
/*partners*/
.partner-title {
    margin-top:80px;
}

.card {
    flex-direction: column;
  width:80%;
       
}
.year {
    font-size: 11px !important;
   
}
.footer-columns {
   display:none !important; 
}
}
 @media (min-width: 508px) and (max-width: 1374px) {
 
 main {
     flex: 1 2 45%;
 } 
 aside {
    display:flex;
    flex-wrap: nowrap;
    flex-direction:column;
	flex: 2 1 20%;

  }
  }  
/* Adjustments for smaller screens */  
@media (min-width: 576px) and (max-width: 768px) {
    .footer-columns {
   display:none !important; 
}
.card {
    flex-direction: column;
    margin:0 auto;
}

.blog-container {
        flex-direction: column;
}  

.top {
    display:none;
}
#topMobl {
  padding:15px 40px;
}

#topMobl span,a{
    display:flex;
 flex-direction: column;
 color:#fff;
 text-decoration:none;
  align-items: center;
}

.social-icons {
    display:flex;
   justify-content:center;
   align-items: center; 
    margin-left:0;
}

.animated-button2 {
   margin-top:2px; 
    padding: 8.25px ;
}
.banner-content {
 margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    
    flex-direction: row;
}  
.main-content {
    margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    background-image: url("/images/overlay-328226.jpg");
    background-size: cover;
    background-position: center;
    flex-direction: row;
}
    .standard-section {
    padding-top: 30px;
  }
   
    .column {
        width: 100%; /* On smaller screens, make each column take 100% width */
    }
.parallax {
    min-height: 150px;
    height:175px;
	}
    
.next, .prev {
    display:none;
}

	
	
	
.sermons {
	   flex-direction:column;    
	     height: auto;
   display:flex;
	 }
   .counter-container { padding-left: 23px;}
.dv1 {
 
 flex-direction:column;
padding-bottom:50px;
 width: 100%;
}
.dv2 {
  width: 100%;  
   
}


.live-box {
    font-size: 12px;
    background-color: red;
    color: white;
    padding: 6px;
    border-radius: 3px;
    margin-top:-16px;
    }
    
.countdown {
    margin:4px 0 25px 10px;
    font-size: 20px;
}

.white-text {
    font-size:.75em;
    
}


.event-title2 {
    font-size: 1.5em;
 text-align:center;
    margin-top:7px;
  }
  
.event-container {
        
       flex-wrap: wrap;
    }
    
.events {
        width: 100%; /* Adjust width to fit better in mobile view */
    }
    
.event {
        width: 43%; /* Adjust width to fit better in mobile view */
    }
    
.event-details {
        align-items: flex-start;
    }

.event-info {
        flex:27%;
        padding-left: 0; /* Remove left padding for mobile view */
    }

.date-box {
    font-size: 18px;
     width: 50px;
    
    margin-bottom: 2px;
    padding:3px 4px;
}

.date-text {
    font-size: 11px;
    color: #333;
}

.event h2 {
    font-size:1.35em;
    margin-bottom:-4px;
}

.event p {
    margin: 2px 0;
    font-size:11px;
}

#gallery-container {
    
 width: 100%;
}	 
  .gallery-title {
    font-size: 1.5em;
 text-align:center;
    margin-top:7px;
    
  }

.hg-column {
    
    padding: 0 8px;
}
.church  {
  width: 100%;
  margin: 8px auto;
  
  float:none;
 padding:0;
}

#church {
    text-align:center;
}
.footer-columns {
   display:none !important;; 
}
}

/* Hide mobile navigation on desktop and laptop views */
@media (min-width: 769px) and (max-width: 991px){
 .top {
    display:none;
}
.blog-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:70%;
	max-width:100%;
	margin: 0 auto;
  }
.banner-content {
 margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    
    flex-direction: row;
}  
.main-content {
    margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    background-image: url("/images/overlay-328226.jpg");
    background-size: cover;
    background-position: center;
    flex-direction: row;
}
 #topMobl {
  padding:15px 0;
}

#topMobl span,a{
    display:flex;
 flex-direction: column;
 color:#fff;
 text-decoration:none;
  align-items: center;
}

.social-icons {
    display:flex;
   justify-content:center;
   align-items: center; 
    margin-left:0;
}

.animated-button2 {
   margin-top:2px; 
    padding: 8.25px ;
} 


/*Events*/

.event-title2 {
    color: #000;
    font-size: 2em;
    padding:10px;
   margin-top:15px;  
  }

.event-title2 span {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    font-size: 1.25em;
  }
.events {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}


  
.event-container {
    display: flex;
    justify-content: start;
    width: 80%;
    margin-top:10px;
    
}

.event {
    
    padding: 10px;
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin:0 8px;
}

.event-details {
    display: flex;
    justify-content: center;
    
     position: relative; /* To position the pseudo-element relative to this container */
}

.date-container {
    display: flex;
    flex-direction: column;
    
    margin-right: 15px;
    
}

.date-box {
    width: 70px;
    height: 35px;
    background: #032974;
    color: #fff;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    font-size: 18px;
    padding:5px 7px;
}

.date-text {
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #333;
}

.event-info {
    display: flex;
    flex-direction: column;
    flex:40%;
    border-left:2px solid #ccc;
    padding-left:10px;
}

.event h2 {
    margin-top: 0;
    color: #032974;
    font-size:1.60em;
    margin-bottom:-2px;
}

.event p {
    margin: 4px 0;
}

footer {
 font-size: 13px;   
 width:100%;   
}

.footer-columns {
   display:none !important;; 
}


.partner {margin-top:100px;

}
}
@media (min-width: 992px) and (max-width: 1167px) {
    .banner-content {
 margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    
    flex-direction: row;
}  
.main-content {
    margin: 37px auto 0 auto;
    display: flex;
    padding: 0;
    background-image: url("/images/overlay-328226.jpg");
    background-size: cover;
    background-position: center;
    flex-direction: row;
}

 #topMobl {display:none;
 
}

.address {
  display: flex;
  flex-direction:column;
  margin: 0 auto;
  align-content:center;
  color:#fff;
}
.address a{
  
  margin: 0 auto;
  
  color:#fff;
}
.social-icons {
    display:flex;
   justify-content:center;
   align-items: center; 
    margin-left:0;
}
 
  
 .footer-columns {
    width:100%;
    margin-left:60px;
}
 .event-container {
    display: flex;
    justify-content: start;
    width: 80%;
    margin-top:10px;
    
}

.event {
    
    padding: 10px;
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin:0 8px;
}
.blog-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:80%;
	max-width:100%;
	margin: 0 auto;
  }
.partner {
    
margin-top:70px;
}
.partner-container {
  margin-top:-10px;  
}     
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 1168px) and (max-width:1279px) {
#topMobl {display:none;} 
.navbar {
    display:none;
} 
 .standard-section {
    padding-top: 80px;
  }	
  .banner-content {
 margin:  0 auto;
    display: flex;
    padding: 0;
    
    flex-direction: row;
}  
.main-content {
    display: flex;
    margin:  0 auto;
    padding: 0;
    background-image: url("/images/overlay-328226.jpg");
    background-size: cover;
    background-position: center;
    flex-direction: row;
}
/* Top Bar */
.top-bar {
    background-color: #032974;
    color: #fff;
    max-width:100%;
}

.blog-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:80%;
	max-width:100%;
	margin: 0 auto;
  }

.top {
  padding:5px 60px;
  display: flex;
    align-items: center;
    justify-content:space-between;
}

.top a {
    color: #fff;
text-decoration:none;
}

/* Social Icons */
.social-icons img {
    min-width: 18px;
    max-height: 30px; /* Adjust max height */
    padding: 5px; /* Adjust padding */
}

}
@media only screen and (min-width:1280px) {
 #topMobl {display:none;} 
  .banner-container {
 margin:  0 auto;
 width:100%;
}
  .standard-section {
    padding-top: 80px;
  }
   .banner-content {
 margin:  0 auto;
 width:100%;
}  
.main-content {
    display: flex;
    margin:  0 auto;
    padding: 0;
    background-image: url("/images/overlay-328226.jpg");
    background-size: cover;
    background-position: center;
    flex-direction: row;
}
/* Top Bar */
.top-bar {
    background-color: #032974;
    color: #fff;
    max-width:100%;
}
.blog-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:80%;
	max-width:100%;
	margin: 0 auto;
  }


  .footer-columns {
    width:100%;
    margin-left:60px;
}

}

  