

/* header and image */
#splashimg {
    /* background-attachment: fixed; */
    /* background-image:url(/Users/myschertz/Documents/Myschertz/2021 WEBSITE/2021 Website rough hyperspace-homepage/images/03-proj-LTA/LTA.jpg); */
    background:url('../../images/03-proj-LTA/LTA.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0px;
    /* background: url('/design-library/profound_test/images/cab_images/white-arrow-up.png') 50% 50% no-repeat;  */
}
#splashimg h1{
  text-align: center;
  font-size: 3.95em;
    margin-bottom: 0;
}
#splashimg h3{
  text-align: center;
  margin-bottom: 2em;
  color:rgba(167,34,30,1);
  text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .08em;
}
#splashimg p{
  text-align: center;
}
#splashimg .dark h1,#splashimg .dark p,#splashimg .dark strong,#splashimg .dark b{
  color:#232323;
}
#splashimg .dark{
      background-color: rgba(255,255,255,.7);
}
/* button styling */
#splashimg .actions li{
  margin: 0 auto;
}
#view-project-button{
  border-color:rgba(28, 28, 28, 0.55)!important;
  color:rgba(28, 28, 28, 1)!important;
}
#view-project-button:hover{
border-color: rgba(167, 35, 30, 1) !important;
color: white!important;
}
#view-project-button::after{
background:  rgba(167,35,30,1)!important;
}
#view-project-button:hover:after {
    opacity: 0.7;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
}
/* END button styling */

			@media screen and (max-width: 900px) {

        #splashimg {
              background-size: cover;
        }

      }
      @media screen and (max-width: 736px) {

        #splashimg h1{
          font-size: 2.95em;
        }
        .wrapper#splashimg{
          padding:0;
        }

        .row.gtr-uniform .col-6:first-child {
          padding-bottom: 0px;
        }
          #main2 .padding-top:first-child{
          padding-top:60px;
        }
        #main2 .padding-top{
          padding-top:25px;
        }
        #main2 .box{
          margin-bottom: 0px;
        }

      }
      @media screen and (max-width: 550px) {

        #splashimg h1{
          font-size: 1.95em;
        }
        #splashimg h3{
          font-size: .75em;
        }
        #splashimg p{
          font-size: 14.5px;
        }
        .wrapper#splashimg{
          padding:0;
        }

      }
/* end header and image */

/* two images inline-block styling */
.row.gtr-uniform .col-6{
  padding-right: 40px;
  padding-left: 40px;
}
.row {
  width: 95%;
  margin: 0 auto;
}
.row.gtr-uniform .col-6:nth-child(1){
  padding-right: 20px;
  /* padding-left: 20px; */
}
.row.gtr-uniform .col-6:nth-child(2){
  /* padding-right: 20px; */
  padding-left: 20px;
}
/* .row.gtr-uniform .col-6:nth-child(2){
  padding-right: 40px;
  padding-left: 40px;
} */
.padding-top{
      padding-top: 50px;
}

@media screen and (max-width: 736px) {

  .row.gtr-uniform .col-6{
    display: block;
    width: 100%;
  }
  .row.gtr-uniform .col-6:first-child{
    padding: 0 0 50px 0;
  }
  .row.gtr-uniform .col-6:nth-child(2){
      padding: 0 0 50px 0;
  }
  .row.gtr-uniform .col-6 .image{
    display: block;
  }

}
/* END two images side by side sections */

/* fade in styling */
#main2 > section > .image:before {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: rgba(28, 28, 28, 0.9);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main2 > section.inactive > .image:before,
body.is-preload #main2 > section > .image:before {
  opacity: 1;
}
/* END fade in styling */
