#example1 {
  border: 2px solid red;
  border-radius: 25px;
}
 body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  main {
    flex: 1 0 auto;
  }
  .foter-social{
    grid-area: soc;
    display: flex;
    justify-content: center;
    color: white;
   /* margin-bottom: 20px; */
  }
  .social-icon li {
    display: inline-block;
    list-style: none;
  }
  .social-icon li a {
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    margin: 22px 12px 20px 12px;
  }
  .social-icon li a:hover {
    border-color: rgb(255,255,255);
    color: rgb(255,255,255);
    transform: scale(1.1);
  }
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #714393;
}
.cards-container .card {
  display: inline-block;
  overflow: visible;
}
@media only screen and (max-width: 600px) {
  .cards-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 601px) {
  .cards-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 993px) {
  .cards-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.text-center {
  text-align: center;
}

.zoom {
    transition: transform .5s;
}
.zoom:hover {
  /*overflow: hidden;
*/  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.active {color:#ab83ba;}
h5 { color: #1a237e ;}
.header{
width: 100%;
height: 150px;
padding: 2px 30px;
}
.sticky-nav{
  position:fixed;
  top:0;
  z-index: 999;
}
.pur{
  background-color: #CDB5D6;
}
.sticky-img{
margin-top:-50px;
width:19vh;
/*border-radius: 70px;
box-shadow: rgba(0,0,0,0.5) 0 0 4px;
*/}
.sticky-img2{
margin-top:0;
max-width: 70%; max-height: 70%;
}
.light{
line-height: normal;
}
.btn-cont{
  padding-bottom: 50px;
  justify-items: center;
}
.btn-cont a{
    text-decoration: none;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  padding: 7px;
    color:#FFFF;
}
.btn-cont button{
  background-color: rgb(113, 67,147);
  color: white;
  border-color: transparent;
  font-size: 12pt;
  border-radius: 20px;
  min-width: 180px;
  align-self: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  color:#FFFF;
}
.btn-cont button:hover{
  background-color: white;
  color: rgb(113, 67, 147);
  border-color: rgb(113, 67, 147);
}
.btn-cont a:hover{
  /*color:  rgb(113, 67, 147);*/
  color: #714393;
}
