/* Go crazy with your own styles here */
/* Sticky footer styles
-------------------------------------------------- */
html, body {
}
html {
  position: relative;
  min-height: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: scrollbar;
}
body {
	background-color:#fafafa;
}
.footer {
  position: fixed;
  bottom: 0;
	min-width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 50px;*/
	background-color:#fafafa;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  
}

.navbar {
	margin-bottom: 0;
}

.navbar .navbar-right:last-child {
    margin-right: 0;
}

.umb-grid {
	padding-top: 50px;
}

.grid-section > div > .column > div > p:first-child {
	padding-top: 15px;
}


.footer > .text-muted {
	padding: 15px;
	margin: 0;
}

code {
  font-size: 80%;
}

.Gallery {
	white-space: nowrap;
	/*height: 100vh;*/
}

.Gallery img {
	width: auto;
	height: auto;
	max-height: calc(100vh - 117px);
}

.Gallery img + img {
	/*margin-left: 15px;*/
}

.Gallery img.splitter {
	width: 15px;
	height: calc(100vh - 117px);
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
