* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

html {
	font-size: 16px; /* Sets the base font size to 16px */
}

.container {
  width: 90%;
  margin: auto;
}

body {
  font-family: sans-serif;
  line-height: 1.6;
 /* background: #f0f0f0; */
}

img {
  max-width: 100%;
  height: auto;
}


header {
  position:  fixed;
  width: 100%;
  padding: 20px 20px;
  background: white; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: top 0.3s;
  height: 65px;
}


footer {
  position: fixed;
  width: 100%;
  padding: 10px 20px;
  background: #971724;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: top 0.3s;
}


footer {
  position: relative;
  bottom: 0;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;...
}


.logo {
  display: flex;
  align-items: center;
  gap: 0px;
  

}

.logo img {
  height: 100px;

}

nav{
display: flex;
background-color: transparent;
justify-content: center; 
align-items: center;
left:0;
right:0;
position: absolute;
}

nav ul {
  list-style: none;
  display: flex;
  float: right;  
  gap: 2.0vw;
}

nav a {
	color: darkred;
	text-decoration: none;
	font-size: 1.5vw;
	font-family: "Arial", sans-serif;
	/*float: left;*/
	text-align: center;
}

nav ul :hover {
      background-color: #FF7377;
      text-decoration: none;
      border-radius: .5vw;
      font-size: 1.5vw;
      font-weight: bold;
      font-family: IM Fell English;
      padding: 2px 2px 2px 2px;
}


main {
  /* padding-top: 80px; */
}

.content-sectionnav{
	
  
}

.content-section {
  min-height: 100vh;
  padding: 10px 10px;
  text-align: center;
  background: white;
  position: relative;
  overflow: hidden;
 
}

.content-section img {
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  border-radius: 0px;
}

.div-header1{
   font-size:3vw;
 /*   color: white;  */
   text-align: center; 
   margin-top: 2.5vw; 
   display: flex; 
   flex-direction: column;
}

.div-header2{
   font-size:3vw;
   font-weight: 500;
   width:80%;  
   padding-top:1px; 
  /* color: white;  */
   font-family: IM Fell English; 
   text-align: left; 
   margin-top: 5px;
   margin-bottom: 5px;
   margin-right: 100px;
   margin-left: 100px;
   display: flex; 
   flex-direction: column;
}

.div-header3{
  font-size:2vw;
  width:80%;
  /* color: white;  */
  font-family: IM Fell English; 
  text-align: left; 
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 100px;
  margin-left: 100px;
  display: flex; 
  flex; flex-direction: column;
}

/*                                                                                          <!--  MARGINS    top right bottom  left          -->  */ 

.div-body{
  font-size:25px;
  width:80%;
  /* color: white;  */
  font-family: IM Fell English; 
  text-align: left; 
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 100px;
  margin-left: 100px;

  display: flex; 
  flex-direction: column;
}

#sec1 {  	
	background: linear-gradient(to bottom, rgba(151,23,36,0.73 ), rgba(151,23,36,0.73)), url('RCC ARCH.jpg') no-repeat center/cover; 
	color: red;
/*  
background: linear-gradient(to bottom, rgba(151, 23, 36, 0.9 ), rgba(151, 23, 36, 0.7 )), url('RCC ARCH.jpg') no-repeat center/cover opacity:0.6; 
*/
}


/* 
#sec2, #sec3,#sec4, #sec5,#sec6,#sec7,#sec8,#sec9, #sec10 {  
	background:linear-gradient( rgba(151, 23, 36, 0.8 ), rgba(199, 42, 58, 0.6 ), rgba(151, 23, 36, 0.8 ));
} 
*/

#sec2, #sec4, #sec6,#sec8, #sec10 {  
	background: white;
	color: rgb(122, 122, 122);
	

}

#sec3,#sec5,#sec7,#sec9 {  
	background:linear-gradient( rgba(151, 23, 36, 0.8 ), rgba(199, 42, 58, 0.6 )), url('RCC ARCH.jpg') no-repeat center/cover; 	
	color: white;
}

.animated-title {
  font-size: 100%;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.6s ease;
  font-family: IM Fell English;
}

.animated-title.in-view {
  transform: translateY(0);
  opacity: 1;
}


  #topBtn {
      display: none;
      position: fixed;
      bottom: 65px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      background-color: #FF7377;
      color: white;
      border: none;
      padding: 5px 5px;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    #topBtn:hover {
      background-color: #A10500;
    }




/*   ******************* STYLING FOR FORM ON PAGE****************************  */

  /* Base styles */
 
  .form-container {
    max-width: 700px;
    margin: auto;
    background-color: #ccc;
    border: 3px solid #971724;
    padding: 1.5rem;
    box-sizing: border-box;
  }

  .form-header {
    text-align: center;
    color: #971724;
  }

  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }

  .form-group {
    flex: 1;
    min-width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .form-group.full-width {
    min-width: 100%;
  }

  label {
    margin-bottom: 0.5rem;
  }

  input, textarea {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #888;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
  }

  .button-group {
    text-align: right;
  }

  .button-group button {
    background-color: #97172480;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
  }

  .button-group button:hover {
    background-color: #971724;
  }

  /* Responsive adjustments */

  @media (max-width: 768px) {
    .form-row {
      flex-direction: column;
    }

    .form-group {
      min-width: 100%;
    }

    .button-group {
      text-align: center;
    }
 
}


   h1 {
      text-align: center;
      color: #333;
    }

    .event-container {
      max-width: 150vw;
      margin: 0 auto;
      display: flex; 
      flex-direction: row; 
      justify-content: center;
      float: center;  
    }

    .event {
      border: 2px solid #007BFF;
      border-radius: 8px;
      background-color: #fff;
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      height:22vw; 
      /* padding-top:1.2vw;  */
      color:white;
      font-family: IM Fell English; 
      font-size:1.2vw;
      width: 45%;
      Margin: 0px  10px 10px 10px
    }

    .event h4{
      margin-top: 0;
      color: #007BFF;
	font-size: 2.4vw;
    }

    .event-detail {
      margin: 5px 0;
      line-height: 1.5;
      color: red;	
      font-size: 1.5vw;
    }

    .label {
      font-weight: bold;
    }

/*
    .blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
*/


 .blink {
                animation: blinker 1.5s linear infinite;
              /*  color: red;  */
                font-family: sans-serif;
            }

            @keyframes blinker {
                50% {
                    opacity: 0;
                }
            }


 @media (max-width: 768px) {

    .event-container {
        flex-direction: column;
/*        justify-content: center;   */
        /*gap: 15px;*/
/*        max-width: 100%;   */
        margin: 0 auto;
        display: flex; 
      /*  float: center;  */
  /*      justify-content: center; */
	
    }

    .event {
      flex: 1 1 100%;
    }

    .event-detail {
   /*   margin: 5px 0;   */
      line-height: 1.5;	
      font-size: 2.5vw;
    }

  .event h4{
      margin-top: 0;
      color: #007BFF;
      font-size: 2.4vw;
    }



    .animated-title {
      font-size: 1.75rem;
    }
  }

@media (max-width: 600px) {
  nav ul { flex-wrap: wrap; justify-content: center; }
}
  