chtml {
  height: 100%;
  width: 100%;
}

header {
  background-image: white;
    /* linear-gradient(lightyellow, lightblue); */
  color: white;
}

a {
  text-decoration: none;
}

norm {
  padding-left: -15px;
}

h1 {
  font-family:Geneva;
  font-size: 25px;
}

h2,
h4,
h5 {
  font-family: Serif;
}

h3 {
  font-family: Serif;
  font-weight: bold;
}

h6 {
  font-size: 35px;
  font-family: Serif;
  text-align: center;
  margin: 70px;
  padding: 8px;
  color: white
}

.h1center {
  text-align: center;
  color: lightyellow;
}

.p1 {
  font-size: 25px;
  font-family: Calibri;
  text-align: center;
  margin-top: 50px;
}

.p2 {
  font-size: 25px;
  font-family: Calibri;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 70px;
  margin-right: 70px;
}

.p3 {
  font-size: 25px;
  font-family: Calibri;
  text-align: center;
  margin: 50px;
}

.p4 {
  font-size: 17px;
  font-family: sans-serif;
  padding: 10px;
}

.p5 {
  font-size: 17px;
  font-family: Calibri;
}

.p6 {
  font-size: 15px;
  font-family: Roboto;
  text-align: middle; 
}

.p7{
  font-size: 15px;
  font-family: Roboto;
  padding: 2%;
}

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

.text2{
  font-size: 30px;
  color: darkgreen;
  font-weight: bold;
  text-align: center;
}

.text3 {
  font-size: 18px;
  color: white;
  text-align: center;
}

.text4 {
  font-size: 20px;
  color: white;
  border: 0px solid white;
  border-radius: 15px;
  margin: 20px;
  padding: 10px;
  text-align: center;
  background-color:darkgreen;
}

p {
  font-family: sans-serif;
}

.alcenter {
  padding-top: 25px;
  padding-bottom: 10px;
  position: absolute;
  font-weight: bold;
}

@media only screen and (max-width: 620px) {

  /* For mobile phones: */
  .alcenter {
    padding-top: 30px;
    align-content: center;
  }

  .p1 {
    font-size: 18px;
    font-family: Calibri;
    text-align: center;
    margin-top: 30px;
  }

  .p2 {
    font-size: 18px;
    font-family: Calibri;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .p3 {
    font-size: 18px;
    font-family: Calibri;
    text-align: center;
    margin: 30px;
  }

  h6 {
    font-size: 28px;
    font-family: Serif;
    text-align: center;
    margin: 70px;
    padding: 8px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: black;
}

.button2 {
  padding: 10px;
  background-color: darkgreen;
  border: 0px solid black;
  color: white;
  margin: auto;
}

.button3 {
  padding: 6px;
  background-color: darkgreen;
  border: 0px solid black;
  color: white;
}

.button4 {
  padding: 6px;
  background-color: white;
  border: 0px solid black;
  color: black;
}

.button4:hover,
.button4:focus,
.button4:active {
  background-color: darkgreen;
  border: 0px solid black;
  color: white;
}

.button4.active {
  background-color: darkgreen;
  border: 0px solid black;
  color: white;
}

.topnav {
  overflow: hidden;
  background-color: black;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  background-color: black;
}

.topnav a:hover {
  font-weight: bolder;
}

.topnav a.active {
  background-color: darkgreen;
  color: white;
}

.navbar-default {
  background-color: black;
  border: 0;
  border-radius: 0;
}

.navbar {
  margin: 0;
}

.mid {
  width: 80%;
  margin: auto;
}

.mid3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

@media (min-width: 1200px) {
  .mid {
    width: 1180px;
  }
}

.textbl {
  background-color: whitesmoke;
  color: black;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}

.container {
  position: relative;
  overflow: hidden
}

.container1 {
  position: relative;
  text-align: center;
}

.container2 {
  overflow: hidden;
}

.block {
  text-align: center;
  background-color: black;
  padding-top: 6px;
  padding-bottom: 4px;
}

.sbar {
  width: 300px;
}

.filterDiv {
  display: none;
  /* Hidden by default */
}

.show {
  display: block;
}

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.tborder {
  border-collapse: separate;
  border-spacing: 5px 2em;
}

.tsolid {
  background-color: #DEEFF5;
  border: 2px solid black;
}

.small {
  width: 30%;
  text-align: center;
}

.big {
  width: 70%;
}

.c1 {
  width: 100%
}

.b1 {
  width: 100%
}

.center-left {
  position: absolute;
  bottom: 40%;
  left: -3px;
}

.center-right {
  position: absolute;
  bottom: 40%;
  right: -3px;
}

.round {
  border-radius: 100%;
  border: none;
  background-color: orange;
}

.ind {
  margin-left: 50px;
}

footer {
  background-color: lightblue;
  color: black;
  padding-block: 3px;
  text-align: center;
  padding-top: 10px;
  bottom: 0;
  width: 100%;
  margin-top: auto;
}

.img-listing {
  height: 220px;
  margin-top: 0%;
  margin-bottom: 0%;
  
}

.img-apartment {
  height: 220px;
  margin-top: 0%;
  margin-bottom: 0%;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: white;
  color: black;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: 1px solid black;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  transition: 0.3s;
  font-size: 17px;
  position: relative;
  width: 50%;
  margin: 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: darkgreen;
  color: white;
  font-weight: bold;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: darkgreen;
  color: whitesmoke;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  float: right;
  color: wheat
}

@media screen and (max-width: 1000px) {
  .card {
    float: none !important;
  }
}

.title3 {
  color: white;
  font-size: 18x;
}

button5 {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: darkgreen;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.acard {
  text-decoration: none;
  font-size: 26px;
  color: white;
  padding: 3px;
}

button:hover,
a:hover {
  opacity: 0.8;
}

.subheader0 {
  background-image: url("images/LOGOcnb.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader1 {
  background-image: url("images/primary/nykka.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader2 {
  background-image: url("images/primary/suteradanaubiru.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader3 {
  background-image: url("images/primary/penthouse.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader4 {
  background-image: url("images/primary/rukanstanford.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader5 {
  background-image: url("images/primary/longisland.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader6 {
  background-image: url("images/primary/bizpark.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader7 {
  background-image: url("images/primary/thebund.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader8 {
  background-image: url("images/primary/littlesiam.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader9 {
  background-image: url("images/primary/longbeach.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader10 {
  background-image: url("images/primary/sohoginza.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader11 {
  background-image: url("images/primary/dharacanggu.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader12 {
  background-image: url("images/primary/parkserpong.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader13 {
  background-image: url("images/primary/kunvil.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader14 {
  background-image: url("images/primary/victoria.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.subheader15 {
  background-image: url("images/primary/phr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: table;
}

.homebg {
  background-image: url("images/primary/nykka.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: table;
  opacity: .9;
}

.title {
  color: white;
  font-weight: bold;
  font-family: Satisfy;
  bottom: 0;
  position: absolute;
  font-size: 20px;
  padding: 5px;
  background: rgba(0, 0, 0, .7);
}

.title2 {
  color: white;
  text-align: center;
  position: relative;
  padding: 15px;
  background: rgba(0, 0, 0, .6);
}

.bg-light{
  background: lightblue;
  box-shadow: 0 4px 8px 0 rgb(163, 163, 163, 0.5), 0 6px 20px 0 rgb(163, 163, 163, 0.5);
  color: black;
}
