@import url("navbar.css");
@import url("home.css");
@import url("blog.css");
@import url("tours.css");
@import url("featured-blog-section.css");
@import url("footer.css");
@import url("single-blog.css");
/* @import url("cookies.css"); */

/* COLOR SCHEME FOR THE SITE */
/* background-color:#E8A11A; */
/* background-color:rgba(232, 161, 26, .9);  */


@font-face {
  font-display: swap;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 100;
  src: url("./Roboto_Thin.ttf") format("ttf");
}

@font-face {
  font-display: swap;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("./Poppins-Regular.ttf") format("ttf");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
}
.bg__overlay {
  position:absolute;
  inset:0px;
  z-index:1;
}
main {
  margin-top: 79px;
}

/* Featured blog section */
.featured__blog-section {
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
}