a.nav-link {
	font-weight: 600;
}

#footer .footer-menu li a {
	font-weight: 600;
}

/* Youtube RWD */ 
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;  /* 16:9 */
    overflow: hidden;
}
.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and ( max-width: 991px ) {
	.padding-small {
		padding-top: 0.5em;
  		padding-bottom: 0.5em;
	}
}
@media only screen and (max-width: 1200px) {
	#billboard .banner-content {
		background-color: initial;
	}
}
