.header-link:hover {
  color: #2196f3; }

#header {
  background: none; }

#header-title {
  display: none; }

.header-link {
  font-size: 20px;
  color: #FFFFFF; }

#header-social {
  display: block;
  position: absolute; }

.header-social-icon {
  margin-right: 10px; }

.header-social-icon img {
  width: 32px;
  height: 32px;
  vertical-align: middle; }

#home-header {
  position: relative;
  height: 85vh;
  margin-top: -80px;
  background: url("../images/home.jpg") no-repeat center;
  background-size: cover;
  overflow-x: hidden; }

#home-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15); }

#home-header-scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: url(../images/icons/keyboard_arrow_down.svg) no-repeat center;
  background-size: 48px;
  cursor: pointer; }

#home-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; }

#home-header-content .container {
  position: relative;
  left: -50%;
  margin-top: -50px;
  text-align: center; }

#home-header-content span {
  display: block;
  color: #FFFFFF;
  font-weight: 300; }

#home-header-content-title {
  font-size: 64px;
  color: #FFFFFF; }

#home-header-content-subtitle {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7); }

.home-content-language {
  display: inline-block;
  width: 140px;
  margin: 0 80px; }

.home-content-language img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto 0; }

#home-content .header {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  padding: 10px 0; }

#home-content .content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }

#home-content-languages .header {
  color: #ea9a00; }

#home-content-languages .content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }

.home-content-language span {
  padding: 10px 0;
  display: inline-block; }

.home-content-stat {
  display: inline-block;
  width: 36%;
  padding-bottom: 25px; }

.home-content-stat-image img {
  width: 70px;
  height: 70px; }

.home-content-stat-number {
  font-size: 42px;
  font-weight: 300; }

.home-content-stat-image {
  margin-bottom: 5px; }

.home-content-stat-desc {
  font-size: 17px; }

.home-content-row {
  padding-bottom: 20px; }

#home-content-stats .header {
  margin-bottom: 15px; }

#home-content-stats {
  color: #18b718;
  background: #2f2f2f; }

@media (max-width: 1200px) {
  .header-link {
    font-size: 16px; } }
@media (max-width: 900px) {
  #home-header-content-title {
    font-size: 54px; }

  #home-header-content-subtitle {
    font-size: 18px; } }
@media (max-width: 550px) {
  #header-social {
    display: none; }

  .home-content-stat {
    display: block;
    text-align: center;
    width: 100%; } }
@media (max-width: 550px) {
  #home-header {
    margin-top: -160px; } }
#home-header-content span.transition__target {
  transform: scale(0.97) translateY(5px);
  transition: opacity 0.5s, transform 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

#home-header-content span.transition__active {
  transform: scale(1); }

/*# sourceMappingURL=p_home.css.map */
