/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

  .navbar-brand {font-size:13px;}
.carousel-caption{
	padding: 2rem 0rem 14rem 0rem ;
   
}
.carousel-item {
  height: auto;
  width:100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bracket {display:none;}
/*@supports (-webkit-overflow-scrolling: touch) {
  .carousel-caption{
	padding: 2rem 0rem 14rem 0rem ;
   bottom:30%!important;
}
} */
table {font-size:14px!important;}
.bn { right: 0rem!important;}
.carousel-item .bracket {top: 0%;}
.nav-link {
    color: #fff!important;
}
.carousel-control-next, .carousel-control-prev {bottom:55%; }
.display-4 {font-size:24px!important; line-height:48px; font-weight:600; }
.navbar {
 background: #001729!important;
}
section{height:auto; min-height: 350px;}  
.img-fluid {
    max-width: 80%;
    margin-left:10%
}
.about-content {width:98%;}

form {width:98%;} 
iframe {width:98%;}  
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
   
   }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {.display-4{font-size:29px;} 

.carousel-item {
  height: auto;
  width:100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bracket {
    position: absolute;
    top: 45%;
   height: 55%;}
   .carousel-caption{
	padding: 10rem 0rem 0rem 0rem;
   
}
.nav-link {
    color: #fff!important;
}
 .navbar {
 background: #001729!important;
}
table {font-size:14px!important;}
 section{height:auto; min-height: 350px;}  
}
