.header {
	/* border: red solid 3px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.orange {
    color: #dd5100;
}


.hero_overlay {
  background-image: url(BIO-P.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 100%;
}

@media (max-width: 385px) {
	.hero_overlay, .hero_overlay-1, .hero_overlay-2, .hero_overlay-3 {
		margin-top: -120px;
	}
}

@media (max-width: 385px) {
	.container_thumbs {
		margin-top: -120px;
	}
}

@media (max-width: 435px) {
	.container_thumbs {
		margin-top: -100px;
	}
}

@media (max-width: 435px) {
	.hero_overlay, .hero_overlay-1, .hero_overlay-2, .hero_overlay-3 {
		margin-top: -80px;
	}
}

.topic {
  font-size: 80px;
  font-weight: 1000;
  padding-top: -20px;
}

.topic-2 {
  font-size: 80px;
  font-weight: 1000;
  margin-top: -30px;
}

.hero_overlay-1 {
  background-image: url(LEA-P.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 100%;
}

.hero_overlay-1 {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}

.hero_overlay-2 {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}

.hero_overlay-2 {
  background-image: url(PU-P.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 100%;
}

.hero {
  margin-top: 30px;
}

.hero_overlay-3 {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0
}

.hero_overlay-3 {
  background-image: url(FU-P.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 100%;
}


/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */

/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */

.footer {
	z-index:900;
	background-color: #2f3539;
    border-top: 1px solid #393f43;
	padding: 55px 0;
	font-weight: 300;
}

.footer p {
	font-size: 16px;
	color: #cecece;
}

.footer p a {
	font-size: 16px;
	color: #34b1c4;
	text-decoration:underline;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  width: 36px;
  height: 36px;
  padding: 8px 8px;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  font-size:18px!important;
  color: #8d8d8d;
  background-color: transparent;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
  color:#fff;
  background-color: #dd5100;
  border: 1px solid #dd5100;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

p.footer-logo{
	margin-bottom: 21px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.footer-meta:after,
.meta:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blog-posts .footer-meta {
    margin-bottom: 10px
}

.footer-meta,
.footer-meta a {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}
.meta a:hover,
.footer-meta a:hover {
    color: #dd5100
}

.footer .copyright-p-tim {
	font-size: 8px;
}

.footer .inner {
  padding-bottom: 40px
}
.footer p.pull-left,
.footer ul.pull-right {
  float: none !important;
  text-align: center;
}
.footer p {
  margin-bottom: 20px
}

.text-center {
  text-align: center;
}

