html {
  font-size: 62.5%;
}

/* FONTS AND COLOURS LIKED

QuebecRegular  NunitoSansRegular NowRegular HKGroteskRegular THSarabunNewRegular

#2c303b; ??? dark copper?
#F4AF6F; hover links, coppery   
#eacdb2; LIGHT COPPER COLOUR FOR MENU BKGD
#3378b8; complimentary blue 

*/

@font-face {
font-family: "HKGroteskRegular";
src: url("../fonts/HKGrotesk_243/WEB/HKGrotesk-Regular.woff2") format("woff2"),
	url("../fonts/HKGrotesk_243/WEB/HKGrotesk-Regular.woff") format("woff");
}


body {

	font-family: 'HKGroteskRegular', sans-serif;
	font-size: 1.6rem;
 		-webkit-text-size-adjust: 100%;
      	-ms-text-size-adjust: 100%;
     line-height: 1.2rem);
    	color: #333333;
    	background-color: #dfd8d8;
}

/* - - - G R I D  S T U F F - - - */

.pure-g [class *= "pure-u"] {
        /* Set your content font stack here: */
	font-family: 'HKGroteskRegular', sans-serif;

    }

.grid-pad {
	 padding: .3rem;
	 }
	 
.grid-pad-sq {
	 padding: .2rem;
	 }
	 

/* The overlay effect - lays on top of the container and over the image */
.overlay-container {
		position: relative;
  		width: 100%;
  		
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: whitesmoke;
  font-size: 1.2rem;
  padding: .5em;
  text-align: left;
}

.overlay-2 {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;

  transition: .5s ease;
  opacity:0;
  color: whitesmoke;
  font-size: 1.2rem;
  padding: .5em;
  text-align: left;
  pointer-events: none;
}
      
/* When you mouse over the container, fade in the overlay title */
.overlay-container:hover .overlay {
  opacity: 1;
}

.overlay-container:hover .overlay-2 {
  opacity: 1;
  pointer-events: none;
}

/* Display Overlay with title and excerpt on hover below the image for all screen-sizes 959px wide and under */
@media only screen and (max-width: 959px) {
	.overlay {
		position: absolute;
  		bottom: 0;
  		background: rgb(0, 0, 0);
 		background: rgba(0, 0, 0, 0.5); /* Black see-through */
 		color: #f1f1f1;
  		width: 100%;
  		transition: .5s ease;
  		opacity:1;
  		color: whitesmoke;
  		font-size: 1.2rem;
  		padding: .5em;
  		text-align: center;
	}

	.overlay-2 {
  	position: absolute;
  	bottom: 0;
  	background: rgb(0, 0, 0);
  	background: rgba(0, 0, 0, 0.5); /* Black see-through */
  	color: #f1f1f1;
  	width: 100%;
  
  	transition: .5s ease;
  	opacity:1;
  	color: whitesmoke;
  	font-size: 1.2rem;
  	padding: .5em;
  	text-align: left;
  	pointer-events: none;
	}
}

/* Typography */

h2.title{

}

h2.related{
	padding-top: 2rem;
}

h3.subtitle{
}

h3.date{
}

h4.video-title{
	padding-top: .2rem;
}

h4.file-list{
}

div.video-description{
	padding-bottom: 1.8rem;
}

h1,
.h1 {
	font-size: 3.6rem;	
	margin-top: 0px;
	margin-bottom: 0px;
}

h2,
.h2 {
	font-size: 3.0rem;	
	margin-top: 0px;
	margin-bottom: 0px;
}

h3,
.h3 {
	font-size: 2.4rem;	
	margin-top: 0px;
	margin-bottom: 0px;
}

h4,
.h4 {
	font-size: 1.8rem;		
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0;
}


h5,
.h5 {
	font-size: 1.4rem;		
	margin-bottom: 0px;
	margin-top: 0px;
} 

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

p{
  margin-top:0;
  margin-bottom: 1rem;
}

small{
  font-size: 1.2rem;
  display: inline-block;
  margin-top:0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

Tables 
table {
    width: 100%;
    border: 0px solid;
    margin: 0px 0;
    
}


td {
    padding-bottom: .5rem;
    padding-right: 1rem;
    padding-top: .5rem;
    border: 0px solid;
    vertical-align: top;
    text-align: left;
}


/* custom colours, elements etc.  */

img { border-radius: .2rem;}


hr {
	width: 100%;
	border: 0px none;
	background-color: #f0f0f0;
	color: #f0f0f0;
	height: 3px;
	margin-right:100%;
   	margin-top: .1rem;
   	margin-bottom: .1rem;
	}
	



div.thanks {
  font-size: 1rem;
  background-color: ffffff;}              /* 1 */


	

.pdf_list {
  margin: 0px 0px 0px 0px;
  text-align: left;
}

a:link {
    text-decoration: none;
    font-weight: bold;
    color: #3378b8;
  }


a:visited {
    text-decoration: none;
    color: #3378b8;
  }


a:hover {
    text-decoration: underline;
    color: #F4AF6F;
  }


a:active {
    text-decoration: none;
    
    color: #F4AF6F;
  }
  
a.list-item:link {
    text-decoration: none;
    font-weight: bold;
    color: #97DCFF;
  }
  
a.list-item:visited {
    text-decoration: none;
    color: #97DCFF;
  }


a.list-item:hover {
    text-decoration: underline;
    color: #F4AF6F;
  }


a.list-item:active {
    text-decoration: none;
    
    color: #F4AF6F;
  } 
  
.list-item {
	z-index: 2;
 
 } 
  

  

/* 
responsive video code from https://www.ostraining.com/blog/coding/responsive-videos/
*/


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border-radius: .2rem;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    border-radius: .2rem;
}

