@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



		html,body {
			margin: 0;
			padding: 0;
            height: 100%;
			font-family: "Montserrat", sans-serif;
			color: #fff;
            overflow: hidden;
            background:#232323;
		}
		.header { background-image: url("../img/home-bg.jpg"); background-position: center bottom; background-repeat: no-repeat; background-size: cover;
			height: 100vh;
			width: 100%; opacity:0.2;
		}

.transition { -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}

.logo { position:absolute; display: table; width: 100%; height: auto; top:50%; left:50%; transform: translate(-50%, -50%); text-align: center; margin: 0 auto; z-index:1;}
.logo img { width:60%; height: auto; max-width: 800px; left: 50%; top:50%;box-sizing: border-box; padding: 5%;}

.links { position:absolute; text-align: center; margin: 0 auto; width: 100%; vertical-align: middle;}
.telmail { position:relative; display: inline-block; font-weight: 400; color: #fff;font-size: 0.9em; text-decoration: none;letter-spacing: 0.1em; box-sizing: border-box; padding: 0px 20px;  text-align: left; vertical-align: middle;}
.telmail img { display: inline-block; vertical-align: middle; width: 25px; height:auto; margin-right: 10px; padding: 2px;}
.ball {position:absolute; left: 12px; top: -5px; width: 40px; height: 40px; border-radius: 20px; background-color: #c1b79a; z-index: -1;}
.telmail:hover .ball{ width:90%; border-radius: 20px;}

.slogan { position:absolute; width:100%; text-align:center; text-transform:uppercase; letter-spacing:0.5em; font-size:0.8em; color:#fff; bottom:10px; left:0; box-sizing:border-box; padding:10px;}

		@media (max-height: 900px) {
            .logo img { max-width:600px;}
            .telmail img {max-width: 25px; }
}
@media (max-width: 750px) {
            .logo img { width:95%;padding: 5% 5% 10% 5%;}
    .telmail img {width: 25px;padding: 2px;}
    .telmail { margin-bottom:15px;}
}