body {
  font-family: 'Jost', sans-serif;
  font-size:1rem;
  background-color: #F2E1D4;
}
a {
	color:#F68F02;
}
a:hover {
	color:#333333;
}
h1 {
  font-family: 'Maven Pro', sans-serif;
}

.header {
  background: #fff;
}
.container {
  max-width:480px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.avatar {
  width:150px;
  height: 150px;
  object-fit: cover;
}
h1 {
  font-size:1.5rem;
}
h6 {
  font-size:0.9rem;
  font-weight: normal;
}

.shortcuts a:hover {
	background: #333333;
	color:white;
}

.shortcuts a {
  border: 1px solid rgba(255,255,255,0.15)!important;
  color:white;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 200;
}
.shortcuts >:first-child {
  border-left:0!important;
}
.shortcuts >:last-child {
  border-right:0!important;
}
.addContact {
  background:#333;
  color:white;
}
.addContact:hover {
  color:#F68F02;
	background:white;
  border-color:#F68F02;
}
