@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates&display=swap');
#scrollcouncil{
  scroll-behavior: auto;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(37,24,55,1) 25%, rgba(134,68,222,1) 60%, rgba(173,68,222,1) 83%, rgba(186,44,198,1) 100%);
  width: auto;
  overflow-x: scroll !important;
  
}
.myh1{
	position: absolute;
	color: white;
	margin-top: 5vh;
  font-family: 'Indie Flower', cursive;
  font-size: 10vh;
}
.dot{
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50%;
  z-index: 1000;
  overflow: visible;
  position: absolute;
}
.card-img-top{
  width:180px;
  height:180px;
  z-index: 100;
  object-fit: cover;
}
.card{
  margin-top: 200px;
  width: 250px;
  height: 350px;
  background-color: #7e7abf;
  color: white;
  text-align: center;
  margin-left: 10px;
  overflow-y: hidden;
  font-family: 'Montserrat Alternates', sans-serif;
}
.card-text{
  font-family: 'Poiret One', cursive;
}
.container1{
  overflow: visible;
  width: max-content;
  margin-left: 5vw;
  margin-right: 5vw;
}
.myrow{
  text-align: center;

}
.card-title{
	font-size: 30px;
}
.card-text{
	font-size: 20px;
}
hr{
	color: #000000;
	width: 100%;
	border: 1px solid black;
}






.card-img-top {
 
  cursor: pointer;
  transition: 0.3s;
}



/* The Modal (background) */
.council_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: 100vw; /* Full width */
  height: 100vh ;/* 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:80vh;
  height: 80vh;

}

/* 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;
  overflow: hidden;
}

.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: 100vw;
    height: 100vw;
  }
}

#scrollcouncil::-webkit-scrollbar {
  width: 1em;
  background-color: black;
}
 
#scrollcouncil::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
#scrollcouncil::-webkit-scrollbar-thumb {
  background-color: #a748eb;
  outline: 1px solid slategrey;
}

body::-webkit-scrollbar {
  width: 1em;
  background-color: black;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #a748eb;
  outline: 1px solid slategrey;
}