@font-face {
  font-family: 'web437';
  src: url('font/Web437_IBM_VGA_8x14.woff');
}
body {
	font-family: 'Barlow', sans-serif;
	font-style: normal;
	font-weight: 400;
	}
body, html {
	height: 100%
	}
.bgimg {
  background-color: #fff;
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
a:hover {
  color: #000;
}
h1 {
	font-family: 'web437', sans-serif;
	font-style: normal;
	
}
p {
  margin-left: 10px;
}
.body_text {
	color: #000;
}
.tooltip {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.container {
  position: relative;
  text-align: center;
  color: #fff;
}
.title_text {
  position: absolute;
  top: 50%;
  left: 70px;
  color: #000;
}
.projects {
	width: 100%;
}
ul.no-bullets {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}