.social-icon {
         font-size: 1.5rem;     /* icon size */
         color: #E11919;        /* Bootstrap primary color */
         transition: color 0.3s;
         }
         .social-icon:hover {
         color:#E11919;        /* darker on hover */
         }
         .social-icon.footer {
         font-size: 1.5rem;     /* icon size */
         color: #ffffff;        /* Bootstrap primary color */
         transition: color 0.3s;
         }
         .social-icon.footer:hover {
         color:#e4e4e4;        /* darker on hover */
         }         
         a{
         color:#E11919;
         text-decoration: none;
         }
         a:hover{
         color:#E11919;
         text-decoration: underline;
         }         
         a.nav-link{
         color:#E11919;
         }
         a.nav-link.selected{
         color:#E11919;
         }         
         a.nav-link:hover{
         color:#E11919;
         text-decoration: underline;
         }
         body{
         border-top:solid 10px #E11919; 
         font-family: "Epunda Slab", sans-serif;
         font-size:22px;
         }
         .modal-dialog {
         width: 100% !important;
         }
         h2.card-title {
         position: absolute; 
         bottom: 0; 
         background: rgba(255, 255, 255, 0.8); /* Black see-through */
         color: #f1f1f1; 
         width: 100%;
         height: 100%;
         transition: .5s ease;
         opacity:0;
         color: black;
         font-size: 32px;
         padding: 20px;
         margin: 0px;
         text-align: center;
         display: flex;
         justify-content: center; /* Align horizontal */
         align-items: center; /* Align vertical */
         }
         h1{
            font-size:42px;
         }
         .card:hover .card-title{
         opacity:1;
         }
         .card:hover{
            Transform: scale(1.02);
            transition: transform 0.2s; /* Animation */
            z-index: 200;
         }


.navbar-toggler-icon {
  background-image: none!important;
  background-color: white;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: white;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: white;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.modal-header{
    border-bottom:0;
    padding-bottom: 0;
}
p a{
    text-decoration: underline;
}
footer h3{
  font-size: 24px;
}
.sr-only{
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}