html,
body {
  background: #fff;
  min-height: 100%;
  text-align: center;
  height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}


::selection {
	background-color: rgba(230, 230, 230, .2);
}

.text {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 32px;
  letter-spacing: 58px;
  margin-left: 56px;
  color: #000;
  position: relative;
  margin-bottom: 10px;
}

.work-first {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 600; font-style: normal;
	color: #aaaaaa;
	font-size: .8em;
	text-transform: uppercase;
	max-width: 600px;
	margin: 0 auto;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}

.work-second {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 600; font-style: normal;
	color: #aaaaaa;
	font-size: .7em;
	text-transform: uppercase;
	max-width: 600px;
	margin: 0 auto;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}

.work-second span, .work-first span {
  font-size: .5em;
}

a {
	text-decoration: none;
	color: #6e6e6e;
}

.hexagon a:hover {
	text-decoration: none;
}

ul{
margin:0;
padding:0;
width:100%;
}

li{
list-style-type:none;
}

section {
	height: 100vh;
}

.container {
	margin: 0 auto;
	position:absolute;
	left: 0;
	right: 0;
	top: 40%;
	height:170px;
	padding: 15px;
}

.dragon {
width: 500px;
}

@media all and (max-width: 600px) {
  .text {
    font-size: 22px;
    letter-spacing: 38px;
    margin-left: 34px;
  }
.dragon {
width: 200px; 
}
}
