@import url('https://fonts.googleapis.com/css?family=Slabo+27px');

html, body {
  height: 100%;
  min-height: 18em;
}
.col-sm-6, 
.col-xs-12 {
  padding: 0
}
.right-side {
  background-image: url("https://images.unsplash.com/photo-1445280471656-618bf9abcfe0?ixlib=rb-1.2.1&auto=format&fit=crop&w=2614&q=80");
}
.left-side {
  background-image: url("https://images.unsplash.com/photo-1518602696236-f9e1f7b6de05?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2600&q=80");
}
.split-screen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  min-height: 9em;
  font-size: 2em;
  color: white;
  font-weight:300;
}
.split-screen.left-side:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(55, 165, 190, 0.7);
}
.split-screen.right-side:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(49, 59, 61, 0.7);
}
.split-screen .text-content h1 {
  position: absolute;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
  color: #fff;
  z-index: 1000;
  padding: 0;
  margin: 0;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 100%;
  top: 40%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  font-family: 'Slabo 27px', serif;
}
.split-screen .text-content h1 span {
  display: block;
  font-size: 35%;
}
.split-screen .text-content h1 i {
  display: block;
  font-size: 19%;
  max-width: 50%;
  margin: 0 auto 50px auto;
  line-height: 2;
  font-style: normal;
  font-weight: 400;
}
.split-screen .text-content h1 a {
  letter-spacing: 1px;
}
.split-screen .text-content .btn {
  background: none;
  border: 1px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.70em;
  font-size: 0.35em;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: white;
  display: inline-block;
  cursor: pointer;
}
.split-screen .text-content .sub-title:before, .split-screen .text-content .sub-title::after {
  content: '\2014';
  padding: 0 0.5em;
}
.split-screen > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.split-screen > div .text-content {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.split-screen > div img {
  height: 1.3em;
}
.split-screen .text-content .btn:hover, .split-screen .text-content .btn:hover {
  text-decoration: none;
  background-color: white;
  border-color: white;
  cursor: pointer;
}
.split-screen.left-side .text-content .btn:hover {
  color: rgba(55, 165, 190, 0.7);
}
.split-screen.right-side .text-content .btn:hover {
  color: rgba(49, 59, 61, 0.7);
}
#divineEye-logo {
  font-size: 2em;
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#divineEye-logo > div img {
  height: 2.0em;
}
@media (max-width: 925px) {
  #divineEye-logo {
    top:15%;
  }
}
@media (max-width: 500px) {
  .split-screen > div img {
    display:none;
  }
  #divineEye-logo {
    position: absolute;
    top: 50%;
  }
  #divineEye-logo > div img {
    height:1.5em;
  }
}
@media(min-width: 500px) {
  .col-sm-6 {
    width: 50%;
  }
  #divineEye-logo {
    font-size: 3em;
  }
  .split-screen {
    height: 100%;
  }
}