/*  racing-sans-one-regular - latin-ext_latin */
@font-face {
  font-family: 'Racing Sans One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/racing-sans-one-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/racing-sans-one-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/racing-sans-one-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/racing-sans-one-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/racing-sans-one-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/racing-sans-one-v13-latin-ext_latin-regular.svg#RacingSansOne') format('svg'); /* Legacy iOS */
}
<!--h1,h2 {font-family:'Racing Sans One', 'Impact', sans-serif;}-->
h3, h5 {font-family:'Kanit', sans-serif;}
h4, h6 {font-family:'Caveat', cursive;}

h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Newsreader", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}


.navbar-white {
    background-color: #1d3082;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}
.main-header {
    border-bottom: 0px;
}
.main-footer {
    background-color: #1d3082;
	border-top: 0px;
    color: #ffffff;
}
.content-wrapper {
	background: rgb(51,51,153);
	background: linear-gradient(90deg, rgba(51,51,153,1) 0%, rgba(51,153,255,1) 100%);
}
.main-footer .card {
    box-shadow: none!important ;
    margin-bottom: 0!important;
	background-color: transparent;
}
.fuchsia-ombre {
	background: linear-gradient(90deg, #bd4bd4 5%, #ee79e4 80%);
}

/* Owl carousel */
 .stretch-card.card {
     width: 100%;
     min-width: 100%
 }

 .flex {
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto
 }

 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 .padding {
     padding: 3rem
 }

.owl-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .item {
    margin: 3px;
}

.owl-carousel{
    margin-bottom:15px;
}

.layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(4.5rem + 1px) !important;
}
