#carouselExampleIndicators {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

#logo img {
  display: block;
  background-color: #fefefe;
  padding-left: 3px;
  padding-right: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  opacity: 90%;
  border: 1.5pt solid #b7b7b7;
  border-radius: 7pt 7pt 7pt 7pt;
  top: 30px;
  left: 30px;
  z-index: 1;
  position: absolute;
}

#booking p {
  display: block;
  background-color: #006699;
  color: white;
  padding-top: 8px;
  width: 110px;
  height: 80px;
  font-size: 22px;
  font-weight: bolder;
  text-align: center;
  opacity: 85%;
  margin-left: 96%;
  border-radius: 0pt 0pt 8pt 8pt;
}

#room {
  display: block;
  background-color: #003152;
  padding-top: 50px;
  padding-bottom: 25px;
  opacity: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#room h3 {
  padding-left: 10px;
  padding-top: 5px;
}

#room p {
  padding-left: 10px;
}

#room .thumbnail {
  display:block;
  padding: 6px;
  margin-bottom:20px;
  line-height:1.42857143;
  background-color:	#eee;
  border:1px solid #ddd;
  border-radius:6px;
}

#room .thumbnail a>img,#room .thumbnail>img {
  margin-right:auto;
  margin-left:auto;
  border-radius: 6px;
}

.thumbnail>img {
  display:block;
  max-width:100%;
  height:auto
}

#gallery {
  background-color: #4682b4;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-top: 15px;
}

#gallery .thumbnail a>img,.thumbnail>img {
  margin-right:auto;
  margin-left:auto;
}

#gallery .thumbnail>img {
  display:block;
  max-width:100%;
}

#gallery .thumbnail {
  display:block;
  padding: 2px;
  margin-bottom:20px;
  line-height:1.42857143;
  background-color:	#eee;
  border:1px solid #ddd;
}

#gallery .container h2 {
  font-family: sans-serif, Helvetica;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

#welcome {
  width: 100%;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #57a0d3;
  opacity: 100%;
}

#welcome .container {
  text-align: center;
}

#welcome img {
  border-radius: 50%;
  border: 3px solid #e5e5e5;
  margin-bottom: 10px;
}

#welcome h3 {
  color: #222;
}

#welcome p {
  margin-top: -5px;
  text-align: center;
  font-size: 15px;
}

#welcome h1 {
  color: #e5e5e5;
  padding-bottom: 15px;
}

.carousel-control-prev {
  margin-left: -100px;
}

.carousel-control-next {
  margin-right: -100px;
}


#contact {
  width: 100%;
  background-color: #e1e6e8;
  padding-top: 15px;
  padding-bottom: 40px;
}

#contact .container h2{
  font-family: sans-serif, Helvetica;
  color: #797979;
  font-weight: bold;
}


#contact .blueD {
  font-weight: bolder;
  font-size: 20pt;
  color: #00559C;
}

#contact .blueL {
  font-weight: bolder;
  font-size: 20pt;
  color: #06B1C5;
}

#contact p {
  font-size: 11pt;
}

#contact a {
  text-decoration: none;
  color: black;
}