@charset "utf-8";
/* CSS Document */

/* Center the loader */
body {
	margin: 0px;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
#header{
	 position: fixed;
	padding: 0px;
	display: flex;
	align-items: center;
	 width: 100%;
	 transition: .5s;
	 z-index: 4;
	 height: 75px;
}
#header_left{
	display: flex;
	align-items: center;
	padding-left:10px;
}
#header_right{
	padding-right:15px;
	display: flex;
	align-items: center;
}
#burger{
	height: 50px;
	width: 50px;
	padding:10px;
}
#logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 100%;
	transition: .5s;
	height: 75px;
}
#logo_m{
	background-image: url(../images/logo_m.png);
	background-repeat: no-repeat;
	width: 100%;
	transition: .5s;
	height: 75px;
}



#topmenu{
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

#navbtn {
	display: inline-block;
	cursor: pointer;
	background-color: #FFF;
	outline-color: #CCC;
	padding-top: 3px;
    transition: 0.4s;
}
.bar1 {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 4px 0;
  border-radius: 25px;
  transition: 0.4s;
}

.bar2 {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 4px 0;
  border-radius: 25px;
  transition: 0.4s;
}
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 4px 0;
  border-radius: 25px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}

.sidem {
	height: 95%;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 75px;
	padding-top:0px;
	left: 0;
	background-color: #fff;
	opacity: 1;
	overflow-x: hidden;
	transition: 0.5s;
	
	}

.thick {
  font-weight: normal;
}
#myOverlay {
}	
#matter{
	position: relative;
	margin: auto;
	width: 99%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #FFF;
	padding: 0px;
	left: 0px;
	hight:100px;
	transition: 1s;
	opacity: 1;
	top: 75px;
	text-align:justify;
	
	
}



#footer {
	background-color: #CCC;
	vertical-align: bottom;
	width: 100%;
	position: fixed;
	height: 20px;
	bottom: 0px;
	padding: 5px;
	font-size: 10px;
	color: #999;
}
/*for bottom columns*/
.col1 {
	padding: 30px;
	text-align: left;
	line-height: 180%;
	height: 425px;
	text-align: left;
	}

#bottom {
	width: 100%;
    position: relative;
    margin: auto;
	z-index: 0;
	top: 75px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.heading {
	padding: 15px;
	text-align: center;
	height: 80px;
	}
.home_img {
	
	height: 350px;
	}
.room_img {
	background-color: white;
	
	}