* {
  font-family: 'Roboto', sans-serif;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.contact-link {
  display: flex;
  align-items: center;
}

.email-link {
  cursor: pointer;
}

.contact-link span {
  padding-left: 5px;
}

.social-container {
  width: 25px;
}

.block-icon {
  display: block;
}

/* just so vscode displays each used in the palette */
.palette {
  background-color: #064200;
  background-color: #ffffff;
  background-color: #27c200;
  background-color: #03d125;
  background-color: #064200;
  background-color: #27c200;
  background-color: #03d125;
}
