/* Color Palet
https://colorhunt.co/palettes/dark
red #ff0000
dark red #950101
burnt red #3D0000
black #000000

white grey #dfe2db
black muted #211d21

Other possible color tones
red dark #a50113
white bright #fffefb

*/

/*Background gradient */
.gradient-background {
    background: linear-gradient(300deg, #950101, #ff0000, #3D0000);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
  }
  
  @keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
  }
  
  .profile-img {
    height: 100px;
    border-radius: 50%;
  }

/* html */
html{
  height:100vh;
}

/* General */
p, li, .icon-link{
  font-size: 1rem;
}
hr{
  height:2px !important;
  background-color: #3D0000 !important;
  border:none !important;
}

/*Header/Title */

header img{
min-width:20px;
max-width:100px;
min-height:20px;
max-height: 100px;
padding:3px;
background-color: white;
border-radius: 50%;
border: 1px solid black;
}

header *{
    color:white !important;
    font-weight: bold !important;
}
.bw-text-header{
  font-size:1.2rem;
  font-weight:bold;
}

.uscf{
  font-weight:normal !important;
  font-size:0.85rem;
}

.uscf-logo{
  border-radius: 10%;
  min-width:5%;
  max-width: 10%;
  max-height: auto;
  padding:4px;
  margin-left:0.5rem;
  border: 1px solid black;
}

header .active{
background-color: #000000 !important;

}

header .nav-link{
color:white !important;
font-weight: normal !important;
}

header .dropdown-menu{
  background-color: #ff0000;
  
}

.dropdown-menu :hover{
  background-color: #950101 !important;
}

header .dropdown-item{
  color:white !important;
}

/* Carousel */
.carousel-control-next, .carousel-control-prev, button{
  filter:invert(100%) !important;
}

.caption-item {
  font-size:1rem;
  Color:#3D0000 !important;
}

.emphasis{
  font-size: 1.2rem;
  font-weight: bold;
  Color:#3D0000 !important;
}

.btn, .btn-lg, .btn-primary{
  font-size:1.1rem;
  background-color: #950101 !important;
  color:white !important;
  z-index:20 !important;
}

.carousel-item img{
  height:auto;
  max-height:70%;
  min-width:30%;
  max-width: 65%;
  border-radius:5%;
  overflow:hidden;
}

.carousel-image3-main{
  border:2px solid black !important;
}
/*Features*/
.feature div{
  border-color: #3D0000 !important;
}

/* Testimonial */

.flex-container{
  display:flex;
  flex-flow: column wrap;
  justify-content:space-between;
  align-content: center;
}
#testimonial h2{
  font-family:serif;
  font-weight:bold;
}

#testimonial h3{
  font-family:sans-serif;
  font-weight: bold;
  font-style:italic
}

#testimonial h4{
  font-family:sans-serif;
}

#features th,td{
  border:1px solid #3D0000 !important;
}
td{
  padding:20px;
}
#features th{
  padding:10px;
  background-color:#950101 !important;
  color:white;
  text-align:center;
}


/* footer */

#footer{
  background-color: #ff0000;
}

.bad-wolf-fear-logo{
  max-height:100px;
  max-width:100px;
  padding:3px;
  margin-right: 10px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid black; 
}
#footer *{
  color:white !important;
  font-weight: bold !important;
}

#footer .active{
background-color: #000000 !important;
}

#footer .nav-link{
color:white !important;
font-weight: normal !important;
font-size:1rem;
}

.bootstrap-info{
  font-family: 'Courier New', Courier, monospace;
  font-size:0.85rem !important;
  font-weight:normal !important;
  color:black;
}

/*Club Registration*/
.float-text-image-left{
  float:left;
  width:100%;
}
.float-text-image-right{
  float:right;
  width:15%;
}
#club-registration .carousel-item img{
  max-height: auto;
  min-width:60%;
  max-width:100%;
  border:1px solid black;
  border-radius: 5%;
}
.bw-mem-con-disc{
  font-size:0.7rem !important;
  font-weight:normal !important;
}

/* About */
#about h1{
  font-family: serif;
  font-weight: bold;
}
#nate-img{
  min-width:15%;
  max-width:25%;
  height:auto;
  border:1px solid black;
  border-radius:5%;
  float:left;
  margin-right: 1.5rem;
  margin-bottom:1.5rem;
}
#U1600-champion-img{
  min-width:30%;
  max-width:50%;
  height:auto;
  border:1px solid black;
  border-radius:5%;
  float:right;
  margin-left: 1.5rem;
  margin-bottom:1.5rem;
}

#about_me h3{
  font-family:serif;
  font-weight:bold;
}

/* Contact Us and About Us Location*/
.fusion-header .fusion-logo {
  margin: var(--logo_margin-top) var(--logo_margin-right) var(--logo_margin-bottom) var(--logo_margin-left);
}
.fusion-logo {
  --logo_margin-top: 20px;
  --logo_margin-bottom: 20px;
  --logo_margin-left: 0px;
  --logo_margin-right: 0px;
}
.fusion-logo {
  display: block;
  float: left;
  max-width: 100%;
  background-color: #0078ae;
  border-radius: 5%;
  border:3px solid black;
}
#location h1{
  font-family:serif;
}
#location,h3 p{
  font-size:1rem;
}
#location p{
  font-size:1rem;
}

/* Contact Us */
#contact p{
  font-size:1rem;
}
#bad-wolf-logo-who-afraid{
  min-width:40%;
  max-width:60%;
  height:auto;
  border-radius:5%;
  margin-left: 1.5rem;
  margin-bottom:1.5rem;
}

/* Upcoming Tournaments */
#tournaments{
  background-color: white;
  border:0px !important;
}
#tournaments h1{
  font-family: serif;
  font-weight: bold;
}
#tournaments h2{
  color:#3D0000;
}
#tournaments .intro-tournament-img{
  max-width:50%;
  height:auto;
  border-radius: 10%;
  border:1px solid black;
}
#tournaments th,td,thead{
  border:1px solid #3D0000 !important;
}
#tournaments th,thead tr{
  padding:10px;
  background-color:#950101 !important;
  color:white !important;
  text-align:center;
}

/* Puzzles */
.under-construction-img{
  border:1px solid black;
  padding:2rem;
  margin-top:2rem;
  margin-bottom:2rem;
  height:auto;
}
.fritz-chess-board{
  width:30vw;
}
.chessbase-info{
  font-size: xx-small;
  font-style: italic;
}
#toc a{
  text-decoration: none;
}
#pawn-structures img,.gif-img{
  max-width:60vw;
  height:auto;
  border:1px solid black;
} 
#pawn-structures .black-columns{
  background-color:#dfe2db !important;
  color:#3D0000 !important;
}
#pawn-structures .white-columns{
  background-color:white !important;
  color:#3D0000 !important;
}
#learn{
  background-color: white !important;
  color:#000000 !important;
}
#learn td,th{
  text-align:center;
  vertical-align:middle;
  width:50%;
}
#practice td{
  text-align: center;
  vertical-align: middle;
}
.learn-more-btn{
  background-color: #950101 !important;
  color:white !important;
  font-weight: normal;
  border:3px solid black;
  min-width: 100px !important;
  justify-content:center;
  align-items: center;
}
.learn-more-btn:hover{
  background-color: #3D0000 !important;
  color:#0078ae !important;
  font-weight:bold;
}
.learn-more-btn2{
  background-color: white !important;
  color:#ff0000 !important;
  font-weight: normal;
  border:0px solid black;
  min-width: 100px !important;
  justify-content:center;
  align-items: center;
  border-radius: 5%;
}
.learn-more-btn2:hover{
  background-color: #ff0000 !important;
  color:white !important;
}
.learn-more-btn3{
  background-color: white !important;
  color:black !important;
  font-weight: normal;
  border:1px solid white;
  min-width: 100px !important;
  justify-content:center;
  align-items: center;
  border-radius: 5%;
}
.learn-more-btn3:hover{
  background-color: black !important;
  color:white !important;
  border:1px solid black;
}

/*--------------------------------------------------------------------------------------------------------------------------------*/
/* X-Small - Mobile Devices <576px  */
@media (max-width:575px){
  /* General */
  p, li, .icon-link,span,td,th,.nav-item,.dropdown-item{
  font-size: 0.9rem;
  }

  td > li{
    font-size:0.9rem;
  }

  .navbar-toggler-icon{
    font-size:1.2rem !important;
  }

  /*Header/Title */

  header img{
  min-width:10px;
  max-width:60px;
  min-height:10px;
  max-height: 60px;
  padding:1px;
  }

  .bw-text-header{
    font-size:medium;
  }

  .uscf{
  font-size:0.6rem;
  }

  .uscf-logo{
  min-width:7%;
  max-width: 15%;
  max-height: auto;
  padding:2px;
  margin-left:0.2rem;
  }

  /* Main Page */

  /* Carousel */
  .caption-item {
    font-size:.9rem;
  }

  .emphasis{
    font-size: 0.9rem;
  }

  .btn, .btn-lg, .btn-primary{
    font-size:0.9rem;
  }
  
  .carousel-item img{
    height:auto;
    max-height:100%;
    min-width:50%;
    max-width: 80%;
  }

  .carousel-image3-main{
    border:1px solid black !important;
  }

  #main-carousel{
    height:75vh !important;
    overflow:visible !important;
  }
  
  /* Features */

  /* Tournaments */
  td,th{
  padding:8px;
  font-size:small;
  }

  /* Testimonial */
  #testimonial h2{
    font-size:large;
  }

  #testimonial h3{
    font-size:medium;
  }

  #testimonial h4{
    font-size:small;
  }

  /* footer */
  .bad-wolf-fear-logo{
  max-height:60px;
  max-width:60px;
  padding:1px;
  margin-right: 5px; 
  }

  #footer .nav-link{
  font-size:0.9rem;
  }

  .bootstrap-info{
  font-size:x-small !important;
  }

  /*Club Registration Page*/
  #club-registration h1{
    font-size:large;
    font-weight:bolder;
  }
  #uscf-registration h2{
    font-size:large;
    font-weight:bold;
  }
  #uscf-registration h3{
    font-size:medium;
    font-weight: bold;
  }

  .float-text-image-left{
  width:100%;
  }
  .float-text-image-right{
  width:35%;
  }
  #club-registration .carousel-item img{
  max-height: auto;
  min-width:60%;
  max-width:100%;
  }

  #club-reg-carousel{
    height:60vh !important;
    overflow:hidden !important;
  }

  /* About Page */
  #nate-img{
  min-width:35%;
  max-width:45%;
  height:auto;
  border:1px solid black;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  }

  #U1600-champion-img{
  min-width:30%;
  max-width:50%;
  height:auto;
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
  }

  .bwcc-map{
    border:3px solid black;
    Height:auto;
    min-width:50%;
    max-width:100%;
  }

  /* Contact Us Page */
  #bad-wolf-logo-who-afraid{
  min-width:40%;
  max-width:60%;
  height:auto;
  margin-left: 0.75rem;
  margin-bottom:0.75rem;
  }

  /* Upcoming Tournaments Page*/
  #tournaments .intro-tournament-img{
  height:auto;
  min-width: 30%;
  max-width:80%;
  height:auto;
  }

  #tournaments td,th{
  padding:3px;
  }

  /* Puzzles Page */
  .under-construction-img{
    border:1px solid black;
    padding:1rem;
    margin-top:1rem;
    margin-bottom:1rem;
    height:auto;
    }
    .fritz-chess-board{
      width:90vw;
      height: 1000px;
    }
    #pawn-structures img,.gif-img{
      max-width:60vw;
      height:auto;
      border:1px solid black;
    } 
    
}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/* Small - Larger Mobile Devices >=576px  */
@media (min-width:576px){
  /* General */
  p, li, .icon-link,span,td,th,.nav-link,.dropdown-item,.nav-item{
    font-size: 1rem;
  }

  td > li{
    font-size:1rem;
  }

  .navbar-toggler-icon{
    font-size:1.3rem !important;
  }

  /*Header/Title */

  header img{
  min-width:10px;
  max-width:60px;
  min-height:10px;
  max-height: 60px;
  padding:2px;
  }

  .bw-text-header{
    font-size:medium;
  }

  .uscf{
  font-size:0.7rem;
  }

  .uscf-logo{
  min-width:10%;
  max-width: 20%;
  max-height: auto;
  padding:3px;
  margin-left:0.3rem;
  }

  /* Main Page */

  /* Carousel */
  .caption-item {
  font-size:1rem;
  }

  .emphasis{
  font-size: 1rem;
  }

  .btn, .btn-lg, .btn-primary{
  font-size:1rem;
  }

  .carousel-item img{
  height:auto;
  max-height:100%;
  min-width:60%;
  max-width: 80%;
  }

  .carousel-image3-main{
  border:1px solid black !important;
  }

  #main-carousel{
    height:85vh !important;
    overflow:visible !important;
  }
  
  /* Features */

  /* Tournaments */
  td,th{
  padding:10px;
  font-size:small;
  }

  /* Testimonial */
  #testimonial h2{
    font-size:large;
  }

  #testimonial h3{
    font-size:medium;
  }

  #testimonial h4{
    font-size:small;
  }

  /* footer */
  .bad-wolf-fear-logo{
  max-height:60px;
  max-width:60px;
  padding:2px;
  margin-right: 5px; 
  }

  #footer .nav-link{
  font-size:1rem;
  }

  .bootstrap-info{
  font-size:small !important;
  }

  /*Club Registration Page*/
  #club-registration h1{
    font-size:large;
    font-weight:bolder;
  }
  #uscf-registration h2{
    font-size:large;
    font-weight:bold;
  }
  #uscf-registration h3{
    font-size:medium;
    font-weight: bold;
  }

  .float-text-image-left{
  width:100%;
  }
  .float-text-image-right{
  width:35%;
  }
  #club-registration .carousel-item img{
  max-height: auto;
  min-width:60%;
  max-width:100%;
  }

  #club-reg-carousel{
    height:65vh !important;
    overflow:hidden !important;
  }

  /* About Page */
  #nate-img{
  min-width:25%;
  max-width:35%;
  height:auto;
  border:1px solid black;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  }

  #U1600-champion-img{
  min-width:30%;
  max-width:50%;
  height:auto;
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
  }

  .bwcc-map{
    border:3px solid black;
    Height:auto;
    min-width:60%;
    max-width:100%;
  }

  /* Contact Us Page */
  #bad-wolf-logo-who-afraid{
  min-width:40%;
  max-width:60%;
  height:auto;
  margin-left: 0.75rem;
  margin-bottom:0.75rem;
  }

  /* Upcoming Tournaments Page*/
  #tournaments .intro-tournament-img{
  height:auto;
  min-width: 30%;
  max-width:85%;
  height:auto;
  }

  #tournaments td,th{
  padding:5px;
  }

  /* Puzzles Page */
  .under-construction-img{
    border:1px solid black;
    padding:1rem;
    margin-top:1rem;
    margin-bottom:1rem;
    height:auto;
    }
    .fritz-chess-board{
      width:55vw;
      height: 1000px;
    }
    #pawn-structures img,.gif-img{
      max-width:60vw;
      height:auto;
      border:1px solid black;
    } 
    
}

/*--------------------------------------------------------------------------------------------------------------------------------*/
/* Medium - Tablets and iPads >=768px */
@media (min-width:768px){
    /* General */
    p, li, .icon-link,span,td,th,.nav-link,.dropdown-item,.nav-item{
      font-size: 1rem;
    }
  
    td > li{
      font-size:1rem;
    }
  
    .navbar-toggler-icon{
      font-size:1.3rem !important;
    }
  
    /*Header/Title */
  
    header img{
    min-width:30px;
    max-width:80px;
    min-height:30px;
    max-height: 80px;
    padding:3px;
    }
  
    .uscf-logo{
    min-width:10%;
    max-width: 20%;
    max-height: auto;
    }
  
    /* Main Page */
  
    /* Carousel */
    .caption-item {
    font-size:1rem;
    }
  
    .emphasis{
    font-size: 1rem;
    }
  
    .btn, .btn-lg, .btn-primary{
    font-size:1rem;
    }
  
    .carousel-item img{
    height:auto;
    max-height:100%;
    min-width:50%;
    max-width: 60%;
    }
  
    #main-carousel{
      height:80vh !important;
      overflow:visible !important;
    }
    
    /* Features */
  
    /* Tournaments */
    td,th{
    padding:10px;
    font-size:medium;
    }
  
    /* Testimonial */
    #testimonial h2{
      font-size:large;
    }
  
    #testimonial h3{
      font-size:medium;
    }
  
    #testimonial h4{
      font-size:small;
    }
  
    /* footer */
    .bad-wolf-fear-logo{
    max-height:80px;
    max-width:80px;
    padding:2px;
    margin-right: 5px; 
    }
  
    #footer .nav-link{
    font-size:1rem;
    }
  
    .bootstrap-info{
    font-size:0.7rem !important;
    }
  
    /*Club Registration Page*/
    #club-registration h1{
      font-size:x-large;
      font-weight:bold;
    }
    #uscf-registration h2{
      font-size:large;
      font-weight:bold;
    }
    #uscf-registration h3{
      font-size:medium;
      font-weight: bold;
    }
  
    .float-text-image-left{
    width:60%;
    }
    .float-text-image-right{
    width:45%;
    }
    #club-registration .carousel-item img{
    max-height: auto;
    min-width:30%;
    max-width:100%;
    }
  
    #club-reg-carousel{
      height:50vh !important;
      overflow:hidden !important;
    }
  
    /* About Page */
    #nate-img{
    min-width:25%;
    max-width:35%;
    height:auto;
    border:1px solid black;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    }
  
    #U1600-champion-img{
    min-width:30%;
    max-width:50%;
    height:auto;
    margin-left: 0.75rem;
    margin-bottom: 0.75rem;
    }
  
    .bwcc-map{
      border:3px solid black;
      Height:auto;
      min-width:60%;
      max-width:100%;
    }
  
    /* Contact Us Page */
    #bad-wolf-logo-who-afraid{
    min-width:40%;
    max-width:60%;
    height:auto;
    margin-left: 0.75rem;
    margin-bottom:0.75rem;
    }
  
    /* Upcoming Tournaments Page*/
    #tournaments .intro-tournament-img{
    height:auto;
    min-width: 30%;
    max-width:70%;
    height:auto;
    }
  
    #tournaments td,th{
    padding:7px;
    }
  
    /* Puzzles Page */
    .under-construction-img{
      border:1px solid black;
      padding:1rem;
      margin-top:1rem;
      margin-bottom:1rem;
      height:auto;
      }
    .fritz-chess-board{
      width:50vw;
      height: 1000px;
    }    
}

/*--------------------------------------------------------------------------------------------------------------------------------*/
/* Large - Small Laptops  >=992px*/
@media (min-width:992px) and (max-width:1200px){
    /* General */
    p, li, .icon-link,span,td,th,.nav-link,.dropdown-item,.nav-item{
      font-size: 1rem;
    }
  
    td > li{
      font-size:1rem;
    }
  
    .navbar-toggler-icon{
      font-size:1.3rem !important;
    }
  
    /*Header/Title */
  
    header img{
    min-width:50px;
    max-width:100px;
    min-height:50px;
    max-height: 100px;
    padding:4px;
    }
  
    .uscf-logo{
    min-width:10%;
    max-width: 20%;
    max-height: auto;
    }
  
    /* Main Page */
  
    /* Carousel */
    .caption-item {
    font-size:1rem;
    }
  
    .emphasis{
    font-size: 1rem;
    }
  
    .btn, .btn-lg, .btn-primary{
    font-size:1rem;
    }
    .carousel-item img{
      height:auto;
      max-height:100%;
      min-width:50%;
      max-width: 100%;
    }
  
    #main-carousel{
      height:40vh !important;
      overflow:visible !important;
    }
    
    /* Features */
  
    /* Tournaments */
    td,th{
    padding:5px;
    font-size:0.8rem;
    }
  
    /* Testimonial */
    #testimonial h2{
      font-size:large;
    }
  
    #testimonial h3{
      font-size:medium;
    }
  
    #testimonial h4{
      font-size:small;
    }
  
    /* footer */
    .bad-wolf-fear-logo{
    max-height:100px;
    max-width:100px;
    padding:3px;
    margin-right: 5px; 
    }
  
    #footer .nav-link{
    font-size:1rem;
    }
  
    .bootstrap-info{
    font-size:medium !important;
    }
  
    /*Club Registration Page*/
    #club-registration h1{
      font-size:xx-large;
      font-weight:bold;
    }
    #uscf-registration h2{
      font-size:x-large;
      font-weight:bold;
    }
    #uscf-registration h3{
      font-size:large;
      font-weight: bold;
    }
  
    .float-text-image-left{
    width:60%;
    }
    .float-text-image-right{
    width:35%;
    }
    #club-registration .carousel-item img{
    max-height: auto;
    min-width:30%;
    max-width:100%;
    }
  
    #club-reg-carousel{
      height:70vh !important;
      overflow:hidden !important;
    }
  
    /* About Page */
    #nate-img{
    min-width:15%;
    max-width:25%;
    height:auto;
    border:1px solid black;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    }
  
    #U1600-champion-img{
    min-width:30%;
    max-width:50%;
    height:auto;
    margin-left: 0.75rem;
    margin-bottom: 0.75rem;
    }
  
    .bwcc-map{
      border:3px solid black;
      Height:auto;
      min-width:60%;
      max-width:100%;
    }
  
    /* Contact Us Page */
    #bad-wolf-logo-who-afraid{
    min-width:40%;
    max-width:60%;
    height:auto;
    margin-left: 0.75rem;
    margin-bottom:0.75rem;
    }
  
    /* Upcoming Tournaments Page*/
    #tournaments .intro-tournament-img{
    height:auto;
    min-width: 30%;
    max-width:45%;
    height:auto;
    }
  
    #tournaments td,th{
    padding:10px;
    }
  
    /* Puzzles Page */
    .under-construction-img{
      border:1px solid black;
      padding:1rem;
      margin-top:1rem;
      margin-bottom:1rem;
      height:auto;
      }  
      .fritz-chess-board{
        width:80vw !important;
        height:70vh;
      }
}

/*--------------------------------------------------------------------------------------------------------------------------------*/
/* X-Large - Standard Monitors >=1200px*/
@media (min-width:1200px){
    /* Carousel */
    .carousel-item img{
      height:auto;
      max-height:100%;
      min-width:50%;
      max-width: 100%;
    } 

    #main-carousel{
      height:55vh !important;
      overflow:visible !important;
    }
    
  
  /*Club Registration Page*/
    
    .float-text-image-left{
    width:60%;
    }
    .float-text-image-right{
    width:25%;
    }

    #club-reg-carousel{
      height:75vh !important;
      overflow:hidden !important;
    }

    #club-registration .carousel-item img{
    max-height: auto;
    min-width:30%;
    max-width:80%;
    }
  
  /* Upcoming Tournaments Page*/
    #tournaments .intro-tournament-img{
      height:auto;
      min-width: 30%;
      max-width:30%;
      height:auto;
    }

  /* About Page */
    #nate-img{
      min-width:15%;
      max-width:20%;
      height:auto;
      border:1px solid black;
      margin-right: 0.75rem;
      margin-bottom: 0.75rem;
    }
  
    #U1600-champion-img{
      min-width:20%;
      max-width:35%;
      height:auto;
      margin-left: 0.75rem;
      margin-bottom: 0.75rem;
    }
  
    .bwcc-map{
      border:3px solid black;
      Height:auto;
      min-width:60%;
      max-width:100%;
    }
    /*Puzzle and More*/
    .fritz-chess-board{
      width:80vw !important;
      height: 70vh;
    }
}

/*--------------------------------------------------------------------------------------------------------------------------------*/
/* XX-Large - TVs and Large Monitors >=1400px*/
@media (min-width:1400px){
  #main-carousel{
    height:60vh !important;
    overflow:visible !important;
  }
  
  /*Club Registration Page*/
  .float-text-image-right{
    width:35%;
  }
  
  #club-reg-carousel{
    height:75vh !important;
    overflow:hidden !important;
  }
}
@media (min-width:1400px) and (min-height:900px){
  #main-carousel{
    height:45vh !important;
    overflow:visible !important;
  }
  
  /*Club Registration Page*/
  #club-reg-carousel{
    height:60vh !important;
    overflow:hidden !important;
  }
}