@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i);







body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #d14841 !important;
}
.bg-success {
  background-color: #e25041 !important;
}
.bg-info {
  background-color: #553982 !important;
}
.bg-warning {
  background-color: #12ea58 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary {
  background-color: #d14841;
  border-color: #d14841;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #9f2c26;
  border-color: #9f2c26;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f2c26 !important;
  border-color: #9f2c26 !important;
}
.btn-secondary {
  background-color: #0ed6ef;
  border-color: #0ed6ef;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #0a95a7;
  border-color: #0a95a7;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a95a7 !important;
  border-color: #0a95a7 !important;
}
.btn-info {
  background-color: #553982;
  border-color: #553982;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #32224d;
  border-color: #32224d;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #32224d !important;
  border-color: #32224d !important;
}
.btn-success {
  background-color: #e25041;
  border-color: #e25041;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #ba2b1c;
  border-color: #ba2b1c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ba2b1c !important;
  border-color: #ba2b1c !important;
}
.btn-warning {
  background-color: #12ea58;
  border-color: #12ea58;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #0da33d;
  border-color: #0da33d;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0da33d !important;
  border-color: #0da33d !important;
}
.btn-danger {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8a2722;
  color: #8a2722;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d14841;
  border-color: #d14841;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d14841 !important;
  border-color: #d14841 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #08808f;
  color: #08808f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0ed6ef;
  border-color: #0ed6ef;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0ed6ef !important;
  border-color: #0ed6ef !important;
}
.btn-info-outline {
  background: none;
  border-color: #271a3b;
  color: #271a3b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #553982;
  border-color: #553982;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #553982 !important;
  border-color: #553982 !important;
}
.btn-success-outline {
  background: none;
  border-color: #a42619;
  color: #a42619;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e25041;
  border-color: #e25041;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e25041 !important;
  border-color: #e25041 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #0b8b34;
  color: #0b8b34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #12ea58;
  border-color: #12ea58;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #12ea58 !important;
  border-color: #12ea58 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.text-primary {
  color: #d14841 !important;
}
.text-success {
  color: #e25041 !important;
}
.text-info {
  color: #553982 !important;
}
.text-warning {
  color: #12ea58 !important;
}
.text-danger {
  color: #000000 !important;
}
.alert-success {
  background-color: #e25041;
}
.alert-info {
  background-color: #553982;
}
.alert-warning {
  background-color: #12ea58;
}
.alert-danger {
  background-color: #000000;
}
.btn-social {
  border-color: #d14841;
}
.btn-social:hover {
  background: #d14841;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #d14841;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #d14841;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d14841;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d14841;
}
.lead a,
.lead a:hover {
  color: #d14841;
}
.lead blockquote {
  border-color: #d14841;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9e6e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9477c3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cdfbdc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #d14841;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}
#ext_menu-0 .link {
  font-size: 1.15rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 1.245rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #00003d;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #000061!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #000070;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#social-buttons1-4 .mbr-section-title {
  font-size: 36px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#custom-html-0 {
  /* Type valid CSS here */
}
#custom-html-0 .my-image {
  width: 100%;
}
#header2-6 H3 {
  font-size: 25px;
  text-align: left;
}
#header2-6 P {
  text-align: left;
}
#custom-html-p {
  /* Type valid CSS here */
}
#custom-html-p .my-image {
  width: 100%;
}
#custom-html-7 {
  /* Type valid CSS here */
}
#custom-html-7 .my-image {
  width: 100%;
}
#social-buttons4-8 .mbr-section-title,
#social-buttons4-8 .btn-social {
  color: #fff;
}
#footer1-9 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}







#ext_menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1 .close-icon::before,
#ext_menu-1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1 .link,
#ext_menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-1 .link {
  font-size: 0.75rem;
}
#ext_menu-1 .dropdown-item,
#ext_menu-1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1 .link:hover,
#ext_menu-1 .dropdown-item:hover,
#ext_menu-1 .link:focus,
#ext_menu-1 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-menu {
  background: #00004d;
}
#ext_menu-1 .nav-dropdown-sm .link:focus,
#ext_menu-1 .nav-dropdown-sm .link:hover,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-1 .navbar,
#ext_menu-1 .nav-dropdown-sm,
#ext_menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1 .bg-color.transparent.opened .link:hover,
#ext_menu-1 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#social-buttons4-0 .mbr-section-title,
#social-buttons4-0 .btn-social {
  color: #fff;
}
#header3-1 .mbr-section-title,
#header3-1 .mbr-section-subtitle {
  text-align: center;
}
#header3-1 H3 {
  font-family: 'Open Sans', sans-serif;
}
#header3-1 SMALL {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
}
#content1-2 P {
  font-family: 'Open Sans', sans-serif;
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 .my-image {
  width: 100%;
}
#content1-4 P {
  font-family: 'Open Sans', sans-serif;
}
#social-buttons3-5 .mbr-section-title,
#social-buttons3-5 .btn-social {
  color: #fff;
}
#custom-html-6 {
  /* Type valid CSS here */
}
#custom-html-6 .my-image {
  width: 100%;
}
#footer1-1 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}


#ext_menu-2 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-2 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2 .close-icon::before,
#ext_menu-2 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2 .link,
#ext_menu-2 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-2 .link {
  font-size: 0.75rem;
}
#ext_menu-2 .dropdown-item,
#ext_menu-2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2 .link:hover,
#ext_menu-2 .dropdown-item:hover,
#ext_menu-2 .link:focus,
#ext_menu-2 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-2 .link[aria-expanded="true"],
#ext_menu-2 .dropdown-menu {
  background: #00004d;
}
#ext_menu-2 .nav-dropdown-sm .link:focus,
#ext_menu-2 .nav-dropdown-sm .link:hover,
#ext_menu-2 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-2 .navbar,
#ext_menu-2 .nav-dropdown-sm,
#ext_menu-2 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2 .bg-color.transparent.opened .link:hover,
#ext_menu-2 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-2 .link[aria-expanded="true"],
#ext_menu-2 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#custom-html-f {
  /* Type valid CSS here */
}
#custom-html-f .my-image {
  width: 100%;
}
#msg-box4-e H3 {
  font-size: 20px;
  color: #ffffff;
}
#msg-box4-e P {
  color: #ffffff;
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 .my-image {
  width: 100%;
}
#social-buttons3-g .mbr-section-title,
#social-buttons3-g .btn-social {
  color: #fff;
}
#social-buttons3-g .mbr-section-title {
  font-size: 25px;
}
#custom-html-1 {
  /* Type valid CSS here */
}
#custom-html-1 .my-image {
  width: 100%;
}



#ext_menu-3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-3 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-3 .close-icon::before,
#ext_menu-3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-3 .link,
#ext_menu-3 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-3 .link {
  font-size: 0.75rem;
}
#ext_menu-3 .dropdown-item,
#ext_menu-3 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-3 .link:hover,
#ext_menu-3 .dropdown-item:hover,
#ext_menu-3 .link:focus,
#ext_menu-3 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-3 .link[aria-expanded="true"],
#ext_menu-3 .dropdown-menu {
  background: #00004d;
}
#ext_menu-3 .nav-dropdown-sm .link:focus,
#ext_menu-3 .nav-dropdown-sm .link:hover,
#ext_menu-3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-3 .navbar,
#ext_menu-3 .nav-dropdown-sm,
#ext_menu-3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-3 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-3 .bg-color.transparent.opened .link:hover,
#ext_menu-3 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-3 .link[aria-expanded="true"],
#ext_menu-3 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#social-buttons3-0 .mbr-section-title,
#social-buttons3-0 .btn-social {
  color: #fff;
}
#msg-box5-1 P {
  text-align: left;
  color: #ffffff;
}
#msg-box5-1 H3 {
  font-size: 21px;
  color: #ffffff;
}
#msg-box5-2 H3 {
  font-size: 30px;
  color: #ffffff;
}
#msg-box5-2 P {
  color: #ffffff;
}
#custom-html-4 {
  /* Type valid CSS here */
}
#custom-html-4 .my-image {
  width: 100%;
}
#msg-box5-3 H3 {
  font-size: 30px;
  color: #ffffff;
}
#msg-box5-3 P {
  color: #ffffff;
}
#custom-html-4 {
  /* Type valid CSS here */
}
#custom-html-4 .my-image {
  width: 100%;
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 .my-image {
  width: 100%;
}
#footer1-3 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}



#ext_menu-a .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-a .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-a .navbar-toggler {
  color: #ffffff;
}
#ext_menu-a .close-icon::before,
#ext_menu-a .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-a .link,
#ext_menu-a .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-a .link {
  font-size: 0.75rem;
}
#ext_menu-a .dropdown-item,
#ext_menu-a .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-a .link:hover,
#ext_menu-a .dropdown-item:hover,
#ext_menu-a .link:focus,
#ext_menu-a .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-a .link[aria-expanded="true"],
#ext_menu-a .dropdown-menu {
  background: #00004d;
}
#ext_menu-a .nav-dropdown-sm .link:focus,
#ext_menu-a .nav-dropdown-sm .link:hover,
#ext_menu-a .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-a .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-a .navbar,
#ext_menu-a .nav-dropdown-sm,
#ext_menu-a .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-a .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-a .bg-color.transparent.opened .link:hover,
#ext_menu-a .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-a .link[aria-expanded="true"],
#ext_menu-a .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#custom-html-4 {
  /* Type valid CSS here */
}
#custom-html-4 .my-image {
  width: 100%;
}
#footer1-b P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}
#header5-0 .mbr-section-title {
  color: #000;
}
#header5-0 .mbr-section-lead {
  color: #9c9a9a;
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 .my-image {
  width: 100%;
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 .my-image {
  width: 100%;
}



#ext_menu-c .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-c .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-c .navbar-toggler {
  color: #ffffff;
}
#ext_menu-c .close-icon::before,
#ext_menu-c .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-c .link,
#ext_menu-c .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-c .link {
  font-size: 0.75rem;
}
#ext_menu-c .dropdown-item,
#ext_menu-c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-c .link:hover,
#ext_menu-c .dropdown-item:hover,
#ext_menu-c .link:focus,
#ext_menu-c .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-c .link[aria-expanded="true"],
#ext_menu-c .dropdown-menu {
  background: #00004d;
}
#ext_menu-c .nav-dropdown-sm .link:focus,
#ext_menu-c .nav-dropdown-sm .link:hover,
#ext_menu-c .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-c .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-c .navbar,
#ext_menu-c .nav-dropdown-sm,
#ext_menu-c .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-c .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-c .bg-color.transparent.opened .link:hover,
#ext_menu-c .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-c .link[aria-expanded="true"],
#ext_menu-c .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#footer1-d P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}
#custom-html-g {
  /* Type valid CSS here */
}
#custom-html-g .my-image {
  width: 100%;
}
#slider-6 SPAN {
  text-align: left;
}
#slider-6 H2 {
  color: #ffffff;
  font-size: 48px;
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h .my-image {
  width: 100%;
}



#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #00004d;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#footer1-1 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}
#social-buttons1-2 .mbr-section-title {
  font-size: 30px;
}
#header3-3 .mbr-section-title,
#header3-3 .mbr-section-subtitle {
  text-align: center;
}
#custom-html-5 {
  /* Type valid CSS here */
}
#custom-html-5 .my-image {
  width: 100%;
}



#ext_menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1 .close-icon::before,
#ext_menu-1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1 .link,
#ext_menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-1 .link {
  font-size: 0.75rem;
}
#ext_menu-1 .dropdown-item,
#ext_menu-1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1 .link:hover,
#ext_menu-1 .dropdown-item:hover,
#ext_menu-1 .link:focus,
#ext_menu-1 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-menu {
  background: #00004d;
}
#ext_menu-1 .nav-dropdown-sm .link:focus,
#ext_menu-1 .nav-dropdown-sm .link:hover,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-1 .navbar,
#ext_menu-1 .nav-dropdown-sm,
#ext_menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1 .bg-color.transparent.opened .link:hover,
#ext_menu-1 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#footer1-3 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}
#custom-html-7 {
  /* Type valid CSS here */
}
#custom-html-7 .my-image {
  width: 100%;
}




#ext_menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1 .close-icon::before,
#ext_menu-1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1 .link,
#ext_menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-1 .link {
  font-size: 0.75rem;
}
#ext_menu-1 .dropdown-item,
#ext_menu-1 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1 .link:hover,
#ext_menu-1 .dropdown-item:hover,
#ext_menu-1 .link:focus,
#ext_menu-1 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-menu {
  background: #00004d;
}
#ext_menu-1 .nav-dropdown-sm .link:focus,
#ext_menu-1 .nav-dropdown-sm .link:hover,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-1 .navbar,
#ext_menu-1 .nav-dropdown-sm,
#ext_menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1 .bg-color.transparent.opened .link:hover,
#ext_menu-1 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#footer1-5 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}
#social-buttons1-i .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#custom-html-j {
  /* Type valid CSS here */
}
#custom-html-j .my-image {
  width: 100%;
}
#custom-html-6 {
  /* Type valid CSS here */
}
#custom-html-6 .my-image {
  width: 100%;
}
#custom-html-b {
  /* Type valid CSS here */
}
#custom-html-b .my-image {
  width: 100%;
}



#msg-box8-8 .mbr-section-title,
#msg-box8-8 p {
  color: #fff;
}
#msg-box8-8 .mbr-section-title {
  font-size: 36px;
}
#msg-box8-8 .lead {
  color: #ffffff;
}
#custom-html-5 {
  /* Type valid CSS here */
}
#custom-html-5 .my-image {
  width: 100%;
}
#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #00004d;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#social-buttons1-6 .mbr-section-title {
  font-size: 25px;
  color: #ffffff;
}
#content1-9 P {
  text-align: left;
}
#custom-html-a {
  /* Type valid CSS here */
}
#custom-html-a .my-image {
  width: 100%;
}
#custom-html-m {
  /* Type valid CSS here */
}
#custom-html-m .my-image {
  width: 100%;
}
#custom-html-o {
  /* Type valid CSS here */
}
#custom-html-o .my-image {
  width: 100%;
}
#footer1-1 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}



#ext_menu-2 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-2 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2 .close-icon::before,
#ext_menu-2 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2 .link,
#ext_menu-2 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-2 .link {
  font-size: 0.75rem;
}
#ext_menu-2 .dropdown-item,
#ext_menu-2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2 .link:hover,
#ext_menu-2 .dropdown-item:hover,
#ext_menu-2 .link:focus,
#ext_menu-2 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-2 .link[aria-expanded="true"],
#ext_menu-2 .dropdown-menu {
  background: #00004d;
}
#ext_menu-2 .nav-dropdown-sm .link:focus,
#ext_menu-2 .nav-dropdown-sm .link:hover,
#ext_menu-2 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2 .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-2 .navbar,
#ext_menu-2 .nav-dropdown-sm,
#ext_menu-2 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2 .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2 .bg-color.transparent.opened .link:hover,
#ext_menu-2 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-2 .link[aria-expanded="true"],
#ext_menu-2 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#footer1-3 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}



#ext_menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-0 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-0 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-0 .close-icon::before,
#ext_menu-0 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-0 .link,
#ext_menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-0 .link {
  font-size: 0.75rem;
}
#ext_menu-0 .dropdown-item,
#ext_menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-0 .link:hover,
#ext_menu-0 .dropdown-item:hover,
#ext_menu-0 .link:focus,
#ext_menu-0 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-0 .nav-dropdown-sm .link:focus,
#ext_menu-0 .nav-dropdown-sm .link:hover,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-0 .navbar,
#ext_menu-0 .nav-dropdown-sm,
#ext_menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-0 .bg-color.transparent.opened .link:hover,
#ext_menu-0 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-0 .link[aria-expanded="true"],
#ext_menu-0 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#footer1-1 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}








#ext_menu-2 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2 .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-2 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2 .close-icon::before,
#ext_menu-2 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2 .link,
#ext_menu-2 .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-2 .link {
  font-size: 0.75rem;
}
#ext_menu-2 .dropdown-item,
#ext_menu-2 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2 .link:hover,
#ext_menu-2 .dropdown-item:hover,
#ext_menu-2 .link:focus,
#ext_menu-2 .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-2 .link[aria-expanded="true"],
#ext_menu-2 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-2 .nav-dropdown-sm .link:focus,
#ext_menu-2 .nav-dropdown-sm .link:hover,
#ext_menu-2 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-2 .navbar,
#ext_menu-2 .nav-dropdown-sm,
#ext_menu-2 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-2 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2 .bg-color.transparent.opened .link:hover,
#ext_menu-2 .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-2 .link[aria-expanded="true"],
#ext_menu-2 .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#social-buttons1-5 .mbr-section-title {
  font-family: 'Slabo 27px', serif;
  font-size: 10px;
}
#content1-6 P {
  font-family: 'PT Serif', serif;
  font-size: 12px;
}
#custom-html-7 {
  /* Type valid CSS here */
}
#custom-html-7 .my-image {
  width: 100%;
}
#msg-box3-8 .mbr-section-title,
#msg-box3-8 p {
  color: #000;
}
#msg-box3-8 .lead P {
  text-align: left;
  font-family: 'PT Serif', serif;
  font-size: 14px;
}
#msg-box3-9 .mbr-section-title,
#msg-box3-9 p {
  color: #000;
}
#msg-box3-9 .lead P {
  text-align: left;
  font-family: 'PT Serif', serif;
  font-size: 14px;
}
#msg-box3-a .mbr-section-title,
#msg-box3-a p {
  color: #000;
}
#msg-box3-a .lead P {
  text-align: left;
  font-size: 14px;
  font-family: 'PT Serif', serif;
}
#custom-html-e {
  /* Type valid CSS here */
}
#custom-html-e .my-image {
  width: 100%;
}
#footer1-3 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}
#header3-4 .mbr-section-title,
#header3-4 .mbr-section-subtitle {
  text-align: center;
}



#ext_menu-k .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-k .navbar-caption {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
}
#ext_menu-k .navbar-toggler {
  color: #ffffff;
}
#ext_menu-k .close-icon::before,
#ext_menu-k .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-k .link,
#ext_menu-k .dropdown-item {
  color: #ffffff;
  font-family: 'Merriweather', serif;
}
#ext_menu-k .link {
  font-size: 0.75rem;
}
#ext_menu-k .dropdown-item,
#ext_menu-k .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-k .link:hover,
#ext_menu-k .dropdown-item:hover,
#ext_menu-k .link:focus,
#ext_menu-k .dropdown-item:focus {
  color: #d14841;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-menu {
  background: #00004d;
}
#ext_menu-k .nav-dropdown-sm .link:focus,
#ext_menu-k .nav-dropdown-sm .link:hover,
#ext_menu-k .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-k .nav-dropdown-sm .dropdown-item:hover {
  background: #000071!important;
}
#ext_menu-k .navbar,
#ext_menu-k .nav-dropdown-sm,
#ext_menu-k .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-k .nav-dropdown-sm .dropdown-menu {
  background: #000080;
}
#ext_menu-k .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-k .bg-color.transparent.opened .link:hover,
#ext_menu-k .bg-color.transparent.opened .link:focus {
  color: #d14841;
}
#ext_menu-k .link[aria-expanded="true"],
#ext_menu-k .dropdown-item[aria-expanded="true"] {
  color: #d14841!important;
}
#custom-html-l {
  /* Type valid CSS here */
}
#custom-html-l .my-image {
  width: 100%;
}
#custom-html-m {
  /* Type valid CSS here */
}
#custom-html-m .my-image {
  width: 100%;
}
#custom-html-n {
  /* Type valid CSS here */
}
#custom-html-n .my-image {
  width: 100%;
}
#footer1-5 P {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #ffffff;
}
