main{
  min-height: 88vh !important;
  flex-direction: column-reverse !important;
  justify-content: space-between!important;
  
}

body {
    font-size: .875rem;
    overflow-x: hidden;  
  }
  #thin::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#thin::-webkit-scrollbar
{
  width: 10px;
  background-color: #353332;;
}

#thin::-webkit-scrollbar-thumb
{
  background-color: #353332;
  border: 2px solid #353332;
}


  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 101;
    border: none;
    outline: none;
    background-color: #4d4d4d;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
  }
  #myBtn:hover {
    background-color: #595959;
  }
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
     }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: hidden;
    
      }

  .sidebar-responsive{
    margin-top: 80px;
    max-width: 40vh;
    max-height: 75vh;
  }
  div[role=tab]{
    cursor: pointer;
  }
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  
 
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Content
   */
  
  [role="main"] {
    padding-top: 133px; /* Space for fixed navbar */
  }
  
  @media (min-width: 768px) {
    [role="main"] {
      padding-top: 48px; /* Space for fixed navbar */
    }
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

  /* For Club website */
  .socio{
    font-size: 260%; color: floralwhite; 
  }
  .img-cap{
     position: relative;
  bottom: 60px;
   }

   .img-subcap{
    position: relative;
    bottom: 40px;
   } 

 #p1_details{
  display:none;
}

 #p1:hover #p1_details {
    display:block;
    position:absolute;
bottom:6vh;
left: 5px;
}
#p1:hover #p1_img{
  opacity: 0.7;
}

 #p2_details{
  display:none;
}

 #p2:hover #p2_details {
    display:block;
    position:absolute;
bottom:6vh;
left: 5px;
}

#p2:hover #p2_img{
  opacity: 0.7;
}
 #p3_details{
  display:none;
}

 #p3:hover #p3_details {
    display:block;
    position:absolute;
bottom:6vh;
left: 5px;
}

#p3:hover #p3_img{
  opacity: 0.7;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
footer{
  position:relative;
  bottom :0px;
  background-color:   #272c30;
 }


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.footer_content{
  color :white; font-size:1.2em; 
}

.footer_content:hover{
  color :white;
}
#footr_addr{
  color :white; font-size:1.10em;
  margin-left : 0px;}
#footr_link{
  color:white; 
}
#footr_link:hover{
  color:white
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important ;
  height: auto   !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 3rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4rem;
  }
}

h1{
  font-family: 'Comfortaa', cursive;
}

@media (max-width: 384px){
h1{font-size: 14vw !important;
}
}