/* 
https://colorhunt.co/palette/156756
https://colorhunt.co/palette/213598 
*/


body {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    background: #555555;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    color: #a7bbc7;
}

p {
  font-family: 'Roboto', sans-serif;
  color: lightgray;
}

.tbox {
  transition: all 1.5s ease;
  background: #B2AB8C;
}

.tbox:hover {
  background: #293B5F;
  
}

.container-fluid {
  padding: 0px 15% 0px 15%;
}

.full-ht {
  height: calc(100vh - 58px);
}

/* ================================================== MASONRY TILES */

.container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 300px));
  grid-auto-rows: 300px;
}

.res-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #495464;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #bbbfca;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px;
}

.res-part-tall {
  grid-row: span 2 / auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #495464;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #bbbfca;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
}

.res-part-wide {
  grid-column: span 2 / auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #495464;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #bbbfca;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
}

.resp-part:hover {
  box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
  transform: translateY(-3px) scale(1.1);
}


/* ================================================== HEADINGS */
.heading-lg {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 0.75;
  color: #a7bbc7;
  padding-top: 20px;
}

.heading-md {
  font-weight: 400;
  font-size: 3rem;
}

.heading-sm {
  font-weight: 600;
  font-size: 1.5;
}

/* ================================================== SECTIONS */

.section-dk {
  background-color: #555555;
  color: #cdc9c3;
}

.section-lt {
  background-color: #fbf7f0;
}

/* ================================================== NAV BAR */

/* .navbar {
  padding: 10px;
} */

.navbar-brand {
  font-family: "Roboto Slab";
  font-size: 2.0rem;
  font-weight: 400;
  color: #a7bbc7;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-family: "Roboto Slab";
  font-size: 1.2rem;
  font-weight: 300;
}
