html {
	background-color: LightSteelBlue;
/*	background-image: url( 'images/IMG_2820.jpg' ); */
/*	background-repeat: repeat-y; */
/* 	background-size: contain; */
/*  height: 100vh; */
	}

body {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1.5%;
    height: 97%;
    background: url('images/IMG_2820.jpg');
}

.bg-primary-lowsat {
    background-color: rgba(2, 117, 216, 0.3);
    border-width: 2px;
}

.bg-success-lowsat {
    background-color: rgba(92, 184, 92, 0.3);
    border-width: 2px;
}

/*
.container {
   overflow-y: auto;
   min-height: calc(100vh - 80px);
   border: 1px dotted blue;
   }
*/