<style type="text/css">

body {
    margin: 0;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
}

a    /*  link color  */
{
 /*color: #0050d4;*/
 color: #0066cc;
 text-decoration: none;
 /* font-weight: bolder; */
}

a:hover    /*  link color  */
{
 /*color: #0050d4;*/
 color: DarkBlue;
 text-decoration: none;
 /* font-weight: bolder; */
}


#mainBody a {
color: #0066cc;
 text-decoration: none;
/* font-weight: bold; */
}


.mainLinkOuter /* sidebar links - color & font info  */
{
	display: table;
	/*font-size:14px;*/
	font-weight: lighter;
	text-align:left;
	/*border-bottom: 1px solid #cecece;*/
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	
}

.mainLinkOuter:hover   /*  sidebar links - hover color  */
{
	background-color:#ebebeb;
}

.mainLinkInner
{
	/*position: relative;*/
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	
}

.mainLinkInner a
{
text-decoration: none;
}

.mainLinkInner a:hover
{
color: #0066cc;
}




#sidebar {   /*  sidebar - text color  */
	color: #333;
}

.header {
    text-align: center;
    padding: 32px;
}

.hero-image {
  background: url(../images/brain-bg3.jpg) no-repeat center; 
  background-size: cover;
  /*max-height: 300px;*/
  position: relative;
}

.hero-text {
 /*  text-align: center;
  position: absolute;
 top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  color: white;*/
  text-align: center;
  padding: 20px 0 24px 0;
}

.hero-text img{
width: 40%; 
height: auto;
}

@media only screen and (max-width: 700px) {
    .hero-text img {
        width: 100%;
        height: auto;
        /*background-color: Red;*/
    }
}

@media only screen and (max-width: 700px) {
    .navbar-brand img {
        max-width: 150px;
        height: auto;
        display: none;
        /*background-color: Red;*/
    }
}

.nav-link:hover {color: DarkBlue;}

.nav-link {
margin-left: 0px;
padding-left: 0px;
}


.card:hover img {
opacity: 0.3;
}

@media only screen and (min-width: 480px)  {
      .dropdown:hover>.dropdown-menu {
  display: block;
	}
}

</style>