/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #053359;
  font-family: serif; text-align: center; font-weight: bold;
}

/* Links inside the navbar */
.navbar a {
  float: right;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 25px 150px;
  text-decoration: none; font-size: 20px;
}

/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 25px 150px; font-weight: bold; font-size: 20px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #54637f; text-align: center;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Logo */
.logo {float: left; width: 300px; height: 150px; border-style: solid; border-color: #053359; }
.slogo, .slogo a:hover {font-size: 15px; color: white; text-align: right; background-color: #053359;} 

* {box-sizing:border-box}

/* Bold */
.lateup {color: white; font-family: serif; font-size: 30px;}

.lateuppp {color: white; font-family: serif; font-size: 30px;}

.lateupp {color: white; font-family: serif; font-size: 30px;}

.datatext {color: white; font-family: serif;}

.staff-deco{}

.bold {font-family: serif; color: white; font-weight: bold;}

.boldd {color: white; font-family: serif; font-size: 28px; font-weight: bold;}

.boldli {font-family: serif; color: white; font-weight: bold;}

.list {font-family: serif; color: white;}

.column {border-style: solid; border-width: thin; border-color: black;}

.staff-deco, .staff-deco:hover, .staff-deco:visited, .staff-deco:default, .staff-deco:any-link  {font-family: serif; color: white;}

.listhouse {font-family: serif; color: white; font-size: 25px;}


/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
    height: auto;
  position: relative;
  margin: none;
    border-style: solid; 
    border-color: black; 
    border-width: thin;
}

/* Hide the images by default */
.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;
  user-select: none;
}

/* 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: 15px;
  width: 15px;
  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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

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







/* Styling the area of the slides */
#slideshow {
    overflow: hidden;
    height: 600px;
    width: 1100px;
    margin: none; 
    float: left;
    margin-right: 20px; 
    margin-left: 20px;
}

/* Style each of the sides 
  with a fixed width and height */
.slide {
    float: left;
    height: 600px;
    width: 1100px;
}

/* Add animation to the slides */
.slide-wrapper {

    /* Calculate the total width on the
    basis of number of slides */
    width: calc(1100px * 4);

    /* Specify the animation with the
    duration and speed */
    animation: slide 20s ease infinite;
}

/* Set the background color
  of each of the slides */
.slide:nth-child(1) {
    background-image: url(images/House3/architecture-building-country-home-1884269re.jpg) 
}

.slide:nth-child(2) {
    background-image: url(images/House3/livingroom.jpg)
}

.slide:nth-child(3) {
    background-image: url(images/House3/bedroom.jpg)
}

.slide:nth-child(4) {
    background-image: url(images/House3/kitchen.jpg)
}

/* Define the animation 
  for the slideshow */
@keyframes slide {

    
    /* Calculate the margin-left for 
    each of the slides */
    20% {
        margin-left: 0px;
    }

    40% {
        margin-left: calc(-1100px * 1);
    }

    60% {
        margin-left: calc(-1100px * 2);
    }

    80% {
        margin-left: calc(-1100px * 3);
    }
}

/* slide Words */

.slide-number {
float: left; color: white;
}
 
/* bold */ 
.boldp {font-family: serif; color: white; font-size: 25px;}

/* Footer */
footer {background-color: #54637f; color: white; font-family: serif; font-size: 20px; text-align: center;}