/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
  background-image: url('apartment-bg.jpeg');
}

/* Style tab links */
.tablink {
  background-color: #117759;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #229170;
}

#logo {
  width: 300px;
}

#headshot {
  width: 250px;
  border: 3px solid #005D42;

}

.home-split {
  float: left;
  margin-right: 30px;
  width: 45%;
}

.clear {
  clear: left;
}

p, h1, h2, li {
  color: rgb(10, 10, 10);
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 50px 20px;
  padding-bottom: 150px;
  height: 100%;
  margin-left: 30px;
}

#info {
  font-size: 18px;
  line-height: 1.25em;

}

#Home {background-color: rgba(255, 255, 255, 0.5);}
#News {background-color: rgba(255, 255, 255, 0.5);}
#Contact {background-color: rgba(255, 255, 255, 0.5);}
#About {background-color: rgba(255, 255, 255, 0.5);}