.rellis-main{
  background-image: url("../images/deer_fog_181219.jpg");
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}

.rellis-main h1, h2, h3 {
  //font-family: 'Special Elite', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-family: 'Open Sans', sans-serif;
  //font-family: 'IM Fell English', serif;
}

.rellis-main h2{
  margin: 40px 0 40px 0;
}

.rellis-main p, li{
  font-family: 'Open Sans', sans-serif;
}

.rellis-open-space{
  padding: 50px;
}
.rellis-main-text{
  background: rgba(255, 255, 255, .9);
  background-image: url("../../rellis/images/whitepaper.jpg");
  height: 100%;
  z-index: -100;
  padding: 2vw 2vw 2vw 2vw;
  margin: 0 5vw 0 5vw;
  border: #000000 solid 1px;
  box-shadow: 0px 0px 30px 1px #000000;
}
div.rotate_right {
  -ms-transform: rotate(7deg); /* IE 9 */
  -webkit-transform: rotate(7deg); /* Safari */
  transform: rotate(7deg);
  //box-shadow: 1px 1px #000000;
}
div.rotate_left {
  -ms-transform: rotate(-8deg); /* IE 9 */
  -webkit-transform: rotate(-8deg); /* Safari */
  transform: rotate(-8deg);
  //box-shadow: 0px 0px 10px 1px #000000;
}
img {
  border: 1px solid #fcfcfc;
}
@media screen and (min-width: 1599px){
.rellis-main-text{
  margin: 0 15vw 0 15vw;
}  
}

@media screen and (max-width: 990px) {
div.rotate_right {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari */
  transform: rotate(0deg);
  //box-shadow: 1px 1px #000000;
}
div.rotate_left {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari */
  transform: rotate(0deg);
  //box-shadow: 0px 0px 10px 1px #000000;
}
}

.applytexas{
  background-image: url("../../rellis/images/applytexas_2.jpg");
  width: 284px;
  height: 105px;
}
.col-md-6 .applytexas{
  margin-top: 10px;
  margin-bottom: 10px;
}
.applytexas:hover{
  background-image: url("../../rellis/images/applytexas_2_fb.jpg");
 transition: all .5s; 
}