@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

ul {
    list-style-type: none;
    padding: 30px;
    margin: 0;
}
li {
	margin: 0 0 15px 0;
	font-size: 20px;
}
.center {
	text-align: center;
}
.main-content {
	position: absolute;
	top: 0;
	left: 250px;
	height: 100%;
}
.sidebar {
	background-color: #F9F9F9;
	top: 0;
	left: 0;
    position: fixed; /*Needed if we want side bar to not scroll*/
    width: 250px;
    height: 100%;
    overflow: auto;
}
.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 12px;
}
.profile-image {
	margin: 25px 0 0 0;
}
#title-name {
	font-size: 30px;
}
#profile {
	width: 150px;
	height: 150px;
}
.image {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 10px;
	border-color: #F9F9F9;
}
.padded-text {
	padding: 10px 10px 10px 40px;
}
/*.overlay:after {
    content:'Here is some text..';
    color:#fff;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overlay:hover:after {
    opacity:1;
}*/
