a,
a:focus,
a:hover {
	color: #c4c4c4;
	text-decoration: underline;
}

a:focus,
a:hover {
	text-decoration: none;
}

.btn {
	text-decoration: none;
}


h1 {
	font-family: Nunito;
	font-weight: bold;
}

h2 {
	font-family: Nunito;
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 40px;
}

h3 {
	font-family: Nunito;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 0px;
}

h4 {
	font-family: Nunito;
	font-size: 25px;
	font-weight: 600;
}

html,
body {
	font-family: 'Open Sans';
	background-color: #333;
	color: #fff;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.main-section {
	flex: 1;
}

::-webkit-scrollbar-track {
	background-color: #333;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #333;
}

::-webkit-scrollbar-thumb {
	background-color: #656565;
}

.body-shadow {
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.background {
	position: fixed;
	left: 0;
	right: 0;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}

.background-pg {
	position: relative;
	height: 70px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}

.background-img {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../pics/7.jpg);
}

.background-li-img {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../pics/7.jpg);
}

.page-header {
	position: fixed;
	z-index: 1;
	width: 100%;
	top: 0px;
}

.page-header-blur {
	background: #222222d1;
	background-image: url(../pics/noise.png);
	background-repeat: repeat;
	background-size: 256px 256px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.page-header-bg {
	position: fixed;
	z-index: 2;
	width: 100%;
	top: 0px;
}

.page-header-bg .navbar {
	margin: 10px 20px;
}

.page-header-bg-sp {
	height: 70px;
	width: 100%;
}

.main {
	width: 100%;
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
}

.pages-row .link-box {
	background-color: #222;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 20px;
	line-height: 45px;
	display: inline-block;
	margin: 0 5px;
}

.pages-row .link-box.active {
	background-color: #007bff;
	color: #fff;
}

.pages-row .link-box:hover {
	background-color: #555;
	color: #fff;
}

.pages-row a {
	text-decoration: none;
}

.masthead {
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 1;
}

.navbar {
	padding: 0;
}

.masthead-brand {
	font-size: 30px;
}

.masthead-brand a {
	color: #fff;
	text-decoration: none;
}

.masthead-brand a:hover,
.masthead-brand a:focus {
	border-bottom: .25rem solid transparent;
	border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead {
	padding-left: 5px;
	padding-right: 5px;
}

.nav-masthead .nav-link {
	padding: 20px 0 !important;
	font-weight: 600;
	color: rgba(255, 255, 255, .5);
	background-color: transparent;
	border-bottom: .25rem solid transparent;
	text-decoration: none;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	/*border-bottom-color: rgba(255, 255, 255, .25);*/
	background-color: #d9d9d936;
	border-radius: 10px;
}

.nav-masthead .active {
	color: #fff;
	background-color: #d9d9d936;
	border-radius: 10px;
}

@media (min-width: 375px) {
	.main {
		top: 45%;
		transform: translateY(-45%);
	}

	.cover-heading {
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	.masthead {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.background-pg,
	.page-header-bg-sp {
		height: 76px;
	}

	.nav-masthead .nav-link+.nav-link {
		margin-left: 1rem;
	}

	.nav-masthead .nav-link {
		padding: .25rem 0 !important;
	}

	.nav-masthead .nav-link:hover,
	.nav-masthead .nav-link:focus {
		border-bottom-color: rgba(255, 255, 255, .25);
		background-color: unset;
		border-radius: unset;
	}

	.nav-masthead .active {
		border-bottom-color: #fff;
		background-color: unset;
		border-radius: unset;
	}
}

.mastfoot {
	color: rgba(255, 255, 255, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-link {
	text-decoration: none !important;
	color: #fff;
	line-height: 60px;
}

.proj-box {
	background-color: #222;
	padding-top: 20px;
	border-radius: 5px;
	text-align: left;
}

.mod-box {
	background-color: #222;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	transition: transform .2s;
	height: 100%;
}

.mod-box:hover {
	transform: scale(1.05);
}

.mod-box a {
	color: #fff;
	text-decoration: none;
}

.mod-box img {
	width: 100%;
	margin-bottom: 10px;

	margin-left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 576px) {
	.mod-box img {
		width: auto;
		height: 200px;
	}
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-40 {
	padding-top: 40px;
}


.footer {
	background-color: #222;
}

.footer-copyright {
	background-color: #1d1d1d;
}

img.lazy {
	min-width: 100px;
	min-height: 100px;

	/* optional way, set loading as background */
	background: url(../pics/loading2.svg) #222;
	background-repeat: no-repeat;
	background-position: 50% 50%;

	border-radius: 5px;
}

.modal-body {
	text-shadow: none;
	box-shadow: none;
}

.modal-content {
	background-color: #222;
}

.close {
	color: #fff;
	text-shadow: 0 1px 0 #000000;
}

.modal-footer {
	border-top: 1px solid #757575;
}

.modal-header {
	border-bottom: 1px solid #757575;
}

.modal-title {
	font-family: Nunito;
	font-weight: 700;
}

.skills-table .row {
	background-color: #222;
	border-radius: 10px;
}

.skills-table .row:nth-child(2n) {
	background-color: #333;
}

.skills-table img {
	height: 30px;
	width: 30px;
}

.skills-table .skill-logo {
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
}

.skills-table .skill-logo-cont {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
}

.skills-table .skills-main-row {
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
}

.skills-table .skills-header {
	font-weight: bold;
}

@media (max-width: 576px) {
	.skills-table .skills-header {
		display: none;
	}
}

.icon-bg {
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.icon-bg:hover {
	filter: invert(27%) grayscale(20%);
}

.icon-envelope {
	background-image: url(../pics/icons/envelope.svg);
}

.icon-globe {
	background-image: url(../pics/icons/globe.svg);
}

.icon-linkedin-in {
	background-image: url(../pics/icons/linkedin-in.svg);
}

.icon-twitter {
	background-image: url(../pics/icons/twitter.svg);
}

.icon-instagram {
	background-image: url(../pics/icons/instagram.svg);
}

.icon-whatsapp {
	background-image: url(../pics/icons/whatsapp.svg);
}

.icon-github {
	background-image: url(../pics/icons/github.svg);
}

.icon-google-plus-g {
	height: 38px;
	width: 38px;
	background-image: url(../pics/icons/google-plus-g.svg);
}

.icon-youtube {
	height: 35px;
	width: 35px;
	background-image: url(../pics/icons/youtube.svg);
}

.icon-steam {
	background-image: url(../pics/icons/steam.svg);
}

.icon-discord {
	background-image: url(../pics/icons/discord.svg);
}

/* nunito-regular - latin-ext_latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nunito-v13-latin-ext_latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Nunito Regular'), local('Nunito-Regular'),
		url('../fonts/nunito-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/nunito-v13-latin-ext_latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/nunito-v13-latin-ext_latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/nunito-v13-latin-ext_latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/nunito-v13-latin-ext_latin-regular.svg#Nunito') format('svg');
	/* Legacy iOS */
}

/* nunito-600 - latin-ext_latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/nunito-v13-latin-ext_latin-600.eot');
	/* IE9 Compat Modes */
	src: local('Nunito SemiBold'), local('Nunito-SemiBold'),
		url('../fonts/nunito-v13-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/nunito-v13-latin-ext_latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/nunito-v13-latin-ext_latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/nunito-v13-latin-ext_latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/nunito-v13-latin-ext_latin-600.svg#Nunito') format('svg');
	/* Legacy iOS */
}

/* nunito-700 - latin-ext_latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/nunito-v13-latin-ext_latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Nunito Bold'), local('Nunito-Bold'),
		url('../fonts/nunito-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/nunito-v13-latin-ext_latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/nunito-v13-latin-ext_latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/nunito-v13-latin-ext_latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/nunito-v13-latin-ext_latin-700.svg#Nunito') format('svg');
	/* Legacy iOS */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v17-latin-ext_latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/open-sans-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v17-latin-ext_latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/open-sans-v17-latin-ext_latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/open-sans-v17-latin-ext_latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/open-sans-v17-latin-ext_latin-regular.svg#OpenSans') format('svg');
	/* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v17-latin-ext_latin-600.eot');
	/* IE9 Compat Modes */
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('../fonts/open-sans-v17-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v17-latin-ext_latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/open-sans-v17-latin-ext_latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/open-sans-v17-latin-ext_latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/open-sans-v17-latin-ext_latin-600.svg#OpenSans') format('svg');
	/* Legacy iOS */
}