body{
	background-color: #60d2ce;
}
.lowbox{
	width: 95%;
	height: 7px;
	position: absolute;
	bottom: 10px;
	left: 15px;
	z-index: 4090;
	text-align: left;
}
.lowinlay {
	bottom: 10px;
	width: 95%;
	height: 7px;;
    font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:10px;
	font-size:7px;
	color:#fff;
	opacity: 0.5;
	
}
.mainnav{
	width: 50px;
	height: 50px;
	position: absolute;
  font: "Open Sans", Arial, sans-serif;
	font-size: 13pt;
	letter-spacing: 1pt;
	text-align: right;
	color: #ffffff;
	left: 25px;
	top: 25px;
    z-index: 19337;
	visibility: visible;
	opacity: 1;
}
.mainnav:hover {
  opacity: 0.6;
}
.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: #1C1C1C;
}
.frontend-side.split-pane button:hover, .split-pane a.button:hover {
  color: #1C1C1C;
}
.split-pane > div {
  position: relative;
  top: 85%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.split-pane > div .text-content {
  line-height: 1.3em;
  margin-bottom: 0.5em;
	font-size: 1em;
}
.split-pane > div .text-content .big {
  font-size: 2em;
}
.split-pane > div .text-content .bold {
  font-size: 0.5em;
	text-transform: capitalize;
}
.split-pane > div img {
  height: 1.3em;
}

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

.frontend-side {
  background-image: url("../img/poetry_inlay.jpg");
}

.uiux-side {
  background-image: url("../img/raw_inlay.jpg");
}

.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;
;
}
@media(min-width: 500px) {
  .split-pane {
    padding-top: 2em;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .split-pane > div 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.34em !important;
  -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 > div .text-content .big {
  font-size: 1.2em !important;
}
	.split-pane > div {
  position: relative;
  top: 70% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
	.split-pane > div .text-content .big {
  visibility: hidden !important;
}
.split-pane > div .text-content .bold {
  visibility: hidden !important;
}
}

#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%);
}
@media (max-width: 925px) {
  #split-pane-or {
    top:15%;
  }
}
#split-pane-or > div img {
  height: 2.5em;
}
@media (max-width: 500px) {
  
  #split-pane-or > div img {
    height:2em;
  }
}
@media(min-width: 500px) {
  #split-pane-or {
    font-size: 3em;
  }
}
.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;
}
@media(min-width: 500px) {
  #slogan {
    top: 5%;
    font-size: 1.8em;
  }
}
#slogan img {
  height: 0.7em;
}
.big {
	font-weight:800;
}
@media only screen and (max-width: 1300px) and (max-height: 600px){
		.split-pane > div {
  position: relative;
  top: 70% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
	.split-pane > div .text-content .big {
  visibility: hidden !important;
}
.split-pane > div .text-content .bold {
  visibility: hidden !important;
}
}
