body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	html.scrolled {
		background-image:url(images/blue-clouds-daylight-210223.jpg);
	}
	.myColor{
		color:white !important;
	}
	nav{
		/*
		background-color: transparent;
		*/
	}

	nav.scrolled{
		background-color: #3b3b3b;
	}
	.dropdown-item{
		background-color: transparent;
	}
	.dropdown-item.scrolled{
		background-color: #3b3b3b;
	}
	.nav-link.active{font-weight:bold;}	
	.myPadding{
		padding:10px;
	}
	.dropdown-item:hover{
		background-color:#0056b3 !important;
	}
.dropdown-menu{
	background-color: #3b3b3b;	
	}
	.myDiv {
    position: relative;
    z-index: 1;
}
	.myDiv .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: url(test.jpg) center center; */
    opacity: .6;
    width: 100%;
    height: 100%;
    background-color:white;
}	
