/* === General Styles === */

html, body{
	margin: 0 auto;
}

a, a:link, a:hover, a:visited{
	text-decoration: none;
}

body{
	font-family: 'Open Sans' sans-serif;
	overflow: hidden;
}

#intro{
	background-color: #ffffff;
}

/* === Left Sidebar === */

#left-picture{
	width: 35%;
	height: 100vh !important;
	height: 100%;
	position: relative;
	float: left;
	background-color: #66458C;
}

/* === Right Content === */

p.big{
	font-weight: 800;
	font-size: 60px;
	color: #66458C;
	text-align: right;
	line-height: 80px;

	margin-right: 10px;
	margin-bottom: -37px;
}

span.big{
	background-color: #ffffff;
	padding: 0 25px 10px 25px;
}

#right-content{
	width: 65%;
	position: relative;
	float: right;
}

.button{
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	line-height: 50px;
	letter-spacing: 0px;
	position: relative;
	text-align: center;
	border: 4px solid #ffffff;
	width: 190px;
	height: 50px;
	text-transform: uppercase;

	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	/* ...and now for the proper property */
  	transition:.2s;
}

	.button:hover{
		background-color: #ffffff;
		color: #66458C;
	}

p.header{
	font-weight: 300;
	font-size: 24px;
	color: #66458C;
	text-align: left;
}

p.sub{
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

#half{
	width: 50%;
	height: 100vh;
	position: relative;
	float: left;
}

.round-it-med{
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	line-height: 43px;
	letter-spacing: 0px;
	position: relative;
	float: left;
	text-align: center;
	border: 1px solid #66458C;
	border-radius: 25px;
	width: auto;
	height: 45px;
	background-color: #66458C;

	padding: 0 30px 0 30px;

	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	/* ...and now for the proper property */
  	transition:.2s;
}

	.round-it-med:hover{
		background-color: #ffffff;
		color: #66458C;
		border: 1px solid #66458C;
	}

.round-it-social{
	font-size: 18px;
	font-weight: 300;
	color: #66458C;
	line-height: 43px;
	letter-spacing: 0px;
	position: relative;
	float: left;
	text-align: center;
	border: 1px solid #66458C;
	border-radius: 25px;
	width: auto;
	height: 45px;

	padding: 0 10px 0 10px;
	margin-left: 5px;

	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	/* ...and now for the proper property */
  	transition:.2s;
}

	.round-it-social:hover{
		background-color: #66458C;
		color: #ffffff;
		border: 1px solid #66458C;
	}
