/* bvsps v2 - bootstrap-4 responsive */
ul.alt {
	list-style: none;
	padding-left: 0;
	}
body {
	background-color: aliceblue;
	}
@media (min-width: 550px) {
	.jumbotron {
		background-image: url("images/bg1500.png");
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: cover;
		background-color: #fff; /* take out the gray     */
	}
}

p.copyright {
	white-space: nowrap;
	line-height: 1.4em;
	font-weight: 600;
	font-size: .9em;
	font-style: italic;
	
}
p>a {
	/*font-style: normal;*/
	color:darkblue
}
td>a {
	/*font-style: normal;*/
	color:darkblue
}

@media (min-width: 550px) {
	#footer {
		background-image: url("images/footer900.png");
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
}
 @media (max-width: 550px) {
     .big-container {
         display: none;
     }
 }

/* don't use "lead" text on small screen */
 @media (max-width: 550px) {
     .lead {
         font-size: 16px;
		 font-weight: normal;
     }
 }
 @media (min-width: 550px) {
     .small-container {
         display: none;
     }
 }
.calendar-container {
    position: relative;
    padding-bottom: 75% !important;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    max-width: 100%;
    height: 100%;
}
.dropdown:hover .dropdown-menu{
  display:block;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu{
     display:block;
  }
}
