.body {
    background-color: var(--dark);
}

.w-90 {
	max-width: 96% !important;
}

iframe {
    width: 100% !important;
}

.ratio-16x9 {
	aspect-ratio: 16 / 9;
}

.ratio-9x16 {
	aspect-ratio: 9 / 16;
}

h3.about.poalineheight {
	line-height: 34px;
}

.bg-grey, .bg-color-grey {
	background-color: var(--grey-200) !important;
}

.modal-dialog {
		max-width: 980px;
		margin-right: auto;
		margin-left: auto;
	}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    frameborder:0;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.poasection{
    background: var(--grey-100);
    border-top: none;
    margin: 0;
    padding: 0;
}

.container.poalight {
    background-color: #520E52 !important;
}

.container.poadark {
    background-color: #212529 !important;
}

.container.poacolor {
    background-color: #520E52 !important;
}

.bg-color-poadark {
background-color: #212529 !important;
}

.bg-color-poacolor {
background-color: #520E52 !important;
}

/* Buttons - Skin */
.btn-link {
	color: var(--primary);
}

.btn-link:hover {
	color: var(--primary--100);
}

.btn-link:active {
	color: var(--primary-100);
}

.btn-primary {
	--hover: var(--primary--200);
	background-color: var(--primary);
	border-color: var(--primary) var(--primary) var(--primary-300);
	color: var(--primary-inverse);
}

.btn-primary:hover, .btn-primary.hover {
	border-color: var(--primary--200) var(--primary--200) var(--primary);
	color: var(--primary-inverse);
}

.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
	background-color: var(--primary--200);
}

#header .header-body {
	display: flex;
	flex-direction: column;
	background: var(--dark);
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 0px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 1001;
}

html.side-header #header.side-header .header-logo {
    margin: 0.5rem 0;
}

.container.banner-full:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
    max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    color: var(--dark);
    font-weight: 200;
    letter-spacing: .001em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h3.about {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: none;
}

p {
	color: #282828;
	line-height: 26px;
	margin: 0 0 20px;
}

.lead {
	letter-spacing: 0em;
	font-size: 1.2em;
}

p.lead {
	line-height: 1.8rem;
	color: 000;
}

.fablock {
width: 26px;
display: inline-block;
text-align: center;
margin-right: 20px;
}

.owl-dots {
margin-top: 16px;
}


/* Header Mobile */

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 86%;
    }
}

@media (max-width: 991px) {
	.header-logo img {
		width: 50%;
	}
	
section.section.video {
	height: 80vh !important;
	}
	
h1 {
font-size: 2.4em;
}
	
#header .header-nav-main nav > ul li {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
  float: none;
  margin: 6px;
  padding: 0;
  position: relative;
    }
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #fff;
    }
	
	 #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li:hover > a {
        color: var(--primary);
    }

}