.bg-colour{
	background-color: #ecf0f1;
}
.error{
	color: red;
}
.mark{
	opacity: 0.8;
}
.backgroundImageContainer{
	overflow: hidden;
	height: 100vh;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: -3;
	background: red;
}
.backgroundImage{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}
#landingPage h1{
	color: azure;
	text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
}
#homePageForm{
	text-align:center;
}
.fixedHeaderPage{
	padding-top: 70px;
}
#map{
	height: 100vh;
	width: 100%;
	background-color: #ecf0f1;
}
#stopoverOverview{
	margin-top: -1em;
    margin-bottom: 1em;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}
.onTop{
	z-index: 1500;
	opacity: 1;
	height: auto;
}
.below{
	z-index: -1;
	opacity: 0;
	height: 100vh;
	overflow: hidden;
}
#blogEntry{
	position: absolute;
	width: 100%;
	top:0;	
	background-color: #ecf0f1;
	transition: opacity 0.5s, z-index 0.5s;
	overflow: hidden;
	min-height: 100vh;
}
#blogDetails{
	text-align: center;
	max-width: 700px;
    margin: auto;
}
#dateList{
	max-width: 15rem;
    text-align: center;
}
.commentContainer{	
    max-width: 700px;
    margin: auto;
}
.editVisitPageContainer{
	max-width: 700px;
}
#timeLinePage #txtHint{

}
.list-group-item{
	border-color: darkgray !important;
}

.printedPage{
	font-size: 12px;
	max-width: 800px;
	margin: auto;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	//min-height: 150vh;
}
.printedDiaryImage{
	max-width: 500px;
	margin: 3rem auto;
}
#selectedFiles img{
	max-width: 100px;
}
#croppedImage img{
	height: 100px;
}
.carouselContainer{
	max-width: 500px;
}
.carouselImage, .croppedImage {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #4679BD;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}
.croppedImageBox{
	width: 100px;
}
.carousel-inner > .item {
	transition(.2s ease-in-out left);
}
@media print{
	.page-break{
		display: block; page-break-before: always; 
	}
	.printedPage{
		max-width: 100%;
		min-width: 100%;
		box-shadow: none;	
		padding: 0;
	}	
	.printedDiaryImage{
		max-width: 70%;
	}
}
