/* CSS Document */

/*
p {
	line-height: 50px !important; 
}
*/

.noto  {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 50;
	letter-spacing: 0px;
}

.bg-special {
	background-color: rgba(46,46,58,1);
}
.bkg-color {
	background-color: #d6cb8c;
}

p {
	line-height: 1.5em;
}

#volgapheading {
	display: block;
}

#slide_container {
	background-color: #b8ab63;
    background-image: url('../images/images/Vol-Gap-Sh_03.png'); 
    background-repeat: repeat-x;
  }

#slide_container_2 {
	background-color: #b8ab63;
/*    background-image: url('../images/images/Vol-Gap-Sh_03.png'); */
/*    background-repeat: repeat-x;*/
  }

#photo_container {
	background-color: #b8ab63;
    background-image: url('../images/images/Vol-Gap-Sh_03.png'); 
    background-repeat: repeat-x;
  }
#image_container {
	width: 600px;
}

#photo-container-box {	
	background-color: white;
	max-width: 200px;
}

/*
.room-img {
	border-style: double;
	border-bottom-color: red;
	border-bottom-width: thick;
}
*/

#heaventag {
	display: none;
}

@media only screen and (max-width: 768px)	{	/*For 768 sm screen size*/
	#volgapheading {
		display: none;
	}
	#heaventag {
	display: block;
}

}
