/* Add here all your css styles (customizations) */

@font-face {
    font-family: 'flexobold';
    src: url('../fonts/flexo-bold-webfont.woff2') format('woff2'),
         url('../fonts/flexo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flexoheavy';
    src: url('../fonts/flexo-heavy-webfont.woff2') format('woff2'),
         url('../fonts/flexo-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4 { color: #202020; }

body {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
}

.content-md {
	padding: 0 !important;
}
.header-fixed .header-v6.header-fixed-shrink {
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header-v6 .navbar {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
	text-transform: none !important;
	font-family: 'Lato', sans-serif;
}

.header-v6 .nav > li > a:hover, 
.header-v6 .nav > li > a:focus {
	color: #d8fa5b;
}

.promo-text-v1 {
	border: 0;
	color: #fff;
	font-size: 30px;
	font-family: 'flexobold';
}

@media (max-width:640px) {
	.promo-text-v1 {
		font-size: 20px;
	}
}

#home .promo-text-v2 {
	font-size: 90px;
}

.promo-text-v1 span,
.promo-text-v2 span {
	color: #d8fa5b;
}

.promo-text-v2 {
	color: #fff;
	line-height: 80px;
	font-family: 'flexoheavy';
}

@media (max-width:640px) {
	.promo-text-v2 {
		font-size: 60px !important;
		line-height: 60px;
	}
}

@media (max-width:480px) {
	.promo-text-v2 {
		font-size: 30px !important;
		line-height: 30px;
	}
}

.top-h {
	left: 0;
	right: 0;
	top: 177px;
	margin: 0 auto;
	position: absolute;
}

@media (max-width:768px) {
	.top-h {
		top: 70px;
	}
}

.relative {
	position: relative
}

.marg-neg {
	margin-top: -25px;
}

@media (max-width:380px) {
	.marg-neg {
		margin-top: -15px;
	}
}

.floating-island {
	left: 0;
	right: 0;
	top: 280px;
	width: 100%;
	max-width: 502px;
	margin: 0 auto;
	position: absolute;
}

.floating-island img {
	max-width: 100%;
}

@media (max-width:640px) {
	.floating-island {
		top: 200px;
	}
}

.about-me {
	overflow: visible;
	padding: 130px 0 102px;
}

@media (max-width:1199px) {
	.about-me {
		padding: 155px 0 0;
	}
}

.about-me .about-me-top {
	text-align: center;
}

.about-me .about-me-top h3 {
	font-size: 30px;
	margin: 0 0 50px;
}

.about-me h4 {
	margin: 0 0 30px;
}

.about-me .ab-me-btn {
	color: #fff;
	padding: 10px 20px;
	margin: 50px 20px 0 0;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}

@media (max-width:420px) {
	.about-me .ab-me-btn {
		margin: 20px 20px 0 0;
	}
}

.about-me .ab-me-btn i.fa {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.about-me .dl-cv {
	background: #292929;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.about-me .dl-cv:hover {
	background: #424141;
	text-decoration: none;
}

.about-me .ct-me {
	background: #a7cd3f;
	-webkit-transition: .51s;
	-moz-transition: .5s;
	transition: .5s;
}

.about-me .ct-me:hover {
	background: #bbe34f;
	text-decoration: none;
}

.about-me-txt {
	margin-top: 40px;
	padding-top: 150px;
	position: relative;
}


@media (max-width:1199px) {
	.about-me-txt {
		text-align: center;
	}
}
.me-poly {
	top: -12px;
	right: -35px;
	max-width: 100%;
	position: absolute;
}

@media (max-width:1199px) {
	.about-me-txt {
		padding-top: 0;
	}

	.me-poly {
		top: 0;
		left: 0;
		right: 0;
		margin: 50px auto 0;
		position: inherit;
	}
}

.parallax-counter-v1 h4 {
	font-size: 16px !important
}

#skills,
.cube-portfolio {
	padding: 120px 0;
}

@media (max-width:768px) {
	#skills .row {
		margin: 0;
	}

	#skills,
	.cube-portfolio {
		padding: 60px 0;
	}
}

#contact,
.testimonials-v3 {
	padding: 60px 0;
}

.footer-v1 .copyright p {
	color: #8e8e8e;
}

.footer-v1 .copyright,
.footer-v1 .footer-socials {
	text-align: center;
}

@media (max-width:480px) {
	.parallax-counter span.counter {
		font-size: 20px;
	}

	.parallax-counter h4 {
		font-size: 10px;
	}
}

.testimonials-v3 .owl-buttons .owl-prev:after, 
.testimonials-v3 .owl-buttons .owl-next:after {
	color: #72c02c;
}

.footer-v1 .copyright p {
	margin-bottom: 0;
}

.footer-v1 .footer-socials {
	margin-top: 0;
}

.title-v1 h1, .title-v1 h2 {
	text-transform: none;
}