@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; 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_web-design.svg"); background-repeat: no-repeat; background-position: left center; background-size: contain; width: auto; height: 3rem;}
a:hover .studiovelika-logotype{background-image: url("../images/stdvlk_web-design_back.svg");}
.navigation{padding: 1rem 0; text-align: right; font-family: 'Futura Md BT', sans-serif; font-size: 0.8rem;}
.navigation ul{list-style-type: none;}
.navigation ul > li{display: inline-flex; padding-left: 1rem; text-transform: capitalize;}
.navigation ul > li:hover{color: #5c0ea6;}
.navigation ul > li > a{color: #ffffff; text-decoration: none;}
.navigation ul > li > a:hover{color: #5c0ea6;}
.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: 3rem;}
.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;}
.web-works-container{position: relative; width: 100%; height: calc(100% - 150px); padding: 1rem; background-color: #ffffff; color: #3f12bc; overflow-y: scroll;}
.web-works-item{width: auto; height: auto; padding: 1rem; margin: 0.375rem;}
ul li.web-works-item{list-style: none;}
.website-work-content{display: flex; justify-content: flex-start;}
.website-work-logotype img{width: 150px; height: auto;}
.website-work-description{position: relative; width: auto; height: auto; padding: 1rem; vertical-align: middle; line-height: normal;}
.website-work-description p{padding-bottom: 1rem; font-size: 0.8rem;}
.website-open-button{padding: 0.375rem; background-color: #1669dd; color: #b0ddfe; font-size: 0.8rem; font-family: 'Futura Md BT', sans-serif; font-weight: bold; text-align: center; text-transform: uppercase; text-decoration: none; vertical-align: middle; height: auto; line-height: normal;}
.website-open-button:hover{background-color: #391f5b; color: #da53a2;}

@media screen and (max-width: 575px) and (orientation: portrait){
	body{padding: 3rem; height: auto;}
	.studiovelika-logotype{background-image: url("../images/stdvlk_web-design_mobile.svg"); background-repeat: no-repeat; background-position: left top; background-size: contain; width: 100%; height: 5rem;}
	.navigation{font-size: 1.25rem; padding: 2.5rem 0 0 0;}
	.navigation ul > li{display: block; padding: 0 0 1rem 0;}
	.about{display: block; position: relative; top: auto; right: 0; bottom: 0; left: 0; padding: 0;}
	.about .about-item{padding: 1rem 0 1rem 0;}
	.about .about-item.left{width: 90%; text-align: center; margin: auto;}
	.right{text-align: center;}
	.web-works-container{height: auto; overflow-y: auto;}
	.web-works-item{width: 100%; height: auto;}
	.website-work-content{display: block; text-align: center;}
	.website-work-logotype img{width: 100%; height: auto;}
	.website-work-description{width: 100%;}
	.website-work-description p{text-align: left;}
	.website-open-button{display: block; margin: 1rem auto; width: 50%; font-size: 1rem;}
}

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