@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Teko:wght@400;500;700&display=swap");
* {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "poppins", arial;
  height: 100%;
  box-sizing: border-box;
  color: #26353E;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-size: 1em;
  font-family: "poppins", arial;
  line-height: 1.8em;
}

h2 {
  text-transform: uppercase;
  font-family: "teko", arial;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5em;
  }
}

header {
  background: #162838;
  padding: 0 20px;
}
@media (min-width: 992px) {
  header {
    padding: 0 80px;
  }
}
header .websitetitle {
  padding-left: 20px;
}
header .websitetitle a {
  font-family: "teko", Arial;
  font-weight: bold;
  color: white;
  font-size: 1.6em;
  font-weight: medium;
  text-transform: uppercase;
  text-decoration: none;
}
header .smalllinks > a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin: 0 20px;
}
header .callus {
  max-width: 200px;
  padding: 10px 15px;
  background: rgba(47, 150, 98, 0.4);
  border-radius: 5px;
  color: #F4C502;
  font-family: "teko", arial;
  font-size: 1.5em;
  font-weight: bold;
}

.navpad {
  background: #30485F;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .navpad {
    padding: 0 80px;
  }
}

@media (min-width: 768px) {
  .navbar .mr-auto {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
  }
}

.navbar-nav .nav-item {
  font-weight: bold;
}
.navbar-nav .nav-item .active {
  color: #F4C502 !important;
}

.bannerlinks {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .bannerlinks {
    grid-template-columns: 2fr 1fr;
  }
}
.bannerlinks .linkscol {
  background: #162838;
}

.btn-secondary {
  background: #2F9662;
  border: none;
}
.btn-secondary:hover {
  background: #F4C502;
}

.slide {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.slide > div {
  position: absolute;
  display: block;
  z-index: 2;
  padding-left: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .slide > div {
    width: calc(100% - 120px);
    height: calc(100% - 150px);
    padding-left: 120px;
    padding-top: 150px;
  }
}
.slide > div > h2 {
  font-family: "teko", arial;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .slide > div > h2 {
    font-size: 3em;
  }
}

.yellowline {
  position: absolute;
  top: 50px;
  left: 50px;
}

.linkscol ul li a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .linkscol ul li a {
    line-height: 3em;
  }
}
.linkscol ul li a:hover {
  color: #F4C502;
}
.linkscol ul li .active {
  color: #F4C502;
}

.bg-cream {
  background-color: #F6F5F1;
}

@media (min-width: 768px) {
  .quicklinksandevents {
    padding: 80px 80px 80px 80px;
  }
}

.quicklinks1 > h3, .allevents > h3 {
  background-color: #D89638;
  line-height: 35px;
  font-family: "teko", arial;
  color: #fff;
}
@media (min-width: 768px) {
  .quicklinks1 > h3, .allevents > h3 {
    font-size: 2em;
  }
}

.yellowbulllist li a {
  text-decoration: none;
  font-weight: bold;
  line-height: 2.4em;
  color: #3E3E3E;
  background: url(../images/icon_arrow.svg) no-repeat left center;
  background-size: 13px auto;
  padding-left: 30px;
}
.yellowbulllist li a:hover {
  color: #D89638;
}

@media (min-width: 768px) {
  .welcome_message {
    padding: 80px 80px 80px 80px;
    background: url(../images/wecome_img.webp) no-repeat left center;
    min-height: 800px;
  }
}
@media (min-width: 768px) {
  .welcome_message .welcome_content {
    padding-left: 200px;
  }
}
.welcome_message .welcome_content h3 {
  color: #D89638;
}
.welcome_message .photogalleryimg {
  background: url(../images/img_photo_gallery.webp) no-repeat center center;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .welcome_message .photogalleryimg {
    width: 100%;
    height: 478px;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .wparapadding {
    padding-left: 320px;
    padding-top: 100px;
  }
}

.mineral_information {
  background: url(../images/mineral_bg.webp) no-repeat center center;
  background-size: cover;
}
.mineral_information .mineral_boxes > div {
  cursor: pointer;
  transition: all, 0.3s;
}
.mineral_information .mineral_boxes > div:hover {
  background: #D89638;
}
.mineral_information .mineral_boxes > div:hover h4 {
  color: #fff;
}
.mineral_information .icon_container {
  min-height: 86px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mineral_information h4 {
  color: #F4C502;
  font-size: 16px;
  text-align: center;
  font-weight: 200;
}

.logoscontainer {
  position: relative;
}
.logoscontainer p {
  color: #000;
}
@media (min-width: 768px) {
  .logoscontainer p {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .greenrectangle {
    width: 100%;
    height: 418px;
    background: #2F9662;
    position: absolute;
    z-index: -2;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .mineral_resources {
    background-size: cover;
    min-height: 800px;
  }
}

.bars .bar > div:nth-child(1) {
  width: 150px;
  display: block;
}
@media (min-width: 768px) {
  .bars .bar > div:nth-child(1) {
    display: inline-block;
  }
}
.bars .bar > div:nth-child(2) {
  height: 20px;
  display: block;
}
@media (min-width: 768px) {
  .bars .bar > div:nth-child(2) {
    display: inline-block;
  }
}
.bars .bar .coal-bar {
  width: calc(99% - 150px);
  background: #D89638;
}
.bars .bar .limestone-bar {
  width: calc(75% - 150px);
  background: #2F9662;
}
.bars .bar .manganese-bar {
  width: calc(80% - 150px);
  background: #0D3A37;
}
.bars .bar .iron-bar {
  width: calc(50% - 150px);
  background: #808080;
}
.bars .bar .kyanite-bar {
  width: calc(99% - 150px);
  background: #FF571E;
}
.bars .bar .dolomite-bar {
  width: calc(60% - 150px);
  background: #BFAC74;
}
.bars .bar .bauxite-bar {
  width: calc(40% - 150px);
  background: #31426C;
}
.bars .bar .pyrophyllite-bar {
  width: calc(30% - 150px);
  background: #D8D838;
}

.slider {
  position: relative;
}

.controlsContainer {
  width: 100%;
  display: block;
}
.controlsContainer .prev {
  position: absolute;
  top: 50px;
  left: 0px;
  cursor: pointer;
}
.controlsContainer .next {
  position: absolute;
  top: 50px;
  right: 0px;
  cursor: pointer;
}

.footer {
  background: #000;
}

.footerlist li a {
  text-decoration: none;
  line-height: 2.4em;
  color: #fff;
  background: url(../images/icon_arrow.svg) no-repeat left center;
  background-size: 13px auto;
  padding-left: 22px;
}

.newsslider div {
  max-height: 100px;
  margin: 10px 0;
}
.newsslider div b {
  display: inline-block;
  padding: 5px 20px;
  background: #162838;
  color: #fff;
  font-family: "teko", arial;
  font-size: 20px;
  border-radius: 20px;
}

.bannerimg {
  background: url(../images/bannerimg.webp) no-repeat center center;
  background-size: cover;
  min-height: 350px;
}

.quicklinksbg {
  background: #162838;
  border-radius: 20px;
}

.topstrip {
  display: none;
}
@media (min-width: 768px) {
  .topstrip {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: rgba(255, 255, 255, 0.7);
    background: black;
    font-family: arial;
    font-size: 13px;
    padding: 10px 0px;
  }
  .topstrip a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
  .topstrip .default_color {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #2F9662;
  }
  .topstrip .grey_color {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: grey;
  }
}

.grayscale {
  filter: grayscale(100%);
}

.photos h4 {
  font-size: 1.2em;
}
.photos p {
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */


.newsgrid {
	display: grid;
	grid-template-columns: 70px auto;
	grid-gap:20px;
	padding: 10px 0;
	border-bottom:1px solid rgba(0,0,0,0.4);
}
.newsdate1 {
	margin-right: 20px;
	background: #151948;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	min-width: 100px;
}
.newscontent1 {
	color: #151948;
	font-family: "Poppins", sans-serif;
	padding-left:20px;
}
.newsdate1 h3 {
	font-family: 'roboto condensed';
	font-size:25px;
	color: #FFFFFF;
	padding:2px 0;
}
.newsdate1 h3 span {
	display: block;
	font-size: 12px;
	font-family: 'roboto condensed';
	padding-top:3px;
	border-top:1px solid #ffffff;
	background: #151948;
	color: #fff;
}