h1, h2, h3 {
	margin: 0;
}

.profileImg {
	margin: 30px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
}

.profileText {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
	color: #222;
	margin: 0;
	font-size: 3em;
	transition: all 0.3s;
}

#contactMeInput {
	opacity: 0;
	height: 0px;
	margin-bottom: 0px;
	display: none;
}

.popupHalf h2 {
	margin-bottom: 10px;
}

.aboutWheel {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	height: 260px;
	margin-top: -110px;
	margin-left: -130px;
}

.aboutWheel ul a:hover .profileText {
	top: 67%;
	font-size: 4em;
}

@media only screen and (max-width: 700px) {
	.aboutWheel {
		width: 120px;
		height: 120px;
		margin-top: -40px;
		margin-left: -60px;
	}

	.profileImg {
		width: 140px;
		margin: 10px 0 0 10px;
	}

	.profileText {
		top: 60%;
		font-size: 2.6em;
	}

	.aboutWheel ul a:hover .profileText {
		top: 56%;
		font-size: 3.6em;
	}
}

.g-recaptcha {
	float: left;
}

@media only screen and (max-width: 908px) {
	.g-recaptcha {
		float: right;
		margin-right: -2px;
		margin-left: 20px;
	}

	.contactMeSubmit {
		margin-top: 8px;
	}
}

.aboutWheel ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	top: -20px;
	right: -20px;
	bottom: -20px;
	left: -20px;
}

.aboutWheel li {
	position: absolute;
	width: 0;
	height: 100%;
	margin: 0 50%;
	-webkit-transform: rotate(-360deg);
	transition: all 0.8s ease-in-out;
}

.aboutWheel li a:hover {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-left: -50px;
	background: #404040;
	color: #eee;
}

.aboutWheel li a {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-left: -40px;
	background: #fff;
	color: #222;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: none;
	transition: all 0.3s;
}

.contactMeForm {
	max-width: 700px;
	min-width: 350px;
	width: 50%;
	display: inline-block;
}

.contactMeType {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 8px 0 8px;
}

.contactMeText {
	width: 100%;
	height: 400px;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 9px 6px 9px;
	margin-bottom: 10px;
}

.contactMeSubmit {
	width: 130px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	float: right;
	background: #f9f9f9;
	border: 1px solid #d3d3d3;
	color: #555;
	border-radius: 3px;
	margin-left: 8px;
	cursor: pointer;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
}

.contactMeMessage {
	height: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 9px 6px 9px;
	background: #990000;
	color: #FFF;
	opacity: 0;
}

.popup-background {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
}

.popup-main {
	height: auto;
	max-height: 70%;
	min-height: 150px;
	width: 75%;
	max-width: 600px;
	min-width: 250px;
	padding: 15px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 7px 7px 20px 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: 7px 7px 20px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 7px 7px 20px 2px rgba(0,0,0,0.8);
}

.popup-close {
	position: relative;
	left: calc(100% + 15px);
	top: -45px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.popup-content {
	display: none;
	margin-top: -30px;
}

body {
	margin: 0;
	font-family: Lato;
	font-weight: 500;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.content {
	min-height: 100vh;
	padding-top: 10px;
}

.title-text {
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}

.title-tag {
	float: right;
}

.code-title {
	float: left;
	text-align: left;
	margin: 0;
}

.fixed-wrapper {
	z-index: 9999999;
	width: 100%;
	position: fixed;
	text-align: center;
	background-color: rgba(10, 10, 10, 0.8);
	height: 40px;
}

.get-btn {
	height: 25%;
	line-height: 2;
	max-width: 50%;
	background-color: rgba(28, 28, 28, 0.3);
	color: #F2F2F2;
	padding: 0 3% 0 3%;
	position: absolute;
	margin: 2%;
	bottom: 0;
	right: 0;
}

.nav-btn {
	transition: 0.4s;
	min-width: 40px;
	color: #FFFFFF;
	max-width: 200px;
	padding: 0 10px 0 10px;
	background-color: rgba(20, 20, 20, 0.8);
	float: left;
	line-height: 40px;
}

.nav-btn:hover {
	background-color: rgba(60, 60, 60, 0.8);
}

.nav-btn.active:hover {
}

.nav-btn.active {
	background-color: rgba(80, 80, 80, 0.8);
}


@media screen and (min-width: 571px) {
	.code-top {
		font-size: 24px;
	}

}

@media screen and (max-width: 570px) {
	.code-top {
		font-size: 18px;
	}

}

@media screen and (max-width: 500px) {
	.code-top {
		font-size: 14px;
	}

}

@media screen and (max-width: 330px) {
	.code-top {
		font-size: 11px;
	}

}

@media screen and (max-width: 300px) {
	.code-top {
		font-size: 9px;
	}

}


.nav {
	display: inline-block;
}

.nav-right {
	float: right;
}

.nav-left {
	float: left;
}

.code-box,.code-image {
	transition: 1.5s;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 22%;
	bottom: 0;
	right: 0;
	left: 0;
}

.code-wrapper:hover>.code-image {
	top: 100%;
}

.code-box {
	padding: 2%;
	background-color: rgba(20, 20, 20, 0.2);
	color: #D1D1D1;
	text-align: left;
}

.code-wrapper {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 15px;
	min-width: 200px;
	max-width: 500px;
	width: 90%;
}

.code-wrapper:after {
	padding-top: 36.4%;
	display: block;
	content: '';
}

.code {
	text-align: center;
}

.popupHalf {
	width: 50%;
	text-align: center;
	display: inline-block;
}

.code-top-wrapper {
	width: 100%;
}

.code-top {
	padding: 0 1.5% 0 1.5%;
	color: rgba(239,239,239,0.9);
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 22%;
	background-color: rgba(20, 20, 20, 0.4);
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
	float: left;
	min-height: 1px;
	position: relative;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.6667%;
}

.col-10 {
	width: 83.3333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.6667%;
}

.col-7 {
	width: 58.3333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.6667%;
}

.col-4 {
	width: 33.3333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.6667%;
}

.col-1 {
	width: 8.33333%;
}