@charset "UTF-8";
/* CSS Document for Studiovelika 1997 Definitions*/

@font-face{font-family: 'Futura Bk BT Book'; src: url("../fonts/futuran.ttf");}
@font-face{font-family: 'Futura Bk BT Book Italic'; src: url("../fonts/futurani.ttf");}
@font-face{font-family: 'Futura Md BT'; src: url("../fonts/futuram.ttf");}
@font-face{font-family: 'Futura Md BT Italic'; src: url("../fonts/futurami.ttf");}
@font-face{font-family: 'Futura Hv BT Italic'; src: url("../fonts/futurxki.ttf");}

*{box-sizing: border-box; border: 0; padding: 0; margin: 0;}
*:focus{outline: none; user-select: none;}
*::selection{user-select: none; outline: none;}
html{-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-overflow-style: scrollbar; background-color: none;}
body{margin: 0; padding: 3rem 1rem; width: 100%; height: 100vh; font-family: 'Futura Bk BT Book', helvetica, arial, sans-serif; line-height: normal; background-color: #ee3d15; color: #ffffff; -moz-osx-font-smoothing: black; -webkit-font-smoothing: antialiased;}

header{max-width: 100%;}
.studiovelika-logotype{background-image: url("../images/stdvlk_interactive.svg"); background-repeat: no-repeat; background-position: center center; background-size: contain; width: auto; height: 8vh;}
a:hover .studiovelika-logotype{background-image: url("../images/stdvlk_interactive_back.svg");}
.navigation{padding: 1rem 0 0 0; text-align: center; font-family: 'Futura Md BT', sans-serif; font-size: 0.8rem; background-color: #ffffff; margin-top: 1rem;}
.navigation ul{list-style-type: none;}
.navigation ul > li{display: inline-flex; padding: 0.5rem; text-transform: capitalize; border: 1px solid #000000;}
.navigation ul > li:hover{color: #ffffff; background-color: #000000;}
.navigation ul > li > a{color: #000000; text-decoration: none; background-color: #ffffff;}
.navigation ul > li > a:hover{color: #ffffff; background-color: #000000;}
.interactive-container-top{width: 100%; height: auto; padding: 1rem; background-color: #ffffff; color: #000000;}
.interactive-sub-container-top{width: 100%; height: auto; padding: 1rem; background-color: transparent; color: #000000; border: 1px solid #000000;}
.interactive-sub-container-elements{display: flex; justify-content: space-between; flex-direction: row;}
.interactive-sub-container-element{width: auto; height: auto; padding: 1rem; background-color: #000000; color: #ffffff;}
.showcase-interactive-element-title{text-transform: uppercase; font-size: 0.9rem;}
.showcase-interactive-element-description{color: #c1e8e3; font-size: 0.8rem; padding-top: 0.5rem; padding-bottom: 0.5rem;}
.gif-showcase{position: relative; width: auto; height: 100px; font-size: auto; padding: 0.25rem 0;}
.gif-showcase a img{width: auto; height: 100px;}
.showcase-used-in-text{font-size: 0.8rem; color: #ebd3e8; padding-top: 1rem;}
.interactive-container-bottom{padding: 1rem 0;}
.interactive-container-bottom .welcome-interactive-text{font-size: 1rem; background-color: #e266a6; color: #abf6e2; text-align: center; padding: 0.25rem;}
.technologies-list{list-style-type: none; padding: 0; background-color: #f9c9f0; text-align: center;}
.technologies-list > li{display: inline-flex; color: #ffffff; background-color: #21b6c0; padding: 0.25rem; margin: 1rem; font-size: 0.8rem;}
.about{position: fixed; width: 100%; height: auto; top: auto; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; font-size: 0.8rem; padding: 1rem;}
.about .about-item{width: auto; height: auto; padding: 0; color: #ffffff;}
.left{text-align: left;}
.right{text-align: right;}
.e-mail{font-family: 'Futura Hv BT Italic', sans-serif; font-size: 1rem; text-transform: uppercase;}
.e-mail:hover{color: #58e1d4;}

@media screen and (max-width: 575px) and (orientation: portrait){
	body{padding: 1rem;}
	.navigation{font-size: 1rem;}
	.navigation ul > li{display: block; padding: 0.25rem 0; border: 0;}
	.interactive-container-top{background-color: #ffffff; color: #000000;}
	.interactive-sub-container-top{background-color: transparent; color: #000000; border: 1px solid #000000;}
	.interactive-sub-container-elements{flex-direction: column;}
	.interactive-sub-container-element{width: 100%; background-color: #000000; color: #ffffff;}
	.showcase-interactive-element-title{}
	.showcase-interactive-element-description{color: #c1e8e3;}
	.gif-showcase{width: auto; height: 100px;}
	.gif-showcase a img{width: auto; height: 100px;}
	.showcase-used-in-text{color: #ebd3e8;}
	.interactive-container-bottom .welcome-interactive-text{font-size: 0.8rem; background-color: #e266a6; color: #abf6e2;}
	.technologies-list{background-color: #f9c9f0; text-align: left;}
	.technologies-list > li{display: inline-block; color: #ffffff; background-color: #21b6c0; margin: 0.5rem;}
	.about{display: block; position: relative; top: auto; right: auto; bottom: auto; left: auto; padding: 0;}
	.about .about-item{padding: 0 0 1rem 0;}
	.about .about-item.left{width: 90%; text-align: center; margin: auto;}
	.right{text-align: center;}
}

@media screen and (max-width: 320px) and (orientation: portrait){
	body{padding: 1rem;}
}