* {
margin:0;
padding:0;
outline:none
}

body {
  font-family: Harmonia Sans;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

.greeter {
  height: 300px;
  padding: 50px 0 190px;
  z-index: 1;
}

.greeter__cover {
  position: absolute;
  width: 100%;
  height: 540px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .2);
}

.greeter__wrapper {
  background: url('./images/shards_pattern.jpg');
  background-size: cover;
}

.greeter__logo {
  height: 60px;
  width: 290px;
}

.greeter__copy {
  color: rgba(0, 0, 0, 0.67);
} 

.greeter__subcopy {
  color: rgba(0, 0, 0, 0.47);
  margin-left: 50px;
}

.download-button {
  display: inline-block;
  height: auto;
  margin-top: 40px;
  padding: 0.8em 1.2em;
  background: rgba(56, 56, 62, .7);
  border-radius: 5px;
  box-shadow: 4px 4px rgba(0, 0, 0, .1);
}

.download-button > img {
  width: 10px;
  height: 12px;
  margin-right: 5px;
}

.download-button > span {
  color: white;
}

.buttons > .download-button:not(:last-child) {
  margin-right: 10px;
}

.buttons div{
	width: 190px;
	height: 51px;
	background-color: rgba(56, 56, 61, 0.7);
	border-radius: 3px;
	display: inline-block;
	box-sizing: border-box;
	margin: 5px;
	position:relative;
	color: #ffffff;
	font: 500 14px / 18px Helvetica;
	margin-bottom: 50px;
}

.build-source-link {
  color: rgba(0, 0, 0, .47);
  margin-top: 10px !important;
}

.screenshot__wrapper {
  margin-top: -150px;
}

.github {
  position: absolute;
  padding: 20px 10px;
  z-index: 10;
}

.github-button {
  top: 20px;
  left: 20px;
}

.screenshot {
  width: 800px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
  z-index: 1;
}

.intro__wrapper {
  padding: 50px 0px;
}

.intro.flex-col {
  width: 700px;
}

.intro__copy {
  font-weight: 300;
}

.first {
  background: #faf6ec;
}

.second {
  /* background: #cac6ec; */
  background: #efeae1;
}

.text-block {
  padding: 50px 0px;
  width: 700px;
}

.text-block__header {
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .77);
}

.text-block__content {
  color: rgba(0, 0, 0, .67);
}

.text-block__screenshot {
  width: 600px;
  margin-top: 20px !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

ul {
	margin: auto;
	text-align: center;
}

ul li {
	display: inline-block;
	margin: 5px;
	color: #a9a9a9;
	font: 400 16px Helvetica;
}

.works {
	text-align: center;
	margin-top: 15px;
}

.content {
	background-color: white;

}

.gallery {
	margin: auto;
	text-align: center;
	margin-bottom: 150px;
}
.gallery div {
	display: inline-block;
	margin: 45px;
}

.gallery p {
	color: #cd4644;
	font: 400 14px Helvetica;
	margin-left: -45px;
}

.contrib-row {
  margin-top: 25px;
}

.contributor__name {
  display: block;
  text-align: center;
}

@font-face {
  font-family: Harmonia Sans Light;
  src: url('./fonts/HarmoniaSansProCyr-Light.otf') format('opentype');
  font-weight: 50;
  font-style: Light;
}

@font-face {
  font-family: Harmonia Sans SemiBold;
  src: url('./fonts/HarmoniaSansProCyr-SemiBd.otf') format('opentype');
  font-weight: 400;
  font-style: SemiBold;
}

@font-face {
  font-family: Harmonia Sans Bold;
  src: url('./fonts/HarmoniaSansProCyr-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: Bold;
}

@font-face {
  font-family: Harmonia Sans;
  src: url('./fonts/HarmoniaSansProCyr-Regular.otf') format('opentype');
  font-weight: 100;
  font-style: Regular;
}
