
html {
  font-size: 1em;
  font-family: 'Alike';
  background-color: #fff;
  color: #000;
}
body {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}

h1,h2,p {
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  text-align: center;
  color: black; 
}

h1 { 
    font-weight: 100;
    font-size: 40px;
    line-height: 160%;
  }
h2 { 
    font-size: 20px;
    line-height: 32px;
  }
p { 
    font-size: 16px;
    line-height: 40px;
  }


.content {
    color: #000000;
    background-size: 32vw;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .white {
    background-position: 50% 50%;
    height: 100vh;
  }
  .professional {
    background-color: #fff;
    background-image: url('monogram_ch_black.svg');
  }
  .black {
    background-position: 50% 50%;
    height: 100vh;
  } 
  .creative {
    background-color: #000;
    background-image: url('monogram_ch_creative_white.svg'); 
    size: 40vw;
  }

.end {
    color: #fff;
    background-attachment: inherit;
    position:relative;
    height: inherit;
   
  }

#footer {
  position: relative;
  text-align: center;
  padding: 24px 0px 24px 0px;
}


/*Icons */

.ul.icon {
  cursor: none;
  list-style: none;
  text-decoration: none;
  padding-left: 0px;
}

ul.icon li {
  display: inline-block;
  padding-left: 0px;
  text-align: center;
}

ul.icon a{
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  border-radius: 100%;
}

.label {
  display: none;
}
.icon.mail {
  background-image: url('icon-mail.svg');
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.icon.linkedin {
  background-image: url('icon-linkedin.svg');
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.icon.xing {
  background-image: url('icon-xing.svg');
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.icon.instagram {
  background-image: url('icon-instagram.svg');
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}

ul.icon.a.hover
ul.icon.a.focus {
  fill: red;
} 

.svg {
  margin-top: 14px;
}

@media (max-width: 1000px) {
    .white {
      background-size: 50vw;
    } 
    .black {
      background-size: 50vw;
    }
  }
@media (max-width: 500px) {
    .white {
      background-size: 80vw;
    }
    .black {
      background-size: 80vw;
    }
  }