body{
	font-family: "Roboto";
	background: #333;
}

.container{
	margin-top: 10%;
}

.row{
	margin-top: 50px;
}

p{
	color: #FFF;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center-div{
	display: flex;
	justify-content: center;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 10pt;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  margin-top: -10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

footer{
  position: fixed;
  height: 5%;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #252525;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#links{
	margin-top:100px;
}


#links a{
	width: 40px;
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

#hover{
	margin-top: 5px;
}