/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.8);
	font-family: 'Comfortaa';
	color: #fff;
}
h1 {
	font-weight: 700;
	font-size: 48px
}
h2 {
	font-weight: 300;
	font-size: 36px
}
#head {
	position: static;
	top: 0;
	width: 100%;
	transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
}
#cp-logo-pg {
	float: left;
	width: 25%;
	border-right: 2px solid #2693C1;
	padding: 5%;
	transition-timing-function: ease-in-out;
	transition-duration: 0.1s;
}
#pg-heading {
	padding: 3%;
	margin-right: 3%;
	width: 52%;
	float: right;
	transition-timing-function: ease-in-out;
	transition-duration: 0.1s;
}
#pg-heading-s {
	display: none;
	font-size: 24px;
	float: left;
	padding: 19px 5%;
	transition-timing-function: ease-in-out;
	transition-duration: 0.1s;
}
.content {
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 2% 3%;
	border-radius: 4px;
	color: #222;
	overflow: hidden;
	word-wrap: break-word;
}
.pre {
	clear: both;
	margin: auto;
	padding: 60px 10%;
}
hr {
	border-color: #2693C1;
	width: 50%;
	margin: 15px auto;
}
.float {
	display: none
}
@media only screen and (max-width: 992px) {
	.bottom-footer {
		display: none
	}
	#content {
		padding-top: 0!important;
	}
	#pg-heading h1 {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 42px
	}
	#pg-heading h2 {
		font-size: 30px;
		margin-top: 10px
	}
}
@media only screen and (max-width: 359px), (orientation: landscape) and (max-width:992px) {
	/* Small Mobile View */
	body {
		font-size: 0.85em
	}
	.content {
		padding-bottom: 20px;
		line-height: 1.5em;
	}
	#head {
		padding: 0 20px;
		width: calc(100% - 40px);
	}
	#cp-logo-pg {
		display: none
	}
	#pg-heading {
		float: none;
	}
	#pg-heading-s {
		font-size: 16px
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 21px;
	}
	.float {
		position: fixed;
		width: 38px;
		height: 28px;
		bottom: 13px;
		right: 13px;
		background-color: #2693C1;
		color: #fff;
		border-radius: 3px;
		text-align: center;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
		padding-top: 11px;
		display: block;
	}
}
