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


html, body {
  height: 100%;
  min-height: 18em;
  overflow:hidden;
}

.frontend-side {
	  /* background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/74452/website-code.png"); */
	background: linear-gradient(to top, rgba(217,131,36, 1),  rgba(186, 9, 9, .6)), url(images/geodesy-min.jpg) no-repeat top center;
	  /* background-image: url("geodesy.jpg"); */
	transition: transform 0.5s ease;
	/* z-index: 1; */
}

.uiux-side {
  /* background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/74452/website-post-its.png"); */
  /* background-image: url("properties-1.jpg"); */
    background: linear-gradient(to top, rgba(186, 9, 9, 1),  rgba(217,131,36, .6)), url(images/properties-1-min.jpg) no-repeat top center;
	transition: transform 0.5s ease;
	/* z-index: 1; */

}


.uiux-side:hover,
.frontend-side:hover
{
  /* opacity: .9 */
}

.split-pane {
  padding-top: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  min-height: 9em;
  font-size: 2em;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
}



.split-pane > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.split-pane > div .text-content {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.split-pane > div .text-content .big {
  font-size: 2em;
}
.split-pane > div img {
  height: 1.3em;
}

.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;
}
.uiux-side.split-pane button:hover, .split-pane a.button:hover {
  color: violet;
}
.frontend-side.split-pane button:hover, .split-pane a.button:hover {
  color: #ba0909;
}

#split-pane-or {
  font-size: 2em;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.big {
  font-size: 2em;
}

#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;
}

#slogan img {
  height: 0.7em;
}
.bold {
  text-transform:uppercase;
}
.big {
  font-weight:800;
}

#split-pane-or img#logo-round {
	border-radius: 49%;
	height: 3.5em;
}
/* ------------ MEDIA QUERIES ------------------------------- */
@media (max-width: 500px) {
  .split-pane > div img {
    display:none;
  }
}


@media(max-width: 499px) {
  .split-pane {
    padding-top: 0em;
    height: 50%;
  }
  
  .split-pane > div .text-content .big {
    font-size: 1.2em;
  }
}

/* @media(min-width: 500px) { */
  /* .split-pane { */
    /* padding-top: 2em; */
    /* height: 50%; */
  /* } */
/* } */

@media only screen and (min-width: 500px) {
  .col-sm-6 {
    width: 50%;
  }
}

#split-pane-or > div img {
    height: 3em;
}

@media (max-width: 500px) {
  #split-pane-or {
    position: absolute;
    top: 50px;
  }
  
  #split-pane-or > div img {
    height:2em;
  }
}
@media(min-width: 500px) {
  #split-pane-or {
    font-size: 3em;
  }
}

@media(min-width: 500px) {
  #slogan {
    top: 5%;
    font-size: 1.8em;
  }
}


@media (max-width: 925px) {
  #split-pane-or {
    top: 50%;
  }
}