.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}

.row {padding: 20px; float: left;}

.headtext {font-weight: bold; font-family: serif; color: #053359; font-size: 35px; text-align: center; padding-left: 50px;}

.littlepara {font-family: serif; padding-left: 50px;}

.imgn {width: 631px; height: 400px; align-content: center;}

.housesimg {padding-right: 20px; padding-left: 20px; float: left;}

.housesimgg {width: 631px; height: 400px;}

.words {background-color: #54637f; float: right; width: 500px; height: 1000px; margin-top: 10px; border-style: solid; border-width: thin; border-color: black;}

.textr {text-align: left; color: white; font-family: serif; font-size: 20px;}

.bigt {text-align: center; color: white; font-family: serif; font-size: 25px; font-weight: bold;}

.name {text-align: center; background-color: #053359;}

.desc {text-align: center; font-family: serif; color: #54637f;}

a.namee {color: white; font-family: serif; text-decoration: none; font-weight: bold;}

a.namee:active {color: white; font-family: serif; text-decoration: none; font-weight: bold;}

a.namee:hover {color: white; font-family: serif; text-decoration: none; font-weight: bold;}

a.namee:default {color: white; font-family: serif; text-decoration: none; font-weight: bold;}

a.namee:visited {color: white; font-family: serif; text-decoration: none; font-weight: bold;}

.buttonstylez {
  border-radius: 25px;
  background: #053359;
  padding: 20px;
  width: 400px;
  height: 60px;
    text-align: center;
}

.wordsbutton {color: white; font-family: serif; text-align: center; text-decoration: none;}

a.wordsbutton:visited {color: white; font-family: serif; text-decoration: none;}

a.wordsbutton:default {color: white; font-family: serif; text-decoration: none;}

a.wordsbutton:hover {color: white; font-family: serif; text-decoration: none;}

a.wordsbutton:active {color: white; font-family: serif; text-decoration: none;}

.bigtxtt {text-align: left; font-family: serif; font-size: 25px; font-weight: bold;}

.textttr { font-family: serif; font-size: 20px;}

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

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

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

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

.biggt {text-align: center; font-family: serif; font-size: 30px; font-weight: bold; color: white;}

.bigtt {text-align: left; font-family: serif; font-size: 25px; font-weight: bold; color: white;}

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