html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

body {
  font-family: "Poppins", "Quicksand", "Roboto", sans-serif;;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-direction: column;
}

.nav-wrapper {
  height: 100px;
}

.app-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrapper {
  margin-top: 30px;
  flex: 1;
}

li {
  line-height: 20px;
  font-size: 12px;
  margin: 4px 0 4px 20px;
}

h5 {
  /* font-size: 16px/42px; */
  /* font: normal 16px/42px "Helvetica Neue", "nimbus-sans", Helvetica, Arial, sans-serif; */
  color: #063;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0 -12px 0;
  border-bottom: 0.5px solid gray;
  padding: 1rem 0 1rem 0;
}

h6 {
  /* TODO: fill in s m l sizes */
  /* font: normal 16px/42px "Helvetica Neue", "nimbus-sans", Helvetica, Arial, sans-serif; */
  /* font-size: 16px/42px; */
  color: #063;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0 -12px 0;
}

p {
  color: #333;
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.container {
  text-align: left;
}

.bio {
  line-height: 20px !important;
  font-size: 13px;
  display: block;
}

.contact-bio {
  line-height: 20px !important;
  font-size: 13px;
  display: block;
  /* margin: 16px 65px 0 0; */
  line-height: 20px;
  font-weight: 300;
}

.p-home-page {
  font: normal 15px/30px "Helvetica Neue", "nimbus-sans", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}

a {
  text-decoration: none;
}

label {
  display: block;
}

.page-image {
  background-image: url("/images/properties/skyline.png");
  min-height: 350px;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}

#property-map-img {
  width: 100%
}

#tenants-title {
  color: #063;
  padding-left: 15px;
  font-size: x-large;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.property-logo {
  width: 80px;
  margin-left: 10px;
  /* justify-content: center;
  align-items: center; */
}

footer {
  /* padding-bottom: 20px !important;
  bottom: 0;
  width: 100%;
  margin-top: auto; */
  background-color: #003153;
  color: white;
  text-align: center;
  padding: 1em 0;
  margin-top: auto;
  width: 100%;
}

.footer-left {
  font-size: 11px;
  color: #666;
  line-height: 180%;
  font-weight: 300;
}

#footer-right {
  padding-top: 10px;
  text-align: center;
}

.footer-links {
  color: #063;
  text-decoration: none;
  padding: 0 2px;
  font-size: 11px;
  font-weight: 300;
}

.footer-link-divider {
  color: gray;
  font-weight: lighter;
  font-size: 10px;
  padding: 4px;
}

#nav-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  height: 100px;
  margin-bottom: 1em !important;
  /* background-color: #003c51 !important; */
  padding: 40px 10px 5px 40px;
  border-bottom: 1px solid #fff;
}
.nav-wrapper.light-blue.darken-4 {
  /* background-color: #003153 !important; -- prussian blue*/
  background-color: #007ba7;
}

.navbar-page {
  color: rgb(220, 218, 218);
}

.navbar-page:hover {
  background-color: #01579b;
  color: #f3f3f3;
  border-bottom: 3px solid #fff;
  padding: 0;
  margin: 0 15px;
}

img#navbar-logo {
  width: 250px;
  padding-bottom: 30px;
  /* height: auto; */
  /* margin-top: 18px; */
}

.sidenav-overlay {
  z-index: 1 !important;
}

.parallax-container {
  height: 300px !important;
}

.property-city {
  color: #333;
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.team-img {
  height: 135px;
  float: left;
  margin: 0 16px 4px 0;
  /* width: 80%; */
  background-color: lightgray;
  padding: 0 2px 2px 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 2px;
}

/*
#wesley-rogers-photo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.parallax {
  position: static;
}
*/

/* MOBILE */
@media only screen and (max-width: 480px) {
  /* NAVBAR */
  nav a {
    display: inline-block;
    margin: 0em 1em;
    height: 77px !important;
  }

  nav ul a {
    padding: 5px 15px 0px 15px !important;
  }

  ul#nav-mobile > ul > li > a {
    height: 60px !important;
  }

  .content-wrapper {
    margin-top: 40px;
  }

.sidenav-trigger {
    /* line-height: 45px !important; */
    /* margin: 0 !important; */
    margin-left: 15px !important;
  }

  form div {
    margin: 1em;
    display: inline-block;
  }

  #nav-logo {
    /* width: 250px;
    height: auto; */
    margin: 0em;
  }

  #nav-wrapper {
    /* font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    height: 100px;
    margin-bottom: 1em !important; */
    /* background-color: #003c51 !important; */
    padding: 30px 0px 5px 10px;
    /* border-bottom: 1px solid #fff; */
  }

  /* img#navbar-logo {
    width: 250px;
    height: auto;
    margin-top: 18px;
  } */

  .sidenav {
    padding-top: 30px;
  }

  .sidenav li > a {
    font-size: 18px !important;
  }

  .sidenav li > a:hover {
    color: #007ba7 !important;
  }

  .property-logo {
    width: 60px;
  }

  #tenants-title {
    color: #063;
    padding-left: 0;
    font-size: x-large;
    margin-top: 30px;
  }

  /* .rights-reserved {
    display: block;
    padding-left: 9px;
  } */

  /* .address-line2 {
  } */

  /* ul#mobile-demo.dropdown-content {
    left: 12px !important;
    top: 0 !important;
    width: 180px !important;
  } */

  /* HOME */
  /* .file-field .file-path-wrapper {
    width: 20em !important;
  } */

  /* .btn,
  .btn-large,
  .btn-small {
    margin-top: 2em;
  } */

  /* #jumbotron {
    padding-bottom: 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0;
  } */

  /* .parallax {
    position: static;
  } */
}

/* TABLET *//*
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* NAVBAR *//*

  nav a {
    display: inline-block;
    margin: 0em 1em;
    height: 77px !important;
  }

  nav ul a {
    padding: 5px 15px 0px 15px !important;
  }

  ul#nav-mobile > ul > li > a {
    height: 60px !important;
  }

  form div {
    margin: 1em;
    display: inline-block;
  }

  #nav-wrapper {
    color: #003c51 !important;
    height: 67px;
    margin-bottom: 1em !important;
  }

  #nav-logo {
    margin: 0em;
    padding-left: 0.5em;
  }

  img#navbar-logo {
    width: 350px;
    height: auto;
    margin-top: 10px;
  }

  #logout-btn {
    margin-left: 2em;
  }

  /* HOME *//*
  #home-img {
    display: block;
    margin: 13px 0em auto;
    width: 100%;
    height: auto;
  }

  .file-field .file-path-wrapper {
    width: 20em !important;
  }

  .btn,
  .btn-large,
  .btn-small {
    margin-top: 2em;
  }

  #jumbotron {
    padding-bottom: 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0;
  }

  .parallax {
    position: static;
  }

  /* TEAM *//*
  #team-img-area {
    width: 350px;
  }

  #team-img {
    width: 300px;
    height: auto;
  }

  #team-img-info {
    display: flex;
    flex-direction: row;
    margin-left: 3em;
  }

  #team-member-info {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
  }

  #team-member-bio {
    width: 80%;
  }

  /* PROPERTIES *//*
  #property-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 60%;
  }

  #add-property {
    margin: 0 0 3em 3em;
  }
}*/

/* SMALL SCREENS, LAPTOPS
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* NAVBAR */
/*
  nav a {
    display: inline-block;
    margin: 0em 1em;
    height: 77px !important;
  }

  nav ul a {
    padding: 5px 15px 0px 15px !important;
  }

  ul#nav-mobile > ul > li > a {
    height: 60px !important;
  }

  form div {
    margin: 1em;
    display: inline-block;
  }

  #nav-wrapper {
    color: #003c51 !important;
    height: 120%;
    margin-bottom: 1em !important;
  }

  #nav-logo {
    margin: 0em;
    padding-left: 0.5em;
  }

  img#navbar-logo {
    max-width: 350px;
    width: 350px;
    height: auto;
    margin-top: 10px;
  }

  #logout-btn {
    margin: 1.7em 2em 0em 0em;
  }
  */
  /* HOME *//*
  #home-img {
    display: block;
    margin: 13px 0em auto;
    width: 100%;
    height: auto;
  }

  .file-field .file-path-wrapper {
    width: 20em !important;
  }

  .btn,
  .btn-large,
  .btn-small {
    margin-top: 2em;
  }

  #jumbotron {
    padding-bottom: 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0;
  }

  .parallax {
    position: static;
  }
/*
  /* TEAM *//*
  #team-img-area {
    width: 350px;
  }

  #team-img {
    width: 300px;
    height: auto;
  }

  #team-img-info {
    display: flex;
    flex-direction: row;
    margin-left: 3em;
  }

  #team-member-info {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
  }

  #team-member-bio {
    width: 80%;
    background-color: lightgray;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
  }

  #team-member-bio-text {
    line-height: 125%;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
  }
  */
  /* PROPERTIES *//*
  #property-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 60%;
  }

  #add-property {
    margin: 0 0 3em 3em;
  }
}
*/
/* DESKTOPS, LARGE SCREENS */
/*
@media only screen and (min-width: 1025px) {
  /* NAVBAR */
/*
  nav a {
    display: inline-block;
    margin: 0em 1em;
    height: 77px !important;
  }

  nav ul a {
    padding: 5px 15px 0px 15px !important;
  }

  ul#nav-mobile > ul > li > a {
    height: 60px !important;
  }

  form div {
    margin: 1em;
    display: inline-block;
  }

  #nav-wrapper {
    color: #003c51 !important;
    height: 120%;
    margin-bottom: 1em !important;
  }

  #nav-logo {
    width: 350px;
    height: auto;
    margin: 0em;
    padding-left: 0.5em;
  }

  img#navbar-logo {
    max-width: 350px !important;
    width: 350px !important;
    height: auto;
    margin-top: 10px;
  }

  #logout-btn {
    margin: 1.7em 2em 0em 0em;
  }*/

  /* HOME *//*
  #home-img {
    display: block;
    margin: 13px 0em auto;
    width: 100%;
    height: auto;
  }

  .file-field .file-path-wrapper {
    width: 20em !important;
  }

  .btn,
  .btn-large,
  .btn-small {
    margin-top: 2em;
  }

  #jumbotron {
    padding-bottom: 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0;
    height: 250px;
  }

  .parallax {
    position: static;
  }
}
*/

/* TEAM
#team-img {
  width: 300px;
  height: auto;
}

#team-img-info {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#team-member-info {
  display: flex;
  flex-direction: column;
}

/* PROPERTIES */
/*#property-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#add-property {
  margin: 0 0 3em 3em;
} */

/* FOOTER */
/* #footer {
  display: flex;
  flex-direction: column;
} */

/* #footer-left {
  display: flex;
  flex-direction: column;
} */

/* #footer-right {
  display: flex;
  flex-direction: column;
} */
