/* reset */
html,body,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,p,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,form,label,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	font-family: "Inter", sans-serif;
	outline-style: none;
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

/* headings */
h1, h2, h3, h1 a, h2 a,  h3 a {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
}

/* Colors */
:root {	
	--color-primary: #000000; /* black */ 
	--color-secondary: #444444; /* grey */
	--color-info: rgb(0, 76, 147); /* blue */
	--color-light: #D1D3D4; /* grey */
	--color-dark: rgb(75, 75, 75);  /* grey */
	--color-danger: rgb(117, 9, 9);  /* grey */
	
	/* zatim nepoužito */
	--bg-primary: #045A70; /* blue */ 
	--bg-secondary: #333333; /* grey */
	--bg-white: rgb(255, 255, 255);  
	--bg-black: rgb(0, 0, 0); 
	
	--head-frame-height: 130px;
	}
.text-primary {
	color: var(--color-primary) !important;
}
.text-secondary {
	color: var(--color-secondary) !important;
}
.bg-primary {
	background-color: var(--bg-primary) !important;
}
.bg-secondary {
	background-color: var(--bg-secondary) !important;
}
.bg-light {
	background-color: var(--color-light) !important;
}
.bg-info {
	background-color: var(--color-info) !important;
}
.bg-danger {
	background-color: var(--color-danger) !important;
}
.bg-dark {
	background-color: var(--color-dark) !important;
}


.bg-white {
	background-color: var(--bg-white) !important;
}
.bg-black {
	background-color: var(--bg-black) !important;
}
.border-bottom {
	border-bottom: 1px dotted var(--color-secondary) !important;
}


/* Buttons */
.btn {
}
.btn-primary {
}
.btn-secondary {
}
.btn-outline-secondary {
}

.envelope {
	max-width: 1200px;
	margin: auto;
	/* background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right; */
	height: auto;
}
em {
	font-style: italic;
}
textarea:focus, input:focus{
    outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 15px;
	color: var(--color-primary);
	background-color: rgb(248, 243, 248);
	text-align: left;
	font-style: normal;
	font-weight: 400;
}
.bdy {
	margin: 0px auto 0px  auto;
	max-width: 1920px;
	min-width: 992px;
	/* background: url('../images/bg-body.jpg') repeat-y;
	background-position: center;  */
}
.reset {
	clear: both;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}


a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.hover-opacity:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.7;
}
.hover-text-decoration-none:hover {
	text-decoration: none;
}

select, option, input {
	-webkit-appearance: none;
	-moz-appearance: none;
}


.form-check-input[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

/* header */
.header.title {
	height: 410px;
}
.header a {
	color: black;
	text-decoration: none;
}


/* Homepage */
#mainvideo {
  position: fixed !important;
  width: 100%;
  height: 100%;
  min-height: 1050px;
  z-index: -1;
}
.bg-video-canavas {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(180, 180, 180, 0.4);
}

.title h1 {
	font-size: 3.5rem;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
}
.card {
	-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
}
.card:hover {
	opacity: 0.9;
}
.title .card h5 {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
}
.title .card {
	width: 365px;
	height: 204px;
	color: white;
	display: table-cell;
	vertical-align: middle;
	border: none;
}
.title .card.bio {
	
	background: url('../images/icons/icon_bio_gray.png') no-repeat center center;
	background-color: rgb(117, 9, 9);
}
.title .card.music {
	background: url('../images/icons/icon_headphones_gray.png') no-repeat center center;
	background-color: rgb(0, 76, 147);
}
.title .card.cinema {
	background: url('../images/icons/icon_civka.png') no-repeat center center;
	background-color: rgb(75, 75, 75);
}
.title .card.production {
	background: url('../images/icons/icon_jack_gray.png') no-repeat center center;
	background-color: rgb(75, 75, 75);
}
.title .card.graphics {
	background: url('../images/icons/icon_pixels.png') no-repeat center center;
	background-color: rgb(117, 9, 9);
}
.title .card.publish {
	background: url('../images/icons/icon_book.png') no-repeat center center;
	background-color: rgb(0, 76, 147);
}

.title img {
	max-width: 100%;
	height: auto;
}
.main-photo {
	position: absolute;
	bottom: 25px;
	left: 0px;
	max-width: 250px;
}


/* HP projects carousel */
div.overflow {
	overflow: hidden;
}
.jcarousel {
	position: relative;
	overflow: hidden;
}
.projects.jcarousel {
	width: 100%;
}
.jcarousel div {
	width: 20000em;
	position: relative;
}
.project {
	position: relative;
	display: inline-block;
	width: 380px;
	height: 380px;
	margin-right: 28px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
}
.project img {
	max-width: 100%;
	height: auto;
}
.project:hover {
	opacity: 0.8;
}

/* gallery carousel */
.gall.jcarousel {
	width: 100%;
}
.jcarousel div {
	width: 20000em;
	position: relative;
}
.gall {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 220px;
	margin-right: 28px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
}
.gall img {
	max-width: 100%;
	height: auto;
}
.gall:hover {
	opacity: 0.8;
}


/*  main content  */
.main-content {
	width: 100%;
	z-index: 999;
	position: relative;
}
.main-content.no-y-padding {
	padding: 0px 4% 0px 4%;
}
.main-content.no-padding {
	padding: 0px 0px 0px 0px;
}
.content-header {
	background-size: contain !important;
}
.main-content h1, .main-content h2 {
	font-size: 36px;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
	margin: 15px 0px 15px 0px;
}
.main-content h3 {
	font-size: 28px;
	margin: 15px 0px 20px 0px;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
}
.main-content h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0px 20px 0px;
}
.main-content h2 a, .main-content h3 a {
	text-decoration: none;
}
.main-content h2 a:hover, .main-content h3 a:hover {
	text-decoration: underline;
}
.main-content p {
	margin: 0px 0px 25px 0px;
	font-size: 16px;
}
.main-content a {
	text-decoration: underline;
	color: white;
}
.main-content b, .main-content strong {
}
.main-content a:hover {
	text-decoration: none;
}
.main-content img {
	max-width: 100%;
	height: auto;
}
.main-content iframe {
	max-width: 100%;
}
.main-content a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.main-content table {
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0px 30px 0px;
}
.main-content tr td {
	padding: 10px 15px 10px 15px;
	vertical-align: middle;
	position: relative;
	border-bottom: 1px dotted white;
}
.main-content input, .main-content textarea, .main-content select  {
}
.main-content input.radio {
	width: 16px;
	height: 16px;
}
.main-content textarea  {
	height: 100px;
}
input.submit, select.select {
	width: 100%;
}
.main-content ul, .main-content ol {
	margin: 10px 0px 20px 0px;
}
.main-content ul li, .main-content ol li {
	margin: 0px 0px 5px 25px;
	font-size: 18px;
}
.main-content hr {
	height: 0px;
	clear: both;
	opacity: 1;
	margin: 25px 0px;
	border-top: 1px dotted rgb(255, 255, 255);
}
.main-content embed {
	max-width: 100%;
}

/* patka */
.footer {
	color: var(--color-secondary);
	background: #F8F8F8;
}
.footer a {
	color: var(--color-secondary);
}
.footer h2 {
}
footer a:hover {
	color: #00ACE9;
}


/* social icons */
.social-icons img {
	padding: 10px 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.social-icons img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}


/* Accordion */
.accordion-button {
	color: white !important;
	box-shadow: none !important;
	transition: all 0.2s;
}
.accordion-header {
	background-color: rgba(0, 0, 0, 0.1);
}
.accordion-button:focus {
	box-shadow: none !important;
}
.accordion-button:hover {
  opacity: 0.8;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
img.accordion-image {
	max-height: 32px;
	width: auto;
}