body {
  padding-top: 8rem;
/*  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  background: url('img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.roundicon {
	border-radius: 50%;
	width: 25%;
	padding-bottom: 1rem;
}

.bold {
	font-family: 'Archivo Black', sans-serif;
}

.icon {
	width: 35px;
	height: 35px;
}

.outline {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}