#content1 input
{
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#slidecontainer {
    width: 25%; /* Width of the outside container */
}
.button:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}
input{
	width: 20%;
}
/* The slider itself */
.forscreen{background: #99ffff;}
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 20%; /* Full-width */
    height: 15px; /* Specified height */
    background: #d3d3d3; /* Grey background #d3d3d3 */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use webkit (Chrome, Opera, Safari, Edge) and moz (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}
body {
  padding: 0;
  margin: 0;
  background-color: #0A0A09;
  text-align: center;
}

.jumbotron {
  background-image: url("pictures/hhy.jpg");
  background-size: cover;
  height: 430px;
  background-position: center top;
  margin: 0px;
  padding: 0px;
}

.jumbotron .davinci {
  margin-top: 25px;
  padding-top: 25px;
}
.jumbotron .scroll-left {
   font-family: 'Roboto', serif;
   font-size: 3rem;
   text-align: center;
   color: #FFFFFF;
   margin-top: 0;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
.jumbotron .scroll-left p {
   font-family: 'Roboto', serif;
   font-size: 3rem;
   text-align: center;
   color: #FFFFFF;
   margin-top: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   margin: 0;
   line-height: 100px;
   text-align: center;
   /* Starting position */
   -moz-transform:translateX(100%);
   -webkit-transform:translateX(100%); 
    transform:translateX(100%);
   /* Apply animation to this element */ 
   -moz-animation: scroll-left 10s linear infinite;
   -webkit-animation: scroll-left 10s linear infinite;
    animation: scroll-left 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
0% { 
-moz-transform: translateX(100%); /* Browser bug fix */
-webkit-transform: translateX(100%); /* Browser bug fix */
transform: translateX(100%); 
}
100% { 
-moz-transform: translateX(-100%); /* Browser bug fix */
-webkit-transform: translateX(-100%); /* Browser bug fix */
transform: translateX(-100%); 
}
}

.btn-group btn-group-justified {
  margin-top: 0px;
  padding-top: 0px;
}

.row {
  margin-top: 3px;
}

h1 {
  color: #f5423c;
  font-family: 'Roboto', serif;
  font-size: 70px;
  font-weight: 900;
  margin: 0;
  padding-top: 120px;
  text-align: center; 
  text-transform: uppercase;
  text-shadow:
		-1px 1px 0 #ddd,
		-2px 2px 0 #c8c8c8,
		-3px 3px 0 #ccc,
		-4px 4px 0 #b8b8b8,
		-4px 4px 0 #bbb,
		0px 1px 1px rgba(0,0,0,.4),
		0px 2px 2px rgba(0,0,0,.3),
		-1px 3px 3px rgba(0,0,0,.2),
		-1px 5px 5px rgba(0,0,0,.1),
		-2px 8px 8px rgba(0,0,0,.1),
		-2px 13px 13px rgba(0,0,0,.1)
		;
}

h2 {
  color: #FFF;
  font-family: 'Roboto', serif;
  margin: 0;
  text-align: left;
}

h3 {
  color: #00cc00;
  font-family: 'Ruda', serif;
  font-size: 2.5rem;
  margin: 0;
  position: relative;
  text-align: center;
}

h4 {
   font-family: 'Roboto', serif;
   font-size: 3rem;
   text-align: center;
   color: #F0F407;
   margin-top: 0;
}

p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-family: 'Pontano Sans', sans-serif;
  margin: 0;
  text-align: left;
}

.hotel {
  margin: 20px auto; 
  padding: 10px 0px 0px 0px;
  width: 94%;
  border: 2px solid #FFF;
  border-radius: 10px;
}

.hotel-img {
  display: inline-block;
  margin-top: 20px;
}

.hotel-description {
  display: inline-block;
  width: 70%;
}

.book {
  margin-top: 30px;
  width: 100%;
}

a {
  background-color: #333ccc;
  color: #FFF;
  display: inline-block;
  width: 20%;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 16px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

ul {
  padding: 0;
  margin: 10px 0px;
}

li {
  margin: 0;
  list-style: none;
}
table {
  background-color: #f1f1c1;
}
th, td {
  text-align: center;
  border-spacing: 10px;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
}
/*for slide show */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  width: 400px;
  height: 280px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* slider text */
.slideshow-container .mySlides .text {
  position: absolute;
  display: block;
  top: 2em;
  width: 60%;  
  font-size: 2em;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.slideshow-container .mySlides .text {
	animation-name: anim-1;
}

@keyframes anim-1 {
  0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

