/* nullib veebisite css*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	font-family: 'Segoe UI', 'Tahoma', 'Verdana', sans-serif;
	line-height: 1.7em;
	background-color: rgba(70, 6, 6, 1);
}

a {
	color: #333;
	text-decoration: none;
}

h1 {
	padding-bottom: 20px;
}
.container {
    margin: auto;
    max-width: 1100px;
    padding: 0 20px;
    overflow: auto;
}
#navibar {
	background: rgba(101, 6, 6, 0.8);
	overflow: auto;
	padding-left: 200px;
	padding-right: 200px;
}
#navibar a{
	color: #fff;
}
#navibar ul{
	float: right;
	list-style: none;
}
#navibar ul li {
	float: left;
}
#navibar ul li a{
	display: block;
	padding: 20px;
	text-align: center;
}
#navibar ul li a:hover,
#navibar ul li a.current{ 
	background: #2A0A12;
	color: #DBA901;
	border-radius: 100px;
}
#navibar h1 {
	padding-top: 20px;
	float:left;
}
#showcase {
	height: 800px;
	overflow: hidden;
}
.showcase-content {
	font-size: 4em;
	color: #ffff;
	position: absolute;
	top: 180px;
	left: 200px;
}
.showcase-content h2{
	font-size: 2em;
	padding-top: 150px;
}
#showcase p{
	background: rgba(0, 0, 0, 0.22);
	color: #ffff;
	font-size: 200%;
	position: absolute;
	top: 180px;
	border: 12px;
	right: 200px;
	height: 200px;
	width: 600px;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
#showcase img {
	width: 100%;
	filter: grayscale(70%);
}
.main-text {
	color: rgba(101, 6, 6, 1);
}
.container {
	margin: auto;
	max-width: 1100px;
	padding: 0 20px;
	overflow: auto;
}
#info {
	padding: 40px;
	background: rgba(70, 6, 6, 1);
	height: 170px;
}
#info p{
	padding-top: 50px;
}
.info-content {
	color: #ffff;
	text-align: center;
}
.room-info{
	float: left;
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
}
.room-info img{
	width: 75%;
	padding-left: 10px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 90%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(70, 6, 6, 0.5);
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.room-info:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
footer {
	text-align: center;
	padding: 20px;
	background: #444;
	color: #ffff;
}
.clear {
	clear: both;
}
#about-info {
	background: #fff;
	overflow: auto;
}
.info-left {
	padding-right: 200px;
	float: left;
	width: 50%;
	min-height: 100%;
}
.info-right {
	float: right;
	width: 50%;
	min-height: 100%;
}
.info-right img{
	display: block;
	margin: auto;
	width: 70%;
	border-radius: 10%;
}
.py-30 {
	padding: 30px 0;
}
#comments {
	height: 600px;
	background: url("https://karlisvs23.ikt.khk.ee/veebiarendus/hotell/taust5.jpg") no-repeat center center/cover;
}
#comments h2 {
	color: #fff;
	text-align: center;
}
.bg-primary {
    background: #f7c08a;
    color: #333;
}
#comments .comments {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    opacity: 0.9;
}
#contact-form .form-group {
	margin-bottom: 20px;
}
#contact-form .form-group lable {
	display: block;
	margin-bottom: 5px;
}
#contact-form .form-group input,
#contact-form .form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}
#contact-form .form-group textarea {
	height: 200px;
}
#contact-info {
	color: #ffff;
}
#contact-info .box{
	float: left;
	width: 33.3%;
	padding: 50px;
	text-align: center;
}
#contact-info .box i {
	margin-bottom: 10px;
}