.logo {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.0769565em;
  line-height: 1.2em;
}

#logo a {
  color: #113031;
}

#logo a:hover {
  text-decoration: none;
}

.site-header {
  margin-top: 5%;
}

body {
  font-family: brandon-grotesque;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  font-size: 17px;
  text-transform: none;
  text-decoration: none;
  background-color: #fcfbf7;
  color: #0f0f0f;
}

.navbar ul {
  /*text-align: center;*/
  /*display: inline-block;*/
  /*position: relative;*/
}

#top-nav {
  font-weight: 700;
  font-style: normal;
  line-height: 1.6em;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.63px;
  margin-top: -1.4%;
}

#top-nav a {
  color: #587d7e;
}

#top-nav .nav-link.active {
  color: #113031;
}

#top-nav button:focus {
  outline: none;
}

.navbar-light .navbar-toggler {
  border: none;
  width: 100%;
  color: #587d7e;
  font-size: 17px;
}

.project-image {
  /*margin-bottom: 0;*/
  /*background: rgba(237,221,207,.95);*/
}

.project {
  margin: 0;
  /*overflow: hidden;*/
  /*height: 500px;*/
}

.content-fill {
  position: static;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.project-column a:hover {
  text-decoration: none;
}

.project-title {
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*height: 100%;*/
  /*width: 92%;*/
  /*opacity: 0;*/
  /*transition: .5s ease;*/
  /*background-color: #008CBA;*/
}

.project:hover .project-title {
  opacity: 1;
  color: #ca4c16;
}

.project:hover .project-image {
  background: rgba(237,221,207,.95);
}

.project:hover .project-image img {
  opacity: 0.1;
}

.row-margin {
  margin-left: 5%;
  margin-right: 5%;
  /*margin-bottom: 14%;*/
}

.project-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: rgba(202,76,22,0);
}

img {
  opacity: 1;
  transition: opacity .3s ease-out;
}

.intrinsic {
  height: auto;
  padding-bottom: 0;
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity .14s ease-out;
}

.project-section {
  margin-top: 5%;
}

footer {
  margin-top: 15%;
}

.social-media-icons a {
  color: #113031;
}

.social-icon {
  font-size: 20px;
  padding: 0.65%;
}

#copyright {
  color: #696969;
  font-size: 14px;
  margin-top: 1%;
  margin-bottom: 5%;
}

.row.main-content-start {
  margin-top: 10%;
}

.project-heading {
  font-weight: 600;
  letter-spacing: 0.0469565em;
}

.project-defintion-heading {
  font-weight: 600;
}

.role-para, .type-para, .team-para {
  font-size: 19px;
}

.role-para, .team-para {
  margin-top: 4%;
}

.type-para {
  margin-top: 5%;
}

.row.definition-row {
  margin-top: 7%;
}

.project-page-left-heading {
  font-weight: 600;
  /*letter-spacing: 0.0469565em;*/
}

.text-para {
  margin-top: 5%;
  font-size: 19px;
}

.project-page-right-heading {
  font-weight: 600;
}

.text-para-no-margin {
  font-size: 19px;
}

@media only screen and (max-width:992px) {
  .project-column {
    margin-bottom: 5%;
  }
}

#greetings {
  /*color: #113031;*/
  /*letter-spacing: 1px;*/
  letter-spacing: 0.0569565em;
  font-size: 14px;
  color: #666;
}

#name-heading {
  letter-spacing: 0.0469565em;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

#about-me-content {
  color: #1a1b1f;
}

#about-me-col {
  margin-top: 2%;
  padding-bottom: 2%;
}

#book-link {
  text-decoration: underline;
  color: #1a1b1f;
}

#linkedin-link {
  text-decoration: underline;
  color: #1a1b1f;
}

