﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* latin-ext */
@font-face
{
	font-family: 'Black Ops One';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(bo1ext.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face
{
	font-family: 'Black Ops One';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(bo1.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@-webkit-keyframes fadeInFromNone
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-moz-keyframes fadeInFromNone
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-o-keyframes fadeInFromNone
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@keyframes fadeInFromNone
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@keyframes loader-anim
{
	0%
	{
		transform: rotate(0deg);
	}

	100%
	{
		transform: rotate(360deg);
	}
}

html, body, #app
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body, #app
{
	position: relative;
}

body
{
	background: #000;
}

*
{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

img, a img
{
	text-decoration: none;
	border: none;
	outline: none;
}

.loader
{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
}

.loader .brd
{
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 5px #fff;
}

.loader .icon
{
	position: relative;
}

.loader .text
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
}

.loader .text span
{
	font-family: 'Black Ops One', cursive;
	font-size: 1.5rem;
}

.loader-anim
{
	position: absolute;
	top: -8px;
	left: -8px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 6px solid #000;
	border-color: #000 transparent #000 transparent;
	animation: loader-anim 2s linear infinite;
}

img, a img
{
	text-decoration: none;
	border: none;
	outline: none;
}

a, .btn-link
{
	color: #0366d6;
}

.btn-primary
{
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.valid.modified:not([type=checkbox])
{
	outline: 1px solid #26b050;
}

.invalid
{
	outline: 1px solid red;
}

.validation-message
{
	color: red;
}

#app
{
	display: flex;
	flex-direction: column;
}

.navbar
{
	flex: 0 0 auto;
	background: #000;
	border-bottom: 0.35rem solid #ff9933;
}

.navbar-nav
{
	flex-direction: row;
}

.navbar .navbar-brand
{
	font-family: 'Black Ops One', cursive;
	font-size: 1.7rem;
	color: #ff9933;
	padding: 0;
}

.nav-item
{
	padding: 0 0.2rem;
}

.nav-item .nav-text-wide
{
	display: none;
}

.nav-item .nav-link
{
	border-radius: 0.2rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

@media (min-width: 576px)
{
	.nav-item .nav-text-sm
	{
		display: none;
	}

	.nav-item .nav-text-wide
	{
		display: inline;
	}

	.nav-item .nav-link
	{
		padding-left: inherit;
		padding-right: inherit;
	}
}

.nav-item .oi-home
{
	top: 0;
}

.nav-item a.active
{
	background: rgba(255,255,255,0.25);
	color: #fff;
}

.nav-item a:hover
{
	background: rgba(255,255,255,0.15);
	color: #fff;
}

.content
{
	flex: 1 1 auto;
	padding-top: 3.9rem;
	background: #fff;
}

.content *
{
	font-size: 0.9rem;
}

.mw-content
{
	margin: 2rem 0;
}

.mw-content.mw-content-fst
{
	margin: 0 0 2rem 0;
}

.flex
{
	display: flex;
}

.block
{
	display: block;
}

.mw-p-avatar
{
	flex-direction: column-reverse;
}

.mw-p-img
{
	padding: 1rem 0;
}

.avatar
{
	max-width: 80px;
	box-shadow: 0 0 10px 5px #eee;
}

@media (min-width: 576px)
{
	.mw-p-avatar
	{
		flex-direction: initial;
	}

	.avatar
	{
		max-width: 150px;
		margin-bottom: 0;
	}

	.mw-main
	{
		flex: 4;
		padding-right: 1rem;
	}

	.mw-content.mw-content-fst
	{
		margin: 2rem 0;
	}
}

.mw-text
{
	padding: 0.25rem 0.5rem;
	line-height: 1rem;
	font-size: 1rem;
}

.mw-img,
.mw-img-round
{
	display: block;
}

.mw-img-round
{
	border-radius: 50%;
}

.mw-name
{
	text-transform: uppercase;
	font-size: 0.75rem;
	color: #777;
	padding-left: 1rem;
}

.mw-h1
{
	font-family: 'Black Ops One';
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #ff9933;
	border-radius: 0 1rem;
	padding: 0.3rem 1rem 0.1rem 1rem;
	border-bottom: 5px solid #000;
}

@media (min-width: 576px)
{
	.mw-h1-short
	{
		display: inline-block;
	}
}

.mw-skill-item
{
	padding: 1rem 0 0 1rem;
	color: #000;
}

.mw-skill-item .oi.oi-fire
{
	color: #ff9933;
}

.mw-skill-text
{
	padding-left: 1rem;
	color: #000;
}

.mw-prod
{
	margin: 2rem 0;
}

.mw-prod:last-child
{
	margin: 2rem 0 3rem 0;
}

.mw-prod-body
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mw-prod-box img
{
	margin: -1rem 0 0 -12rem;
}

.mw-prod-details
{
	flex: 1 1;
	padding: 0 1rem 0 1rem;
}

.mw-prod-tagging
{
	margin-top: 1rem;
	display: none;
	gap: 1rem;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: 1 1;
}

.mw-prod-details .mw-prod-tagging
{
	display: flex;
}

.mw-prod-tagging .badge
{
	padding: 0.25rem 0.5rem;
}

.mw-prod-desc
{
	margin-top: 2rem;
}

.mw-prod-buy
{
	margin-top: 3rem;
}

@media (min-width: 480px)
{
	.mw-prod-tagging
	{
		margin-top: 3rem;
	}
}

@media (min-width: 480px) and (max-width: 767.98px)
{
	.mw-prod-details
	{
		flex: 1 1 100%;
		padding: 0 2rem 0 2rem;
	}

	.mw-prod-tagging
	{
		display: flex;
	}

	.mw-prod-details .mw-prod-tagging
	{
		display: none;
	}
}

@media (min-width: 520px)
{
	.mw-prod-tagging
	{
		padding: 0 2rem 0 0;
	}

	.mw-prod-details .mw-prod-tagging
	{
		padding: 0;
	}
}

@media (min-width: 768px)
{
	.mw-prod-details
	{
		padding: 0 2rem 0 0;
	}
}

@media (max-width: 991.98px)
{
	.mw-prod-box img
	{
		margin: 0rem 0 0 -9rem;
		width: 400px;
	}
}

.footer
{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	background: #000;
	border-top: 0.35rem solid #ff9933;
	padding: 0.5rem 0;
}

.footer a
{
	color: #666;
	display: flex;
	justify-content: center;
}

.footer a .fx
{
	flex: 1 1 50%;
	text-align: center;
	white-space: nowrap;
}

.footer a:hover,
.footer a:focus
{
	color: #999;
}

.footer .oi
{
	margin: 0 0.5rem;
}

@media (min-width: 740px)
{
	.footer
	{
		flex-direction: row;
		justify-content: space-evenly;
	}
}

.contactform
{
	padding: 1rem;
}

.mw-cf-name-input,
.mw-cf-org-input,
.mw-cf-email-input
{
	max-width: 500px;
}

.mw-cf-commit
{
	display: flex;
	justify-content: flex-end;
}

.mw-socials
{
	padding: 1rem;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

a.mw-social-link
{
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 0.25rem;
	padding: 1rem;
	min-width: 10rem;
}

.mw-social-link .fab
{
	font-size: 1.5rem;
}

.mw-social-link .fab-text
{
	margin-left: 1rem;
	font-size: 1.2rem;
}
