
.jumbotron1 
{
	background: url(../gallery/truhitteA.jpg) bottom right;

	background-color: #3f7fb8; /* Business Blue Color */
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	margin:-15px 0 -15px 0;

	/* https://www.color-hex.com/color-palette/89874  */

}


.jumbotron2
{
	background: url(../gallery/truhitteB.jpg) left;
	background-color: #D1B419;
	background-repeat: no-repeat;
	background-size: contain;
	color: black;
	/* https://www.color-hex.com/color-palette/89874  */
}

.jumbotron3
{
	background: url('') left;
	background-color: #3f7fb8;
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	/* https://www.color-hex.com/color-palette/89874  */
}

.jumbotron_About
{
	background: url('./gallery/t12.jpg') left;
	background-color: #D1B419;
	color: black;
	/* https://www.color-hex.com/color-palette/89874  */
}

body
{
	/*background-color: #ff9900;*/
/*	background-color: #ffd369;*/
	background-color: #3f7fb8;
/*	background-color: #D1B419;*/
/*	background-color: #8bb2d4;*/
}

img
{
	border-radius: 25px;
}

.cust1
{
	background-color: #3f7fb8;
}

.cust2
{
	background-color: #D1B419
}

.p-test
{
	background-color:#e3f2fd;
}


nav
{
	background-color: #e3f2fd;
}

@media (max-width:1200px)
{

	.jumbotron1
	{

		background: #3f7fb8 url(../gallery/truhitteA.jpg) fixed;
		background-repeat: repeat;
		background-size: cover 50%;
		color: white;


	}

	.jumbotron2
	{
		background: url() left;
		background-color: #D1B419;
/*		background-repeat: no-repeat;
		background-size: contain;*/
		color: black;
		/* https://www.color-hex.com/color-palette/89874  */
	}
}

@media (max-width:690px)
{
	.jumbotron1
	{

		background: #3f7fb8 url();
		background-repeat: repeat;
		background-size: cover 50%;
		color: white;


	}
}

.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}

