/* stylesheet for Jeremy */

body {
  background-color: #37474f;
  font-family: sans-serif;
  min-height: 100vh;
  display:flex;
  flex-direction: column;
  justify-content: space-between;

  background-image: url('../../img/bgfoto.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
}
h1 {
  color: #ffffff;
}
h2 {
  color: #ffffff;
}
h3 {
  color: #ffffff;
}
p {
  color: #cacaca;
}

.centered{
    margin:auto;
    text-align:center;
}

.content {
  height: 200px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.big {
  /* background-color: #666666; */
  font-family: 'Fugaz One',sans-serif;
  font-size: 75px ;
}

.underline {
  border-bottom: 5px solid #000;
}

.clickable-icon {
  color:#cacaca;
  text-decoration:none;
}

.linkedin:hover {
  color:#0077B5;
}

.specialletter {
    transition: color  0.1s ease-out;
}
.specialletter:hover {
  color:#888;
}
