* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;  
}
.row{

  padding: 30px;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

html {
  font-family: "Lucida Sans", sans-serif;
}

.b_container{
	width: 100%;
	height: 16vw;
	padding: 2px;	
  text-align: center;
}

.b_container .transbox {
  margin: 30px;
  height: 12vw;
  background-color: #000000;
  border: 1px solid black;
  opacity: 0.7;
}

.b_container .transbox p {
  margin: 5%;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8;
}
.number_eff{
  font-size: 28px;
  font-weight: bold;
  color: yellow;
}

.footer_col{
  margin: 0% 5%;
}
.footer_links{
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  line-height: 1.8;
  
}
.footer_links_heading{
   font-size: 23px;
   border-bottom: 1px solid yellow;
  font-weight: bold;
  color: white;
}

.social_media{  
 padding:20px 20px;
 font-size: 25px;
 display: flex;
 justify-content: space-between;
}

@media (max-width: 720px){
  [class*="col-"] {
  clear:both;
  width: 100%;
  }
 .b_container{
  height: 50vw;
  } 
  .transbox{
  height: 32vw;
  }
  .gallery_event_text{
     font-size: 11px;    
  }
  

}

.address{
  line-height: 1.8;
}

.pg_heading{
  font-size: 20px;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.gallery_event_text{
  border-radius: 5px;
  background-image: linear-gradient(lightgreen, white);
  padding: 10px;
  width: 100%;
  height: 150px;
  margin: 2% 0%;
  line-height: 1.8;
  text-align: left;
}

.about_top_img{
  width: 100%;
  height: auto;
  border-radius: 5px;  
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 8px #000000;
}

/*  Model Window */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/* -- Team Card used in team page -- */

.column {
  float: left;
  width: 20%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }

}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.team_card_heading{
    background-color: grey;
    color: white;
    display: flex;
    padding: 2%;" 
}

.activity img{
  width: 80%;
  text-align: center;
}

.itext{
  width: 550px;
  height:40px;
  border: 1px solid red;
  border-radius: 20px;
  font-size: larger;
  padding: 6px;
}

@media screen and (max-width: 650px) {
  .activity img{
    width: 100%;    
  }

  .itext{
    width: 350px;
  }
}

.img_responsive{
  width: 100%;
  height: auto;
}