@font-face {
	font-family: 'Conv_CircularStd-Book';
	src: url('./fonts/CircularStd-Book.eot');
	src: local('☺'), url('./fonts/CircularStd-Book.woff') format('woff'), url('./fonts/CircularStd-Book.ttf') format('truetype'), url('./fonts/CircularStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_CircularStd-Bold';
	src: url('./fonts/CircularStd-Bold.eot');
	src: local('☺'), url('./fonts/CircularStd-Bold.woff') format('woff'), url('./fonts/CircularStd-Bold.ttf') format('truetype'), url('./fonts/CircularStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	background-color: #000;
	background: url('../img/unsplash-bonus.jpg') no-repeat center center #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: rgba(25, 25, 25, .75);
	margin: 0;
	padding: 0;
}

.content{
	/*width: 43%;*/
	width: auto;
	height: 100vh;
	margin: auto;
	float: left;
}

#rotate-y .panel {
	padding: 0 150px 0 300px;
	float: right;
	margin: 0 auto;
	height: 100vh;
	background: rgba(25, 25, 125, .15);
}

.br{
	display: none;
}

:focus {
	outline: 0;
}

a:link, a {
	outline: 0;
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
}

a:hover {
	outline: 0;
	color: rgba(255, 255, 255, .8);

}

.h6b{
	color: rgba(255, 255, 255, .5) !important;
	font-size: 13px;
	line-height: 12px;
}

.h6c{
	font-size: 13px;
	color: rgba(0, 0, 0, .9);
	line-height: 12px;
}

.h6a{
	color: rgba(255, 255, 255, .75) !important;
	text-decoration: none !important;
}

.h6a:hover{
	color: rgba(255, 255, 255, .95) !important;
	text-decoration: underline !important;
}
.img{
	max-height: 28px;
	max-width: 28px;
}
.fa-lg{
	padding: 25px 0;
	font-size: 2.5em !important;
}

h1 {
	font-family:'Conv_CircularStd-Bold',Sans-Serif;
	font-size: 1.75em;
	line-height: 50px;
	font-weight: 100;
	margin: 0;
	padding-top: 100px;
}

h2 {
	font-family:'Conv_CircularStd-Book',Sans-Serif;
	font-size: 1.25em;
	line-height: 32px;
	font-weight: 100;
	margin: 0;
}

h3 {
	font-family:'Conv_CircularStd-Book',Sans-Serif;
	font-size: 1.1em;
	font-weight: 100;
	line-height: 25px;
	margin: 0;
}

h4 {
	font-family:'Conv_CircularStd-Bold',Sans-Serif;
	font-size: 1.35em;
	line-height: 50px;
	font-weight: 100;
	margin: 0;
}

h5 {
	font-family:'Conv_CircularStd-Book',Sans-Serif;
	font-size: 0.85em;
	font-weight: 100;
	line-height: 25px;
	margin: 0;
}

h6 {
	font-family: 'Conv_CircularStd-Book',Sans-Serif;
	font-size: 0.85em;
	font-weight: 100;
	display:inline;
	line-height: 25px;
	margin: 0;
	color: rgba(255, 255, 255, .45);
}


/* responsive --------------------------------------------------------- */


@media(max-width:1281px){
	.hidden_md{
		display: none;
	}
	#rotate-y .panel {
		padding: 0 100px 0 150px;
	}
	h1 {
		padding-top: 50px;
	}
}
s
@media(max-width:961px){
	.hidden_md{
		display: none;
	}
	#rotate-y .panel {
		padding: 0 50px 0 75px;
	}
	h1 {
		padding-top: 65px;
		font-size: 1.35em !important;
	}
	h2{
		font-size: 1.5em;
	}

}

@media(max-width:481px) {
	.hidden{
		display: none;
	}
	.content{
		width: 100%;
		margin: auto;
		min-height: 100%;
		position: relative;
		bottom: 0;
		color: rgba(255, 255, 255, .65);
	}

	#rotate-y .panel {
		min-height: 100%;
		padding: 0 35px;
		margin: 0 auto;
		background: rgba(0, 0, 25, .5);
		position: relative;
		bottom: 0;
	}
	h1 {
		padding-top: 20px;
		color: rgba(255, 255, 255, .9);
	}
	h2 {
		font-size: 0.95em;
		line-height: 21px;
		color: rgba(255, 255, 255, .65);
	}
	h4 {
		font-size: 1.25em;
		line-height: 32px;
		color: rgba(255, 255, 255, .9);
	}
	h6, .h6b, .h6c {
		font-size: 0.65em;
		line-height: 16px;
		color: rgba(255, 255, 255, .5);
	}
	body {
		color: rgba(25, 25, 25, .9);
	}
}