
.main{
  padding-top:35px;
  margin-bottom: 35px;
  margin-left:15;
  margin-right:15;
  border-top: solid 1px #000000;
}

.no-border{
  border: none;
}

@media only screen and (min-width: 992px) {
  .main{
    margin-left:0;
    margin-right:0;
  }
}

.page-title{
  font-size: 40px;
  font-family: Bauhaus, sans-serif;
  line-height: 1;
  margin-bottom: 50px;
}

.title-hr{
  border-top: 3px solid #a03021;
  width: 108px;
  margin: 0;
  position: absolute;
}

.subtitle{
  font-size: 26px;
  color: #000000;
  font-family: Bauhaus, serif;
}

.button{
    border-radius: 4px;
    border: none;
    color:#ffffff;
    font-size:14px;
    background: #a03021;
    padding-bottom: 6px;
    padding-top: 6px;
    font-family: Gotham, sans-serif;
    font-weight: bold;
}

.right{
  float: right;
}

.gallery-page-container{
  text-align: center;
}

.gallery-page-container a{
  text-decoration: none !important;
}

.img-fluid{
  width: 100%;
}

.gallery-img{
  height: 23%;
  overflow: hidden;
  margin-bottom: 30px;
  text-decoration: none;
}

.gallery-img:hover img{
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.job-op-text p{
  margin-top: 10px;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
}

.job-op-text a{
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
  color: #7fb787;
}
