@charset "UTF-8";
/* CSS Document */
@import "_reset.css";


@font-face {
    font-family: "ArgentoSans";
	src: url("assets/Argento-MediumSans.woff") format('woff');
}

@font-face {
    font-family: "CapitaleTonda";
	src: url("assets/CapitaleRotonda-Regular.woff") format('woff');
}

@font-face {
    font-family: "Sweeta";
	src: url("assets/Sweeta-Regular.woff") format('woff');
}

@font-face {
    font-family: "GothicCommercial";
	src: url("assets/texturagrotesk-Regular.woff") format('woff');
}

Body{
	color:white;
	background: black;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 600;
	line-height: 16.5px;
	letter-spacing: 0.2px;
	word-spacing: -0.2px;
	font-kerning: normal;
	padding: 8px;
	height: 100%;

} 

h1{
	z-index: 1000;
}

a{
	color: white;
	text-decoration: none;
}





/* HEADER */

.header{
	position: absolute;
	z-index: 100;
	height: 80px;
	width: 100%;
}

.headerelement{
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.headerimg{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	vertical-align: middle;
}

.headertext{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding-top: 22px;
	vertical-align: middle;
	background: black;
}




/* HOME BODY */

.mainhead{
	padding-top: 88px;
}


.grey{
	color: grey;	
}

.inline{
	display: inline;
}

.inline.description{
	color: grey;
}

.Text{

}
 
.indent01{
	padding-left: 16px;
}



/* FONT TESTER */

.textarea{
	outline:none;
	padding-top: 88px;
}

.argento{
	font-family: "ArgentoSans";
	font-size: 8vh;
	line-height: 8.3vh;
}

.capitaletonda{
	font-family: "CapitaleTonda";
	font-size: 12vh;
	line-height: 12vh;
}

.Sweeta{
	font-family: "Sweeta";
	font-size: 12vh;
	line-height: 12vh;
	word-spacing: -5px;
}

.GothicCommercial{
	font-family: "GothicCommercial";
	font-size: 12vh;
	line-height: 10vh;
	word-spacing: -5px;
}



/* SWIPERS */
.swiper {
	width: 100%;
	height: 98vh;
	z-index: -100;	
	position: fixed;
  }


.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
  }

iframe{
	max-height: 100vh;
	max-width: 100vw;
}

.swiper-pagination{
	color: white;
}



/* INTERACTIONS */

a.work:hover{
	padding-left: 16px;
}
