/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

.bd-placeholder-img {
	 font-size: 1.125rem;
	 text-anchor: middle;
}

@media (min-width: 768px) {
	 .bd-placeholder-img-lg {
		 font-size: 3.5rem;
	 }
}

#div_nav {
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 60px;
	 z-index: 100;
	 background-color: #2a2a2a;
	 box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);
}

#div_nav_right {
	 position: fixed;
	 top: 7px;
	 left: 59%;
	 z-index: 101;
}

#corp_logo {
	 position: fixed;
	 top: 18px;
	 left: 21%;
}