	<style>
<style type="text/css">
body {
overflow-x: hidden;
background-color: #EBEBEB;
margin-top: -80px;
position: relative;
}

html {
scroll-behavior: smooth;
}

.navbar-nav {
display: flex;
justify-content: space-around;
width: 100%;
}

.navbar-nav .nav-item {
text-align: center;
flex-grow: 1;
}

.nav-item {
padding: 0.1vw;
font-size: x-large;
}

.gradient-divider {
height: 2px;
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.not-quite {
font-family: azo-sans-uber, sans-serif;
font-weight: 400;
font-style: normal;
}

.not-quite-thin {
font-family: azo-sans-web, sans-serif;
font-weight: 200;
font-style: normal;
}

.profile {
font-family: azo-sans-web, sans-serif;
font-weight: 300;
font-style: normal;
}

.poster {
color: #7F7B9F;
}

.social-icons .fa:hover {
color: #fff;
}

.nav-link.brand-center {
font-size: 40px;
color: white !important;
}

.row {
margin-right: 0;
margin-left: 0;
}

img#w-f-img {
max-width: 100%;
height: auto;
display: block;
}

.custom-center {
margin: auto;
text-align: center;
}

.block-center {
display: flex;
align-items: center;
text-align: center;
}

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

.text-shadow {
text-shadow: 2px 2px 4px #000000;
}

.dropdown-menu {
background-color: #343a40;
border: none;
background: rgba(0,0,0,0.7) !important;
padding: 0;
margin-top: 0;
border-radius: 0;
}

.dropdown-item {
font-size: x-large;
color: #f8f9fa;
padding: 0.5rem 1rem;
transition: background-color 0.2s ease-in-out;
}

.dropdown-item:hover,
.dropdown-item:focus {
background-color: rgba(255, 255, 255, 0.1);
color: #f8f9fa;
}

.bttm-line {
border-bottom: 2px solid #7F7B9F;
}

.img-hover-zoom {
position: relative;
overflow: hidden;
height: 100%;
}

.img-hover-zoom img {
transition: transform .5s ease;
}

.img-hover-zoom:hover img {
transform: scale(1.5);
}

.scroll-adjust {
padding-top: 80px;
margin-top: -80px;
}

@media (min-width: 992px) {
.navbar-nav .nav-item:nth-child(3) {
position: relative;
order: 0;
}
}

@media (max-width: 991px) {
.navbar-nav {
flex-direction: column;
}

.navbar-nav .nav-item:nth-child(3) {
    position: static;
    text-align: center;
    order: -1;
}
}

@media (min-width: 768px) {
.navbar-nav > li > a {
padding-top: 26.5px;
padding-bottom: 26.5px;
line-height: 27px;
}

.fa {
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    color: #9A9DA0;
}
hr.white-hr {
  border-top: 1px solid #fff;
}

  @media screen and (max-width: 600px) {
   .bottom-align {
    vertical-align: bottom;
   display: table-cell;
}
}
/* Mobile-first approach: Applies to all screen sizes by default */
.image-with-caption-wrapper {
  background-color: #06402B;
}
}
/* For large screens and up (lg breakpoint) */
@media (min-width: 992px) {
  .image-with-caption-wrapper {
    background-color: #212529 !important; /* This is the hex code for bg-dark */
  }
}
	</style>