body{
  overflow-x: hidden;
}
.container{
  padding:0px !important;
}
.banner-top-title{
  display: block;
  font-size: 32px;
  margin-top: 24px;
  font-weight: 700;
}
.banner-low-title{
  font-size: 20px;
  font-style: italic;
  position: relative;
  top: -5px;
}
.img-background-container{
  min-height: 100%;
  background: url(../images/top_container_bg.jpg);
  background-size: cover;
  color: white;
  font-family:'Arial Bold', 'Arial';
  font-style:normal;
  min-height: 130px;
  background-position-y:50%;
}
.btn-red{
  color: rgb(115,12,5) !important;
  background: white !important;
  border:1px solid white;
  margin:5px;
  padding: 4px 6px 2px 6px !important;
  font-size: 20px;
}

.btn-red:hover,.btn-red:active,.btn-red:focus{
  box-shadow: 0px 0px 5px white;
}

.parent-container{
  border-top:2px solid darkred;
}

@media screen and (min-width: 1300px){
  .container {
      width: 1280px !important;
  }
}