/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html {box-sizing: border-box;-webkit-font-smoothing:antialiased;}
*, *:before, *:after {box-sizing: inherit;}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {margin: 0; padding: 0; font-weight: normal;}
img,svg {display: block; max-width: 100%; width: 100%; height: auto; border: none;}
:focus {outline: 0;}
a {color: inherit; text-decoration: inherit;}
/* Fonts
-------------------------------------------------------------- */

@font-face {
  font-family: 'peltopiri_ult';
  src: url('../fonts/peltopiri_ult.eot');
  src: url('../fonts/peltopiri_ult.eot?#iefix') format('embedded-opentype'),
       url('../fonts/peltopiri_ult.woff') format('woff'),
       url('../fonts/peltopiri_ult.otf')  format('opentype'),
       url('../fonts/peltopiri_ult.svg') format('svg'); 
}

@font-face {
  font-family: 'peltopiri_thin';
  src: url('../fonts/peltopiri_thin.eot');
  src: url('../fonts/peltopiri_thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/peltopiri_thin.woff') format('woff'),
       url('../fonts/peltopiri_thin.otf')  format('opentype'),
       url('../fonts/peltopiri_thin.svg') format('svg'); 
}

/*
@font-face {
  font-family: 'peltopiri_lt';
  src: url('../fonts/peltopiri_lt.eot');
  src: url('../fonts/peltopiri_lt.eot?#iefix') format('embedded-opentype'),
       url('../fonts/peltopiri_lt.woff') format('woff'),
       url('../fonts/peltopiri_lt.otf')  format('opentype'),
       url('../fonts/peltopiri_lt.svg') format('svg'); 
}
*/

/* Defaults
-------------------------------------------------------------- */

/*
html {
  -webkit-font-smoothing: antialiased;
}
*/

html, body {
  height: 100%;
}

body { 
	margin:0;
	padding:0;
	font-family: "peltopiri_thin",sans-serif;
	color: #333333;
  background: #f3f3f3;
}

body, p {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1.2px;
}

b, strong {
	font-family: "peltopiri_thin",sans-serif;
}

a {
	color: #333333;
	text-decoration: none;
	position: relative;
}

a:hover,a:focus {
    color: #333333;
}
.logo {
  font-family: "peltopiri_ult",sans-serif;
  font-size: 78px;
  letter-spacing: 4px;
  padding: 130px 0 70px 0;
}
.contact-info a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(51,51,51,0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contact-info a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.contact-info p {
  font-size: 16px;
  padding-top: 20px; 
}

h1 {
	font-size: 1.5em;
}

.text-center {
  text-align: center;
  padding-bottom: 50px;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

@media all and (max-width:350px) {
	.logo {
		font-size: 23vw;
	}
}
