@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');

/* @media (min-width: 500px) {
  .col-sm-6 {
    width: 50%;
  }
} */
html, body {
  height: 100%;
  min-height: 18em;
  margin:0;
  min-width: 520px;
}

.arch-side {
  background-image: url("images/architecture.jpg");
}

.realstate-side {
  background-image: url("images/realstate.png");
}

.back-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.split-pane {
  padding-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  min-height: 9em;
  font-size: 2em;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
  transition: ease all 300ms;
  cursor: pointer;
  background-position: 0 0;
  height: 100%;
}
.split-pane:hover {
  transition: ease all 400ms;
  background-position: -2px -2px;
}
.split-pane:hover::before {
  opacity: 0.5;
  transition: ease all 200ms;
}

.split-pane:hover a.button {
  background-color: white;
  color: #000;
}

a.button:hover {
  background-color: white;
  color: #000 !important;
}
.split-pane::before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: ease all 200ms;
}
/* @media(max-width: 992px) {
  .split-pane {
    padding-top: 2em;
    
  }
} */

.split-pane a {
  text-transform: none;
  text-decoration: none;
  color: #fff;
}
.split-pane a:hover {
  text-transform: none;
  text-decoration: none;
  color: #fff;
}
.split-pane .div-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.split-pane .div-container .text-content {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.split-pane .div-container .text-content .big {
  font-size: 2em;
}
.split-pane .div-container img {
  height: 1.3em;
}
/* @media (max-width: 500px) {
  .split-pane .div-container img {
    display:none;
  }
} */
.split-pane button, .split-pane a.button {
  font-family: 'Open Sans', sans-serif;
  font-weight:800;
  background: none;
  border: 1px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 15em;
  padding: 0.7em;
  font-size: 0.5em;
  -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-pane button:hover, .split-pane a.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: white;
  cursor: pointer;
}
.realstate-side.split-pane button:hover, .split-pane a.button:hover {
  color: violet;
}
.arch-side.split-pane button:hover, .split-pane a.button:hover {
  color: blue;
}

#split-pane-or {
  font-size: 2em;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 105px;
  height: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  position: relative;
}
.delta-studio-arch-text {
  display: none;
}

/* @media (max-width: 992px) {
  #split-pane-or {
    top: 0;
    width: 100%;
    transform: none;
    padding: 10px;
    height: 125px;
    position: absolute;
  }
  #split-pane-or::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.2;
    width: 100%;
    height: 100%;
  }
  .delta-studio-arch-text {
    display: inline-block;
    color: white;
    position: absolute;
    left: 136px;
    top: 0;
    font-size: 25px;
    line-height: 115px;
  }
} */

/* @media (max-width: 500px) {
  #split-pane-or {
    position: absolute;
    top: 0px;
    transform: none;
  }
} */
/* @media(min-width: 500px) {
  #split-pane-or {
    font-size: 3em;
  }
} */
.big {
  font-size: 2em;
}
.middle-image {
  width: 105px;
  height: 105px;
  border-radius: 105px;
  padding: 10px;
  margin: 0 auto;
  position: absolute;
}
.middle-image::before {
  content: '';
}
.middle-image::after {
  content: '';
  width: 105px;
  height: 105px;
  background: #000;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  position: absolute;
  border-radius: 105px;
}
.middle-image > img {
    width: 80%;
    height: 80%;
    position: relative;
    z-index: 2;
}

#slogan {
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align: center;
  vertical-align: baseline;
  top: 0.5em;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
}
/* 
@media(min-width: 500px) {
  #slogan {
    top: 5%;
    font-size: 1.8em;
  }
} */
#slogan img {
  height: 0.7em;
}
.bold {
  text-transform:uppercase;
}
.big {
  font-weight:800;
}

.realstate-side:hover ~ #split-pane-or .middle-image::before {
  width: 105px;
  height: 105px;
  border: 5px solid #444;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-136deg);
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transition: ease transform 200ms;
}

.arch-side:hover ~ #split-pane-or .middle-image::before {
  width: 105px;
  height: 105px;
  border: 5px solid #444;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transition: ease transform 200ms;
}

@media (max-width: 768px) {
  .split-pane .div-container .text-content {
    font-size: 2em;
  }
  .split-pane button, .split-pane a.button {
    font-size: 1.7em;
  }

  .delta-studio-arch-text {
    font-size: 1em;
  }
}

/* 
@media (min-width: 768px) {
  .split-pane .div-container .text-content {
    font-size: 1em;
  }
  .split-pane button, .split-pane a.button {
    font-size: 0.5em;
  }

  .delta-studio-arch-text {
    font-size: 1em;
  }
} */

@media (max-width: 992px) {
  #split-pane-or {
    top: 0;
    width: 100%;
    transform: none;
    padding: 10px;
    height: 125px;
    position: absolute;
    box-shadow: 0 4px 6px -2px #000;
  }
  #split-pane-or::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.2;
    width: 100%;
    height: 100%;
  }
  .delta-studio-arch-text {
    display: inline-block;
    color: white;
    position: absolute;
    left: 136px;
    top: 0;
    font-size: 25px;
    line-height: 115px;
  }
}