#banner_image {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/banner.png) no-repeat center center;
  background-size: cover;       /* or contain */
  background-position: center;  /* center the image */
  background-repeat: no-repeat; /* don't repeat the image */
  
  width: 100%;         /* responsive width */
  aspect-ratio: 16 / 9;
}

#banner_content {
  position: relative;
  padding-top: 3%;
  padding-bottom: 6%;
  margin-top: 32%;
  margin-bottom: 0%;
  /* background-color: rgba(0, 0, 0, 0.2); */
  max-width: 660px;
}

.container11 {
  margin-top: 2%;
}

.thumbnail {
  margin-bottom: 0;
  border: 0;
}

.row_style {
  margin-top: 100px;
  margin-bottom: 50px;
}

.row_style1 {
  margin-top: 100px;
  margin-bottom: 33px;
}

.row_style2 {
  margin-top: 100px;
  margin-bottom: 200px;
}

.img1 {
  height: 380px;
  width: Auto;
  display: block;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

footer {
  position: relative;
  background-color: #3d3d3d;
  color: white;
  width: 100%;
  bottom: 0;
  font-weight: 200;
}

.columnf {
  float: left;
  width: 33.33%;
  padding: 5px;

}


.red {
  color: red;
}

.green {
  color: green;
}

.navbar-brand {
  padding: 4px !important;
}

.navbar-right {
  padding: 15px !important;
}

.textStrike {
  font-weight: bold;
  color: red;
  font-size: larger;
}

.priceTag {
  font-weight: bold;

  font-size: larger;
}

html {
  scroll-behavior: smooth;
}
.collapse{
    display:block!important;
}


/* Medium screens (500px to 768px) */
@media (min-width: 300px) and (max-width: 768px) {
  .container {
    width: 90%!important;
    max-width: 700px!important;
    margin: 0 auto!important;
    
  }
  .navbar-fixed-top
  {
      max-height: 80px!important;
  }
  .navbar-nav {
    display: flex!important;
    justify-content: flex-end;
   
  }
  .navbar-nav li {
    display: inline-block!important;  /* or use flex if ul is also flex */
    
  }
  
}
@media (max-width: 500px) and (min-width:300px) {
  #banner_image {
    height: 310px;
  }
  .navbar-right {
    padding: 2px !important;
    }
    .navbar_image{
        height: 60px;
    padding-left: 24px;
    margin-left: -45px;
    }

}
@media(min-width:1399px){
    .btn-default{
        margin:50px;
    }
}
