/* 2015 - 2018 by AiCOACH Sp. z o.o. All rights reserved */

section, header {
	padding: 100px 0;
}

section h3 {
  margin-bottom: 16px;
}

#header-section h2 {
  position:  absolute;
  font-size: 64px;
  margin-left: 50px;
  letter-spacing:  0.3em;
}

#contents-section {
	padding: 100px 0;
}

#contents-section h3 {
	text-align: center;
  font-size: 20px;
}

.contents-menu {
	text-align: left;
	line-height: 1.8;
	color: #9fa7b0;
	font-size: 16px;
}

.contents-menu li {
	list-style-type: decimal;
}

.contents-menu a {
	color: #9fa7b0;
  cursor: pointer;
  font-family: "Lato-Bold", sans-serif;
  color: #9fa7b0;
  font-size: 16px;
  text-align: center;
}

.contents-menu a:hover {
  color: #000;
}

.section-link {
  margin-left: 40px;
  cursor: pointer;
  font-family: "Lato-Bold", sans-serif;
  color: #9fa7b0;
  font-size: 16px;
  text-align: left;
  display: block;
  line-height: 1.8;
}

.section-link:hover {
  color: #000;
}

#first-section p {
  margin-bottom: 30px; 
}

#back-to-top-button {
  width: 52px;
  height: 52px;
  position: fixed;
  float: left;
  bottom: 60px;
  left: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#back-to-top-button img {
	width: 20px;
	height: 20px;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#back-to-top-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

#back-to-top-button:hover img {
  top: 5px;
}

.instruction-page-image {
  display: block;
  margin: 0 auto;
}

.app-icon {
  margin-top: 20px;
}