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

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

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	min-height: 18em;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

p {
	padding: 1.2em;
}

.frontend-side {
	background-image: url("http://peoplefirstrelo.com/images/seoulcity.jpg");
}

.uiux-side {
	background-image: url("http://peoplefirstrelo.com/images/taipeicity.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: 0.1em;
		height: 95%;
	}
}
.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;
}
@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.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: blue;
}

#split-pane-or {
	font-size: 2em;
	color: white;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 15%;
	-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 {
		position: absolute;
		top: 30px;
	}
	#split-pane-or > div img {
		height: 1.2em;
	}
}
@media (min-width: 500px) {
	#split-pane-or {
		font-size: 3.5em;
	}
}

@media (max-width: 800px) {
	#split-pane-or {
		position: absolute;
		top: 30px;
	}
	#split-pane-or > div img {
		height: 1.2em;
	}
}

.big {
	font-size: 2em;
	font-weight: 800;
}

#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: capitalize;
}
.bold2 {
	text-align: center;
}
.bold3 {
	text-align: center;
}

h1 {
	color: #fff;
	padding: 5px 5px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	font-size: 4rem;
	font-weight: 900;
}

/* headline rule for mobile only */
@media (max-width: 925px) {
h1 {
	color: #fff;
	padding: 5px 5px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 700;
}
}

.address {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 0.9em;
	width: 100%;
	height: 80%;
}

.xop-button {
	border-radius: 2px;
	color: #000;
	background-color: #ffbf00;
	padding: 5px 5px;
	margin: 0 1%;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.5s;
	width: 150px;
}

.xop-button:hover {
	background: #fff;
	color: #000;
}

/* button rule for mobile only */
@media (max-width: 925px) {
.xop-button {
	border-radius: 2px;
	color: #000;
	background-color: #ffbf00;
	padding: 5px 5px;
	margin: 0 1%;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.5s;
	width: 130px;
}

.xop-button:hover {
	background: #fff;
	color: #000;
}
}

/* text overlay text on images */
.darkback {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.35);
	padding: 8px 8px;
	margin: 0px 50px 0px 50px;
	width: 50%;
	line-height: 1.2;
	font-size: 0.8em;
	font-weight: 400;
}

/* text box rule for mobile only */
@media (max-width: 925px) {
.darkback {
	display: inline-block;
	text-align: center;
	background: rgba(0, 0, 0, 0.35);
	padding: 5px 5px;
	margin: 0px 10px 0px 10px;
	width: 90%;
	line-height: 1.2;
	font-size: 0.7em;
}
}

footer {
	text-align: center;
	color: #000;
	font-size: 2em;
}

/* text box rule for mobile only */
@media (max-width: 925px) {
footer {
	text-align: center;
	color: #000;
	font-size: 1.2em;
}
}

