body {
  font-family: Helvetica, Arial, sans-serif;
  background: #e4e4e4;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

a {
  color: #112f41;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #348e7b;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #c79e51;
}

h1,
.h1 {
  font-size: 2.2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header-bg {
  background-image: linear-gradient(to right, #002650 50%, #025f3e);
  padding: 5px 0px;
}

.logo {
  position: relative;
  padding-right: 10px;
}
.logo img {
  width: 83px;
  height: 90px;
  float: left;

  padding-top: 7px;
}
.logo h1 {
  font-size: 26px;
  color: #fff;
  line-height: 28px;
  font-weight: 900;
  padding-top: 28px;
  padding-left: 10px;
  text-align: center;
  width: 100%;
  margin-right: 10px;
}

.logo h1 span {
  font-weight: normal;
  font-size: 18px;
  display: block;
}
.navbg {
  background: linear-gradient(to right, #1cae99, #0a4f92);
  margin: auto;
  /* height:45px; */
}
footer.main-footer {
  padding-bottom: 0;
  background: #233242;
  color: rgba(255, 255, 255, 0.4);
}

footer.main-footer a {
  color: inherit;
  color: #eee;
}

footer.main-footer h4 {
  color: #eee;
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

footer.main-footer p {
  font-size: 0.9rem;
  color: #aaa;
}

footer.main-footer hr {
  border: none;
  border-top: 1px solid #ddd;
  background: none;
}

footer.main-footer .footer-blog-list li {
  margin-bottom: 20px;
}

footer.main-footer .image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer.main-footer .text {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

footer.main-footer .text a {
  font-size: 0.8rem;
}

footer.main-footer .photo-stream li {
  margin: 0;
}

footer.main-footer .photo-stream a {
  width: 80px;
  height: 80px;
  padding: 5px;
  display: block;
}

footer.main-footer .copyrights {
  padding: 20px 0;
  background: #1e1e1e;
  color: #ccc;
  margin-top: 50px;
}

footer.main-footer .copyrights a {
  color: #cba256;
  color: #cba256;
}

footer.main-footer .copyrights p {
  color: inherit;
  font-size: 0.8rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  footer.main-footer .photo-stream a {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  footer.main-footer .photo-stream li {
    width: 32%;
    margin-bottom: 10px;
  }
  footer.main-footer .photo-stream a {
    width: 100%;
    height: auto;
  }
}
