/* Juraj Lux */
@charset "UTF-8";
html,body{height:100%;margin:0;}
body{background-color:#2F2A2A;color:#BBBBBB;display:flex;align-items:center;justify-content:center;}
article{text-align:center;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family:'Bauhaus Regular','Bauhaus-Heavy-Bold V3';}
h1{font-size:11.5rem;line-height:8rem;}
h5{font-size:2rem;}
.m-0{margin:0!important;}
/* fonts */
@font-face {
	font-family: 'Bauhaus Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Bauhaus Regular'), url('../fonts/BauhausRegular.woff') format('woff');
}
@font-face {
	font-family: 'Bauhaus Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Bauhaus Italic'), url('../fonts/BauhausItalic.woff') format('woff');
}
@font-face {
	font-family: 'Bauhaus Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Bauhaus Bold'), url('../fonts/BauhausBold.woff') format('woff');
}
@font-face {
	font-family: 'Bauhaus Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Bauhaus Bold Italic'), url('../fonts/BauhausBoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'BAUHS93';
	font-style: normal;
	font-weight: normal;
	src: local('BAUHS93'), url('../fonts/BAUHS93.woff') format('woff');
}
@font-face {
	font-family: 'Bauhaus-Heavy-Bold V3';
	font-weight:normal;
    font-style:normal;
    font-display:swap;
	src: local('BAUHS93'), url('../fonts/Bauhaus-Heavy-Bold-V3.woff') format('woff');
}

/* social icons */
.social-icons{padding-top:20px;}
.social-icons a{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;border:3px solid #444444;border-radius:50%;color:#444444;display:inline-block;font-size:24px;height:42px;line-height:42px;margin:2px;text-align:center;text-decoration:none;width:42px;}
.social-icons a.e-mail:hover{color:#CCCCCC;border-color:#CCCCCC;}
.social-icons a.facebook:hover{color:#3B5998;border-color:#3B5998;}
.social-icons a.google-plus:hover{color:#C9402E;border-color:#C9402E;}
.social-icons a.twitter:hover{color:#31CDFD;border-color:#31CDFD;}
.social-icons a.youtube:hover{color:#cc181e;border-color:#cc181e;}
.social-icons a.instagram:hover{color:#125688;border-color:#125688;}
.social-icons a.rss:hover{color:#F09018;border-color:#F09018;}