@charset "utf-8";
/* CSS Document */
body, html {
  height: 95%;
  background-color: #fffdfb;
}
h1.display-3 {
	font-family:Curve; /*adobe download*/
	color: darkblue; /*except when text-white specified*/
}

/* Parallax - images for large screens only */
@media (min-width: 550px) {
	#parallax {
  		/* The image used */
  		/*background-image: url('images/p36.gif');*/
  		/* Full height */
  		height: 90%; 

  		/* Create the parallax scrolling effect */
  		background-attachment: fixed;
  		background-position: center;
  		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
  		background-size: 100% 100%;
	}

	#parallax.triton{
	    background-image:url('images/triton.png');
	}
	#parallax.barefoot{
	    background-image:url('images/pearson-323.png');
	}
}
.popover { max-width: 25% !important; }
@media (min-width: 550px) {
	.jumbotron-header {
		background-image: url("images/bg1.png");
		/*background-image: url("images/now.png");*/
		/*the following is from hero-image on w3schools*/
		/*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/sunset.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: contain;*/
		/* padding makes it full screen
		padding-top: 20%;
		padding-bottom: 20%;*/
		/*opacity: 0.85;*/
		background-color: #fff; /* take out the gray     */
	}
}

@media (min-width: 550px) {
	.jumbotron-text {
		background-image: url("images/bg2.png");
		/*background-image: url("images/now.png");*/
		/*the following is from hero-image on w3schools*/
		/*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/sunset.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: contain;*/
		/* padding makes it full screen
		padding-top: 20%;
		padding-bottom: 20%;*/
		/*opacity: 0.85;*/
		background-color: #fff; /* take out the gray     */
	}
}

footer {
	background-color: #f5f3f2;
}

ul.alt {
	list-style: none;
	padding-left: 0;
	}

hr.style2 {
	border-top: 3px double #8c8b8b;
}

/* a {
	text: nowrap;
}*/
