body {
  /*min-width: 1240px;*/
}

.header-logo-title-container {
  background-image: url("../images/header-bg.png");
  background-size: 100% 100%;
  height: 130px;
}

.header-logo-title-container .row {
  width: 1240px;
  margin: auto;
}

.header-logo {
  margin-top: 22px;
  margin-left: 8px;
}

.header-title {
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;

  line-height: 145px;
  position: relative;
  right: 16px;
}

.navbar {
  width: 1200px;
  margin: auto;
}

.navbar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width:100%;
  display: flex;
  justify-content: space-between;
}

.navbar-list > li  {
  display: inline;
  font-size: 18px;
  font-weight: 400;
  color: #222423;
}

.navbar-list a {
  text-decoration: none;
  color: black; 
}
.navbar-list a:hover{
  color:#04592F;
}

.navbar .row {
  width: 1200px;
  border: black solid 3px;
  margin: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar .col {
  font-size: 18px;
  font-weight: 400;
  color: #222423;  
}

.footer {
  height: 154px;
  background-color: #242625;
}

.footer > .row {
  width: 1224px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-credits {
  color: white;
}
.footer-credits p:last-child{
  margin-bottom:0;
}

.footer-logo {
  text-align: right;
  margin-right: 2px;
}