/*This stylesheet contains some custom class rather than Bootstrap*/
@font-face {
	font-family: 'Matemasie';
	src: url('../font/Matemasie-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.navbar-inner {
	padding-right: 0;
	padding-left: 0;
}
.navbar .container {
	display: flex;
	align-items: center;
	column-gap: 40px;
	box-sizing: border-box;
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
}
		
a.brand.site-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	padding: 0;
	margin: 0;
	color: #EAE9DF;
	font-family: 'Matemasie', cursive;
	font-size: 34px;
	line-height: 1;
	text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.5);
	text-transform: lowercase;
	white-space: nowrap;
	float: none;
}
a.brand.site-logo:hover,
a.brand.site-logo:focus {
	color: #EAE9DF;
	text-decoration: none;
}
a.brand.site-logo img {
	width: 72px;
	height: 72px;
	flex: 0 0 auto;
	border: 0;
	border-radius: 0;
	display: block;
}
a.brand.site-logo span {
	display: block;
	line-height: 1;
}
.navbar .nav.pull-right {
	display: flex;
	align-items: center;
	gap: 4px;
	float: none;
	margin-left: auto;
}
.navbar .nav > li {
	float: none;
	margin: 0;
}
.navbar .nav > li > a {
	padding: 10px 9px;
	font-size: 15px;
	white-space: nowrap;
}

/*
 * Browsers can restore a clicked link's focus when returning from another
 * page. Bootstrap styles every focused link like the active page, so clear
 * pointer focus while preserving a visible highlight for keyboard users.
 */
.navbar .nav > li:not(.active) > a:focus:not(:focus-visible) {
	color: #fff;
	background-color: transparent;
}
.navbar .btn-navbar:focus:not(:focus-visible) {
	background-color: #39D084;
}

/***** Contact *****/
.contact-page {
	padding: 35px 20px 80px;
}
.contact-card {
	box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 32px;
	color: #203748;
	background: #EAE9DF;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
#my-form,
#my-form form {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
#my-form input:not([type="checkbox"]):not([type="radio"]),
#my-form select,
#my-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.contact-status {
	text-align: center;
}
.contact-status-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 20px;
	color: #fff;
	background: #39d084;
	border-radius: 50%;
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
}
.contact-status-error .contact-status-mark {
	background: #f04949;
}
.contact-status h1 {
	margin: 0 0 15px;
	color: #3B1741;
	font-weight: normal;
}
.contact-status p {
	margin: 0 auto 25px;
	max-width: 480px;
	font-size: 17px;
	line-height: 1.6;
}
.contact-status-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.contact-status-actions .btn {
	padding: 10px 20px;
}
.contact-status-actions .btn-secondary {
	background: #355267;
}
.contact-status-actions .btn-secondary:hover,
.contact-status-actions .btn-secondary:focus {
	background: #203748;
}
@media (max-width: 979px) {
	.navbar .container {
		flex-wrap: wrap;
		column-gap: 0;
		padding-right: 12px;
		padding-left: 12px;
	}
	.navbar .brand {
		order: 1;
	}
	.navbar .btn-navbar {
		order: 2;
		padding: 24px;
		margin-left: auto;
	}
	.navbar .nav-collapse {
		order: 3;
		flex-basis: 100%;
		width: 100%;
	}
	.navbar .nav.pull-right {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	a.brand.site-logo {
		font-size: 30px;
	}
	a.brand.site-logo img {
		width: 64px;
		height: 64px;
	}
}
@media (max-width: 600px) {
	a.brand.site-logo {
		gap: 8px;
		font-size: 24px;
		text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
	}
	a.brand.site-logo img {
		width: 50px;
		height: 50px;
	}
	.navbar .btn-navbar {
		padding: 18px;
	}
	.contact-page {
		padding: 20px 12px 50px;
	}
	.contact-card {
		padding: 22px 18px;
		border-radius: 12px;
	}
}
@media (min-width: 1200px) {
	.navbar .container {
		column-gap: 56px;
		padding-right: 32px;
		padding-left: 32px;
	}
	a.brand.site-logo {
		font-size: 44px;
	}
	a.brand.site-logo img {
		width: 90px;
		height: 90px;
	}
	.navbar .nav.pull-right {
		gap: 6px;
	}
	.navbar .nav > li > a {
		padding-right: 11px;
		padding-left: 11px;
		font-size: 16px;
	}
}
.profile, .skills, .work, .resume {
	padding:30px 0;
}
.profile h2, .skills h2, .work h2, .resume h2 {
	font-weight:normal;
	color: #b068eb;
}
/***** Profile *****/
	.profile h1 {
	color:#b068eb;
	font-weight: normal;
}
.profile h3 {
	color:#fff;
	font-weight: normal;
}
.profile p {
	color:#fff;
	font-size:18px;
	line-height: 35px;
	margin-top: 30px;
}
.profile .container .span5 {
	padding:40px 0;
}
a.hire-me {
	display: inline-block;
 *display: inline;
	padding:20px 60px;
	background:#39d084;
	color:#fff;
	text-transform:uppercase;
	font-size:26px;
	margin:20px 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
a.hire-me:hover {
	text-decoration:none;
	background:#11d170;
}
.social {
	text-align:center;
	padding-bottom:80px;
}
ul.social-icons {
	margin:20px 0;
}
ul.social-icons li {
	list-style:none;
	display:inline-block;
	margin:10px;
}
ul.social-icons li:first-child {
	margin-left:0;
}
ul.social-icons li a {
	opacity:0.8;
}
ul.social-icons li a:hover {
	opacity:1;
}
/***** Skills *****/
.skills .span3 {
	width:235px;
	overflow: hidden;
}
.skills .span5 {
	text-align:left;
	padding:47px 0;
}
.skills .ps, .skills .ai, .skills .html, .skills .css {
	padding:25px;
	width:100px;
	height:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	border:8px solid #203748;
	float:right;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.skills .ps {
	background:#30a5dc;
}
.skills .ai {
	background:#ee742b;
}
.skills .html {
	background:#f04949;
}
.skills .css {
	background:#39d084;
}
.skills .ps:hover, .skills .ai:hover, .skills .html:hover, .skills .css:hover {
	border:8px solid #fff;
}
.skills .ps h3, .skills .ai h3, .skills .html h3, .skills .css h3 {
	color:#fff;
	font-size: 3.4em;
	font-weight: normal;
	line-height: 80px;
}
.skills .html h3, .skills .css h3 {
	font-size: 2.2em;
}
.expand-bg {
	background: none repeat scroll 0 0 #EAEDF2;
	border-radius:16px;
	height: 16px;
	margin-bottom: 15px;
	position: relative;
	padding: 0 2px;
}
.expand {
	border-radius: 10px;
	height: 4px;
	margin: 2px 0;
	padding: 4px 0 4px 5px;
	position: absolute;
}
.skills .span5 h3 {
	font-size: 18.5px;
	line-height: 15px;
	font-weight:normal;
	text-transform:uppercase;
}
.skills .span5 h3 span {
	float:right;
}
.ps2 {
	width:90%;
	background:#30a5dc;
	-moz-animation:html5 2s ease-out;
	-webkit-animation:html5 2s ease-out;
}
.ai2 {
	width:80%;
	background:#ee742b;
	-moz-animation:css3 2s ease-out;
	-webkit-animation:css3 2s ease-out;
}
.html2 {
	width:75%;
	background:#f04949;
	-moz-animation:jquery 2s ease-out;
	-webkit-animation:jquery 2s ease-out;
}
.css2 {
	width:85%;
	background:#39d084;
	-moz-animation:photoshop 2s ease-out;
	-webkit-animation:photoshop 2s ease-out;
}
 @-moz-keyframes ps2 {
0% {
width:0px;
}
100% {
width:90%;
}
}
@-moz-keyframes ai2 {
0% {
width:0px;
}
100% {
width:80%;
}
}
@-moz-keyframes html2 {
0% {
width:0px;
}
100% {
width:75%;
}
}
@-moz-keyframes css2 {
0% {
width:0px;
}
100% {
width:85%;
}
}
 @-webkit-keyframes ps2 {
0% {
width:0px;
}
100% {
width:90%;
}
}
@-webkit-keyframes ai {
0% {
width:0px;
}
100% {
width:80%;
}
}
@-webkit-keyframes html {
0% {
width:0px;
}
100% {
width:75%;
}
}
@-webkit-keyframes css {
0% {
width:0px;
}
100% {
width:85%;
}
}
/**** Work container *****/
ul.work-images li {
	list-style:none;
	display:inline-block;
	margin: 8px 10px;
 background:
}
ul.work-images li:first-child {
	margin-left:0;
}
ul.work-images li div {
	background:url(../img/eye.png) 50% 50% no-repeat;
	background-color: #f04949;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.work-images li img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul.work-images li img:hover {
	opacity:0.1;
}
/***** Resume container *****/
.resume h3 {
	margin:60px 0;
}
.resume .btn-center {
	text-align:center;
}
.footer {
	background:#355267;
	position: fixed;
	width: 100%;
	bottom:0;
}
.footer p {
	margin:20px 0;
}
.footer p a {
	color:#fff;
	text-decoration:none;
}
.footer p a:hover {
	color:#39d084;
}
