/* besley-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Besley';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/besley-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/besley-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/besley-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/besley-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/besley-v19-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/besley-v19-latin-regular.svg#Besley') format('svg'); /* Legacy iOS */
}
/* besley-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Besley';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/besley-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/besley-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/besley-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/besley-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/besley-v19-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/besley-v19-latin-700.svg#Besley') format('svg'); /* Legacy iOS */
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-family: "Besley";
  }
/* page header size */
.h1, h1 {
      font-size: calc(1.2rem + 0.9vw);
}
.h2, h2 {
  font-size: 1.4rem;
}
.h3, h3 {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
}

.item-title, a:not([class]) {
  text-decoration: none;
  color: black;
}

/* overide bootstrap responsive img for logo random image */
.random-image img {
	min-width: 1400px;
}

/* Menu */

/* Override the lila background with white */
.container-header {
    background-color: white;
    background-image: none;
}

/* Text should now be black */
.container-header .mod-menu {
    color: #000000;
}

/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; 
    padding: 3px 0px;
    color: #000000;
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #eee;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #050500;
    border: 1px solid #000000;
}
.btn-primary {
  color: #000000;
  background-color: #C8F9B7;
}
/* website colours */

.card {
  --card-border-color: #e3f19f;
  --card-cap-bg: #F0E68C;
  --card-cap-bg: #B2F89A;
  --card-cap-bg: #C8F9B7;
/*  --card-bg: #fbfdf0 */
}

/* colour background and leave blog items in white */
.site-grid {
  background-color: #FBFEFA;
}
div.blog-item {
  background-color: #FFFFFF;
}
.item-content {
  padding: 15px;
  border: 0.2px solid #e3f19f;
  border-radius: 10px;
}
/* menu - nave */
.container-header .grid-child {
  padding-bottom: 0px;
}
