<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: #3399ff;
 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/header-bg.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: left;
  padding: 20px 0 24px 0;*/
}

.hero-text img{
width: 50%; 
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 {
    
        
        height: auto;
        /*display: none;
        background-color: Red;*/
    }
}

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

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


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



.card:hover img {
opacity: 0.3;
}

.customButton {
	padding-bottom: 100%;
	opacity: 0.8;
}

.container-soon {
  position: relative;
  text-align: center;
  color: #fcf7c4;
}

/* Bottom right text */
.bottom-right-soon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  /* background-color: Black; */
  padding: 3px 10px;
  font-style: italic;
  font-size: .8em;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

</style>