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

html, body{
	margin: 0 auto;
}

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

body{
	min-width: 1100px;
	font-family: 'Open Sans' sans-serif;
	overflow: hidden;
}

#intro{
	width: 100%;
	
	height: 100%;
}

/* === Left Sidebar === */
.bg1 {
background: url(img/bec.jpg) repeat fixed;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
}
.bg-pattern1 {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY2ZgYPgPxIwgBiMDAwMDAA5kAQi37Xr9AAAAAElFTkSuQmCC)repeat;}
.bg-pattern1 {
width: 100%;
height: 100%;
position: relative;
}
#left-picture{
	width: 30%;
	height: 100vh !important;
	
	position: relative;
	float: left;
	background-color: rgba(225,0,0,0.25);
	
}

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

p.big{
	font-weight: 800;
	font-size: 60px;
	color: #3e3f43;
	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: 70%;
	position: relative;
	float: right;
	background-color: rgba(255,255,255,0.0);
		height: 100vh !important;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY2ZgYPgPxIwgBiMDAwMDAA5kAQi37Xr9AAAAAElFTkSuQmCC)repeat;
}

.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: #de0209;
	}

p.header{
	font-weight: 300;
	font-size: 24px;
	color: #de0209;
	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 #e00072;
	border-radius: 25px;
	width: auto;
	height: 45px;
	background-color: #de0209;

	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;
  	margin-right: 5px;
}

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

.round-it-social{
	font-size: 18px;
	font-weight: 300;
	color: #e00072;
	line-height: 43px;
	letter-spacing: 0px;
	position: relative;
	float: left;
	text-align: center;
	border: 1px solid #e00072;
	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: #e00072;
		color: #ffffff;
		border: 1px solid #e00072;
	}
