
body, td, input[type=text], textarea {
  font-size: 20px;
  font-family: neue-haas-unica, sans-serif;
	color: #34382A;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

@font-face {
font-family: 'glossy';
    src: url('../../font/glossy.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;}

a {
	color: #34382A;
}
a {
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
  list-style-type: none;
	display: inline-block;
}
	a:hover, .nav a:hover {
		opacity: 0.7;
		text-decoration: none;
		transition: 1s;
	}
.glossy{
  font-family: glossy, serif;
}
.neue-haas-unica{
  font-family: neue-haas-unica, serif;
}

h1{
font-size: 6.4em;
font-family: neue-haas-unica, serif;
font-weight: 400;
line-height: 0.8;
letter-spacing: -3px;
font-style: normal;
margin: 0;
}

h2{
font-size: 7.7em;

font-family: glossy, serif;
font-weight: 400;
letter-spacing: -2px;
line-height: 0.75;
margin:0;
}

h3{
font-size: 3em;
font-family: neue-haas-unica, serif;
font-weight: 400;
line-height: 0.8;
font-style: normal;
margin: 0 0 0 0;

}
h4{
font-size: 3.4em;
font-family: glossy, serif;
font-weight: 400;
line-height: 0.85;
font-style: normal;
margin: 0 0 0 0;

}

h5{
font-size: 2.5em;
font-family: glossy, serif;
font-weight: 400;
line-height: 1;
font-style: normal;
margin: 0 0 0.5em 0;
}

h6, blockquote{
font-size: 1.5em;
font-family: glossy, sans-serif;
font-weight: 400;
line-height: 1.2;
margin-top: 0em;
margin-bottom: 1em;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
}

p{
  font-family: glossy, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1em;
  word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
}

.white{
  color: white;
}

italic{
font-family: neue-haas-unica, serif;
font-weight: 400;
font-style: italic;
}

strong{
font-family: neue-haas-unica, serif;
font-weight: 500;
font-style: normal;
}

@media only screen and (max-width: 767px) {
	/* mobile layout */

	h1{
		font-size: 2em;
		line-height: 0.8;
	}

	h2{
    font-size: 2.4em;
    line-height: 0.75;
	}

  h3{
    font-size: 1.8em;
    word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;

}

  h4{
    font-size: 2.1em;
}

  h5{
    font-size: 1.15em;
    word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  line-height: 1.2;
  font-weight: 500;
}

h6{
  font-size: 1.15em;

}

p{
  font-size: 1em;

}






}
