p, ul, li{
	font-family: 'Raleway', sans-serif;
	line-height:1.7em;
}


/* unvisited link */
a:link {
    color: #576f89 !important;
	text-decoration: underline;

}

/* visited link */
a:visited {
    color: #3e5a74 !important;
	text-decoration: underline;

}

/* mouse over link */
a:hover {
    color: #4c6378 !important;
	text-decoration: underline;


}

/* selected link */
a:active {
    color: #576f89 !important;
	text-decoration: underline;

}

a.nounderline {
text-decoration: none;	
}



/* unvisited link */
.invlink a:link {
    color: #b2c9de !important;
}

/* visited link */
.invlink a:visited {
    color: #b2c9de !important;
}

/* mouse over link */
.invlink a:hover {
    color: #fff !important;

}

/* selected link */
.invlink a:active {
    color: #fff !important;
}



.emphasis {
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;

}







.jumbotron {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    vertical-align: middle;
	width: 100%;
	color: #fff;
	background-image: url(../_img/homepage/header_img.jpg);
	background-size: cover;
	background-repeat:no-repeat;	
	background-position: center; 
	
	
}
.footer {
	width: 100%;
    height: 100px;
    position: static;
    margin-bottom: 0;
    margin-top: 200px;
	background-color: #576f89 !important;
}

.lead {
	padding-top: 40px;
font-family:'Raleway', sans-serif;
font-weight:100;
font-size:5em;
}

.sublead {
font-size: 1.3em;	
}

.centered {
    text-align: center
}
.center {
    margin-right: auto;
    margin-left: auto
}

#schedule {
  background-image: url("../css/img/7-grid.png");
  z-index: -1000;
}

.no-bullets li {
    list-style-type: none;
}

.ui.footer.segment {
  margin-top: 100px;
  padding-bottom: 40px;
  height: auto;
}


.noborder {
border: none !important;
box-shadow: none !important;
}

li.pharmacy {
    list-style-image: url("../_img/li_images/icons-21_li.png");
}

li.nutrition {
    list-style-image: url("../_img/li_images/icons-12_li.png");
}

li.socialwork {
    list-style-image: url("../_img/li_images/icons-23_li.png");
}

li.family {
    list-style-image: url("../_img/li_images/family_li.png");
}

li.nursing {
    list-style-image: url("../_img/li_images/icons-10_li.png");
}

.highlightme {
background-color: #fff00;
}
