
.jumbotron {
		background-image: url(../images/960_230Jumbo.jpg);
		background-image: url(../images/JumboJumby.jpg); 
		background-size: cover;
    background-position: -0.8em;
    
    border-bottom: 1px solid #555;
}


div.minH {
	min-height: 100px;
}

/* @media is used in media queries to apply different styles for media/devices.
Here it is used to control images in Windowperf and Signage */

@media only screen and (max-width: 768px) {
	
	
	
	body .imageSection  img {
		width:63%;
		height:63%;
	}
	
	
	body section.imageSection {
		width: 504px;
		float: none;
	}
	body div.pictureContainer {
		width: auto;
	}
	body section.imageLeft {
		left: 0;
	}
	body section.imageRight {
		left: 0;
	}

}

div.pictureContainer {
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
}

section.imageLeft {
	position: relative;
	left: -20px;
}

section.imageRight {
	position: relative;
	left: 20px;
}

section.imageSection {
	/*width: 504px;*/
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 48%;
}

.imageSection img {
	text-align: center;
}

.imageSection img.big{
	width:70%;
	height:70%;
}

.imageSection img.medium{
	
	width:85%;
    height:85%;
}

div.clearDiv {
	width: 100%;
	clear: both;
}

body nav.bg-dark{
	background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.90);
}

.navbar-dark .navbar-nav .nav-link {

    color: rgba(255, 255, 255, 0.75);

}

div.jumboSpacer {
    height:5.2em;
}

img{ 
    border: 1px solid #ccc;

}

img.noBorder{
    
    border: none;
}

#carouselExampleControls {
	width:520px; 
	margin-left:auto; 
	margin-right: auto;
}

body .footer {
position: fixed;
}

















