/* Birtley Heritage Group CSS */

/* Birtley Heritage Group Colours */

.mb-skyblu {
    background-color:#BCFBFF;
}
.mb-goldleaf {
    background-color:#D9B310;
}
.mb-summersky {
    background-color:#286DA8;
}
.mb-breeze {
    background-color:#438496;
}
.mb-grassy {
    background-color:#83FF8F;
}
.mb-cream {
background-color:#fafae0;
}
.mb-beige {
background-color:#FFF4DE;
}
.mb-yellow {
background-color:#F4FF53;
}
.mb-palegreen {
background-color:#d7fbda;
}
.mb-bhggreen {
background-color:#507c56;
}

/* --------------------- Background Image stuff ---------------- */

.bgimage01 {
background-image: url(../img/gallery/startup_bg.png);
}

.bgimage02 {
background-image: url(../img/gallery/startup_bg01.png);
}

.responsive {
  width: 100%;
  height: auto;
}

/* -------- Turn on borders for DIVs etc. ------------ */

.borderon {border:2px solid black; }

.borderoff {border:none; }

.extrapad {padding:20px; }

.extrapadb5 {padding-bottom:5px; }

/* -------- Text colouring/weight -------- */

.blktxt {color:#000;}

.dblktxt {color:#000; font-weight:bold;}

.dblutxt {color:#020080; font-weight:bold;}

.blutxt {color:#160dff;}

.pbtxt {color:#0B3C5D;}

.gltxt {color:#D9B310;}

.wptxt {color:#CD5360;}

.yeltxt {color:#FFFC2E; }

.whttxt {color: #FFF; }

.redtxt {color:#FF0000;}

.ppltxt {color:#C81EBC; }

.grytxt {color:#8A8988; }

.strongtxt {font-weight:bold; }

.undtxt {text-decoration:underline; }

.charitytxt {color:#0900AC; font-weight:bold; font-size:1.2em;}

.italictxt {font-style:italic; }

.medtxt {font-size:1.6em; }

.smltxt {font-size:0.9em; }

.shdwtxt1 {text-shadow: 5px 5px #000; }

/* ----------- Text alignment options ------------ */

.rttxt {text-align:right; }

.lttxt {text-align:left; }

.cnttxt {text-align:center; }

.centblock {display:block; margin-left:auto; margin-right:auto;}

.rndcorners {border-radius:10px 10px; box-shadow: 3px 3px #6A6A6A;}

/* ------- Centre object on page ---------- */

.setcentre {display:block; margin:20px auto;}

/* ---------------------------------------- */

.wide100 {width:100px; }

.boxshade {box-shadow:8px 8px 4px #888; }

.floatboxright {display:block; float:right; margin-right:30px; margin-top:20px;}

/* Set up Header area to hold 3 sections */

.mainlogo {
width:50%; height:auto; float:left;
}

.newspanel {
width:45%; height:90px; float:right; border:1px solid #000; border-radius:10px; margin-bottom:10px; padding:10px; line-height:1.2;
}

.newspanel a:visited {color:#098E00; }

.licences {
width:100%; height:auto; float:left; border-top:2px solid #1EB693; border-bottom:2px dotted #1EB693; margin-bottom:15px;
}

.newlogos {
width:650px; padding:0px 20px; margin:10px auto; background-color:#FFC669; border:5px ridge #FFAC37;
}

.imgborder {
 margin:10px;
}

.toppad {
padding-top:15px;
}

/* ---------- Misc Bits & Pieces --------------------*/

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  padding: 8px;
}

th {
  text-align: center;
  background-color:#c8ffd8;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

tr:nth-child(odd) {
  background-color: #fbffdc;
}

#player-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

video {
  /* display: block; */
  width: 100%;
  height: 100%;
}

#s4wbackground {
background-color:#C4F3FF;
 }
 
#wtbackground {
background-color:#fff;
 }

.user-cannot-see {
    display:none
}

/* Page header stuff */
/* line 53, C:/Users/HP/Desktop/Augst-HTML/297.Photography/Agriculture_Template/assets/scss/_h1-hero.scss */
.bhgheader {
  position: relative;
  width:100%;
  height:auto;
}

.bhgheader.bhgarea2 {
  background-image: url(../img/hero/h2_hero2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;
}

.bhgheader.bhgarea3 {
  background-image: url(../img/hero/h2_hero3.png);
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;
}

.bgimage01 { background-image: url(../img/hero/h2_hero1.png); }

.bgimage02 { background-image: url(../img/hero/h2_hero2.png); }

/* line 58, C:/Users/HP/Desktop/Augst-HTML/297.Photography/Agriculture_Template/assets/scss/_h1-hero.scss */
.bhgheader.bhgarea2 .hero__caption2 h2 {
  color: #caffe0;
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1;
}

/* New code for use with BHG_Test05 Website */

video {
  width: 100%;
  height: auto;
}
