#logoAccomodation{
	background: url(../Assets/logo.png) center no-repeat;
	position: absolute;
	width: 223px;
	height: 160px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 40px;
	z-index: 1000;
}

.RoomInfo{
	background-color: #f8f7f2;
}

.AccomodationGalleryContainer{
	padding-top: 100px;
	background-color: #f8f7f2;
}

.AccDetailsContainer{
	width: 400px;
	background-color: white;
}

.AccDetailsTitle{
	padding-top: 60px;
	color: #495d58;
	max-width: calc(100% - 52px);
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
}

.RoomDetailsContainer1{
	position: absolute;
	width: 300px;
	height: 250px;
	top: 125px;
	left: -150px;
	background-color: #f8f7f2;
}

.RoomDetailsSubContainer1{
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	margin: 5px;
	border: 1px solid #495d58;
}

.RoomDetailsTitle1{
	letter-spacing: 6px;
	padding-top: 20px;
	color: #495d58;
	width: calc(100% - 52px);
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
}

.RoomDetailsText1{
	padding-top: 20px;
	width: calc(100% - 52px);
	margin-left: auto;
	margin-right: auto;
	color: #495d58;
}

.sqrSize{
	margin-top: 10px;
}

#info2{
	display: none;
}

#info4{
	display: none;
}

#info5{
	display: none;
}

.grid-item{
	position: relative;
	/*padding-left: 50px;
	padding-right: 50px;*/
}

.grid-container{

  	display: -ms-inline-grid;
  	display: inline-grid;
  	grid-template-columns: auto auto auto auto auto auto auto auto;

  	padding-top: 75px;
  	padding-bottom: 10px;
}

.AccTitle{
	font-size: 71.66px;
	padding-top: 200px;
	text-align: left;
	line-height: 45px;
}

.AccTitle1{
	font-size: 71.66px;
	padding-top: 150px;
	text-align: left;
}

.flex-container3 {
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
	justify-content: center;
  	display: flex;
 	position: relative;
  	flex-direction: row;
  	max-width: 505px;
  	text-align: center;
}

.row{
	width: 100%;
}

.roomsImg{
	position: relative;
	background: url(../Assets/Accommodation/room-interior.webp) center no-repeat;
	background-size: cover;
	margin-top: 380px;
	width: 100%;
	height: 700px;
}

.suitesImg{
	position: relative;
	background: url(../Assets/Accommodation/suite-interior.webp) center no-repeat;
	background-size: cover;
	margin-top: 380px;
	width: 100%;
	height: 700px;
}

.villasImg{
	position: relative;
	background: url(../Assets/Accommodation/villa-interior.webp) center no-repeat;
	background-size: cover;
	margin-top: 380px;
	width: 100%;
	height: 700px;
}

.leftContainer{
	height: 1200px;
	margin-right: 100px;
}

.row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

@media  screen and (max-width: 400px) {
	.AccDetailsContainer{
		width: 300px;
	}
}

@media  screen and (max-width: 600px) {
	.AccTitle{
		font-size: 50px;

	}

	.flex-container3{
		padding-left: 25px;
		padding-right: 25px;

	}

	.AccomodationGalleryContainer{
		padding-top: 140px;
	}

	.RoomInnerImgContainer{
		margin-left: 0px;
	}

	.AccMainText{
		padding-top: 250px;
	}
	.RoomImg1>.XLText{
		font-size: 100px;
	}

	#AccPar{
		font-size: 30px;
	}
}

@media  screen  and (max-height: 815px) {
	.header{
			height: 815px;
	}
}

@media  screen and (min-width: 1201px) and (max-width: 1500px) {
	.MainTitle{
		font-size: 100px !important;
	}
}

@media  screen and (min-width: 1001px) and (max-width: 1200px) {
	.MainTitle{
		font-size: 80px !important;
	}
}

@media  screen and (min-width: 701px) and (max-width: 1000px) {
	.MainTitle{
		font-size: 60px !important;
	}
}

@media  screen and (min-width: 501px) and (max-width: 700px) {
	.MainTitle{
		font-size: 50px !important;
	}
}

@media  screen and (min-width: 401px) and (max-width: 500px) {
	.MainTitle{
		font-size: 40px !important;
	}
}

@media  screen and (max-width: 400px) {
	.MainTitle{
		font-size: 30px !important;
	}
}

@media  screen and (max-width: 991px) {

	#logoAccomodation{
		display: block;
		background: url(../Assets/logoMobile.png) no-repeat;
		width: 134px; /* Width of new image */
		height: 176px; /* Height of new image */
		margin-top: 60px;
		padding-top: 0px;
	}

	#info1{
		display: none;
	}
	#info2{
		display: block;
		margin-bottom: 400px;
	}

	#info3{
		display: none;
	}
	#info4{
		display: block;
		margin-bottom: 500px;
	}
	#info5{
		display: block;
		margin-bottom: 300px;
	}
	#paragraph1{
		margin-right: auto;
		margin-left: auto;
	}

	.leftContainer{
		margin-right: 0;
	}

	.AccTitle1{
		padding-top: 240px;
		text-align: center;
	}

	.AccTitle{
		padding-top: 240px;
		text-align: center;
	}

	.roomsImg{
		margin-top: 180px;
	}

	.suitesImg{
		margin-top: 180px;
	}

	.villasImg{
		margin-top: 180px;
	}
}
