:root {
  --mainHeadingColour: indigo;
  --subHeadingCol:indigo;
  --mainBodyColour: #666;
  --bodyLinkcolour: mediumpurple;
  --bodyHoverColour: indigo;
  --menuColour: #888;
  --menuHoverColour:indigo;
  --menuActiveColour:mediumpurple;
}

html,
body {
  height:100%;
  background-color:white;
  margin:0;
  padding:0;
  font-size:16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:var(--mainBodyColour);
}

* {
  box-sizing: border-box;
}


.page {
  height:100%;
  width:100%;
/*  background-color: #eee;*/
}

.addScroll {
  overflow-y:scroll;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearLeft {
  clear:both;
}

.floatleft {
  float:left;          
}
               
.floatright {
  float:right;
}         

.bold {
  font-weight: bold;
}
            
.notbold {
  font-weight:normal; 
}

p {
  margin:0 0 5px;
/*  width:75%; */
  font-size:0.9rem;
  line-height:1.5rem;
  color:var(--mainBodyColour);
}     
    
p.finalPara {
  margin-bottom:20px;
}

.landingSection {
  margin:20px 0;
}

.titlebar, 
h1, 
h2, 
h3, 
h4 {
  color:var(--mainHeadingColour);
}
 
h1, 
h2, 
h3, 
h4 {
  font-family: Hanuman, Verdana, Arial, Helvetica, sans-serif;
}

.fancyFont {
  font-family: Mali, Verdana, Arial, Helvetica, sans-serif;
}

a {       
  //font-weight:bold;
  cursor:pointer;
  color:var(--bodyLinkcolour);
  text-decoration:none; 
}

.bottomNav a {
  display:block;
  margin:30px 0;
  color:var(--menuColour);
  font-size:0.9rem;
  font-weight:normal;
  letter-spacing:0.05rem;
}

.bottomNav a:hover {
  text-decoration: none;
  color:var(--menuHoverColour);
}            
                
a:hover {
  color:var(--bodyHoverColour);
  text-decoration:underline;
}

.subMenuPara a {
  font-weight:normal;
} 

img {
  display:block;
  height:auto;
  max-height:100%;
  max-width:100%;
  margin:auto;
}

.mySlides img {
/*  float:left;*/
  width:initial;
  margin:20px auto;
}

  
.aoiBadge {
  margin:30px auto 20px;
  }  
  
h1 {
  text-align:center;
  font-size:1.25rem;
  font-weight:normal;
  margin:0 0 10px 0;
  letter-spacing:0.15rem;
} 

h1.gallery {
  text-align: center;
}

h1.gallery:nth-of-type(2) {
  margin-top:40px;
}
 
h1 a {
  color:#bbb;
  font-weight: normal;
}

h1 a:hover {
  text-decoration: none;
}


              
h2 {                 
  font-size:1.55rem;
  font-weight:normal;
  margin:0 0 25px 0;
  letter-spacing:0.1rem;
  line-height:0;
}
                   
h3,
h3 a,
h3 a:hover {
  margin:5px 0 15px;
  padding:0;
  font-size:1rem;
  letter-spacing:0.1rem;
/*  line-height: 1.5rem;*/
  font-weight:normal;
  text-align:center;
  text-decoration:none;
}

h3 a {
  color:var(--subHeadingCol);
}
 
h4 {
  margin:15px 30px 10px 0;
  font-size:1rem;
  font-weight:bold;
  letter-spacing:0.09rem;
}       
                    

/* end text ------------------------------------------------ */
              

          
a img {
  border:none;
} 

.thumb img {
  margin:0;
  float:none;
}
         
.homeImage {
  display:block;
  position:relative;
  width:496px;
  margin:auto;
  margin-bottom:15px;
  padding:25px;
  border: 1px dotted #D7D7D7;       
}   
                  
.folioImage {
  /* background:url('images/ja_hello_small.jpg') center top no-repeat; */
  display:block;
  position:relative;
  width:500px;
  height:300px; 
  margin:25px auto 0;
  padding:25px;
  border: 1px dotted #d7d7d7; 
  box-sizing:initial;      
 }  	
               
#theImage {
  display:block; 
  margin:auto;
  border:1px dotted #D7D7D7;
} 

.appliedHeroImage {
  width:70%;
  margin:0 20px 40px 0;
  float:left;
}
                       


.centre {
  text-align:center; 
}                                                        
	
.aboutContent {
  margin: 30px auto;
}                          

.content.productPage {
  min-height:initial;
}
                                          
.item {
  width:45%;
  margin:20px auto;
  padding:40px;
  line-height:20px;
  min-height:380px;
  border:1px dotted #d7d7d7;
}
   
.item img {
  margin:0 auto;
  max-width:100%; 
}
                
.textArea {
  display:block;
  width:40%;
  margin:0 auto;
  text-align:center;
  overflow:auto;
  line-height:60px;
  border-top:1px dotted #d7d7d7;
  border-bottom:1px dotted #d7d7d7;
}
               
.line {
  height:1px;
  width:90%;
  margin:15px auto 5px;
  border-bottom:1px dotted #d7d7d7;
}               



.copyright {
  width:100%;
  padding:15px 0 20px;
  text-align:center;
  font-size:0.85rem;
  color:#767676;            
}

/* bottom menu ------------------------------------------------------------- */

.hide {
  display:none;
} 

.hideWhenSmall {
  display:block;
}
                                           
/*.columnBottom .icon {
  float:left;
  height: 25px;
  padding: 0 20px 0 0;
  line-height: 25px;
  margin:5px 0 10px 0;
  border:0;
  text-align:center;    
}*/


.icon a {
  margin:0;
}
              
.icon img:hover {
  opacity:1;
}

.glyphContainer {
  width:100%;
  text-align: center;
}

/*.glyphContainer a {
  color:var(--mainBodyColour);
}*/

/*.glyph {
  display:inline-block;
  margin: 0 12px 0 0;
  height: 25px;
  width: 25px;
  -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  filter: grayscale(100%);
  opacity:0.4;
  background-image:url('http://www.johamosillustration.co.uk/images/glyph-logo_May2016_indigo.gif');
  border:0;
}*/

.glyph:hover {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
  opacity:1;
}



/* bottom nav */  
.bottomNav {
  display:block;        
  width:50%;
  margin:auto;
  padding:0 0 20px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
 } 
                             

nav .insta {
  display:inline-block;
  margin: 0 12px 0 0;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  filter: grayscale(100%);
  opacity:0.4;
  border:0;
}

/* slide show ----------------------------------------------------------- */            
/* Next & previous buttons */

.npButton {
  position: absolute;
/*  bottom:0;*/
    right:0;
/*  width: auto;*/
    padding:0;
/*  margin:0;*/
}



/* Position the "next button" to the right */
.next {
  right:0;
  border-radius: 3px 0 0 3px;
}
       
.prev {
  margin:0 20px 0 0;
}         

.imageMenu .next, 
.imageMenu .prev  {
  padding:13px 8px;
}      
 
/*.modal > .prev,
.modal > .next {
  top:90%;
  margin:0 16px;
}*/





/* image menu -------------------------------------------- */
.menuContainer{
  width:100%;
  border:0 solid red;
}
                  
.imageMenu {
  display:none;
  position:relative;
  margin:auto;
  width:70%;
  text-align:center;
  padding:10px 0;                	
  //overflow:auto;
  outline:0 solid pink;
}

.productMenu {
  position:relative;
  margin:auto;
  text-align:center;
  padding:10px 0 0;                	
}
                
.wideMenu {
  display:block;
  width:98%; 
}
                
.thumb {    
  height:60px;
  width:auto;
  padding:6px;
  display:inline-block;
  margin:4px 4px 0 0;
  text-align:center;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  border: 1px dotted white;
  box-sizing:initial;
}

.makeVert {
    padding-top:calc((600px - 511px) / 2);
}

.thumbLrg:hover {
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  //outline: 1px dotted #bbbbbb;
}

.thumbActive, 
.thumb:hover {                                       
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */                         
  border-color: #d7d7d7;
}
 
.visibleSet { 
  display:block;
}
                           
/* sub menu  ----------------------------   */
              
.cardSubMenu {                                    
  display:inline-block;
  margin:20px 5px;
  padding:10px 25px 20px;
  width:auto;
  border: 1px dotted #d7d7d7;                                              
  text-align:center;
  cursor: pointer;
  //opacity: 0.5;
  //filter: alpha(opacity=50); /* For IE8 and earlier */
  //border: 1px dotted white;
}
  
.cardSubMenu img {
  height:156px;
  border:none;
  margin:auto;
}                                        
    
/* main menu ---------------------------------  */
             
ul {
  /* position: fixed; to keep it at the tops when scrolling, doesn't seem to work with dropdown */
  top: 0;
  left: 0;
  width: 100%; 
  list-style-type: none;
  margin:0 0 0;
  padding:0;
  overflow: hidden;
  background-color: white;
}
		  
li {
  display:block;
  text-align:center;
}
	                     
li:first-child {
  margin-top:5px;
}
	    
li a, 
.dropbtn {
  display: inline-block;
  padding: 20px 0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--menuColour);
  font-weight:normal;
  letter-spacing:0.09rem;
  text-decoration: none;
  border-bottom: 1px dotted white;
  cursor:pointer;
}
          	 
li a:hover, 
.dropdown:hover .dropbtn:hover, 
.dropdown:hover .dropbtn {
  background-color: white; 
  border-bottom:1px dotted indigo;
  color: var(--menuHoverColour);
  text-decoration:none;                                          
}
                
.active {
  background-color:white;
  color: var(--menuActiveColour);
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}                                                            

.contactSection {
  margin:0 0 50px 0;
} 
 
.cards {   
  float:left;
  padding:15px;
  border:1px dotted #d7d7d7;
  box-sizing:border-box;
} 

.wallArt {
  width:45%;
  height:400px;
  box-sizing:content-box;
}

.cards img {
  margin:0 auto;
} 
                                                                  
.bioText {
  width:90%;
  margin:15px auto 0;
  border: 0 solid blue;
}                                                   
                                                                       


.autoSlide {
  display:none;
} 
 
.dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background-color: #d7d7d7;
  border-radius:4px;
  display: inline-block;
  transition: background-color; // 0.6s ease;
}

.activeDot {
  background-color: purple;
}   

 /* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 

.textArea {
  width:99%;
  line-height:22px;
  padding:15px 0; 
}

/* The Modal (background) */
.modal {
  display: none;
  position: relative;
/*  z-index: 1;*/
  padding: 0;
  left: 0;
  top: 0;
  width: 90%;
/*  height:100%;*/
  margin:0 auto 50px;
/*  overflow: hidden;*/
/*  background-color:#fff;*/
  border:1px solid white;
}

.captionBlock {
/*  float:left;*/
  top:0;
  left:0;
  width:100%;
  padding:10px 0 0;
/*  font-size: 1rem;*/
/*  line-height: 1rem;*/
  color:var(mainBodyColour);
}
 
.captionText {
  text-align:center;
  font-size:0.9rem;
  letter-spacing:0.06rem;
  line-height: 1.5rem;
  margin:5px 0 0;
}


/* The Close modal Button */
.close {
/*  position: absolute;*/
  float:left;
/*  bottom: 0;*/
/*  left: 0;*/
/*  margin:0 0 15px;*/
/*  padding:10px 20px;*/
}

.close,
.next,
.prev {
  font-size: 0.7rem;;
  color:var(--bodyLinkColour);
  padding: 0;
}

.close:hover,
.next:hover,
.prev:hover {
  color:var(--bodyHoverColour);
  opacity:1;
  text-decoration:none;
/*  transition: 0.3s ease;*/
}

.cursor {
  cursor:pointer;
}

.content {
  width:100%;
  margin-top:10px;
  text-align:center;
  left:0;
  padding:0;
}    
	 
.titlebar {
  padding:28px 10px 10px;
  text-align:center;
  font-size:1.7rem;
  letter-spacing:0.08rem;
}

.landingSection {
  margin-top:5px;
}
 
.landingSection p {
  padding-top:15px;
}

.cards,
.cups section.cards {
  width:100%;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:10px;
  padding:5px;
}


 
p.finalPara {
  margin-bottom:10px;
} 
                            
.containerSubMenu {
  width:100%; 
  min-width:initial;
} 
               
.cardSubMenu {
  margin:5px auto;
  padding:10px 0;
  width:99%;                
  text-align:center; 
  min-height:initial;         
}
             
.cardSubMenu img {
  width:80%;
  height:auto;
}                                            
                
.item {
  width: 90%;
  margin:25px auto 15px;
  padding:0;
  min-height:initial;
  border:none;
}
          
/*p, .contentAppliedHome p {
  margin-top:0;
  margin-left:0;
  margin-right:0;
  width:95%;
}*/
         
/*p.widePara {
  width:90%;
  margin:0 10px;
}*/

/*p.subMenuPara {
  text-align:center;
} */
        
.homeImage {  	  
  width:95%;
  padding:5px;     
  margin:0 auto 20px;
}
                
.homeImage img {              
  margin:auto;
}
               
.helloImg {
  display:block;
  margin:auto;
}

.appliedHeroImage {
  width:100%;
  margin:0;
  float:initial;
}

#KCLogo, 
.contactImage,
#folksyLogo {
  float:initial;
  margin:0 auto 15px;
} 

#folksyLogo {
  height:210px;
}

#navBar {
  display:none;
}

.menubar {
  //position:relative;
  text-align:center;
  width: 90%;
  margin:auto;
  border-bottom: 1px dotted #d7d7d7;
}

.menubar.responsive#navBar {
  float: none;
  display: block;
  border-bottom: 1px dotted #d7d7d7;
/*  border-top: 1px dotted #d7d7d7;*/
}  

.menuIcon,
.menuIcon:hover { 
  display:block;
/*  position: absolute;*/
/*  right:0; */
  margin:24px auto 0;
  text-align: center;
/*  padding:0 7px 0;*/
  font-size:0.8rem;
  letter-spacing:0.15rem;
/*  font-weight: normal;*/
  text-decoration:none;
  color:var(--bodyLinkColour);
}                   
                                                                  
                                                               
/* end main menu ------------------------------------------------- */        
                   
.product img {
  float:initial;
  margin:8px auto 20px;
} 
  
.contentProduct {
  width:100%;     
  margin: 25px auto 15px;
  overflow:hidden;
}

footer.fixToBottom {
  width:100%;
/*  background-color: pink;*/
  bottom:0;
}

.dropdown-content {                  
  width:100%;
  position:absolute;
  left:0;
  box-shadow:none;
}
                          
.dropdown-content a {
  display:none;
  text-align:center;
  padding:8px 0;
}
                     
.dropdown:hover .dropdown-content#noMenu {
  display: block;
}
                                                                            
                                    
.product {
  width:100%;
  min-width:25px;
  text-align:left;
  padding:0 0 15px;
  margin:0 0 8px;
}  
                                        
.bioText { 
  display:block; 
  width:100%;
  height:auto;                                   
  padding:0 8px; 
  margin:0;
  text-align:left;
}
   
.orderButton a {
  display:block;
  width:70%;
  margin:
}               
                           
.hideForSmall { 
  display:none;
}                                  
       
.folioImage {
  width:85%;
  height:auto;
  padding:20px;   
}  	
              
.imageMenu,
.productMenu {               
  width:285px;
  padding:0;              
}

.wideMenu {
  width:100%; 
  min-width:initial;
}
                 
.thumb {    
  width:40px;
  height:40px;
  padding:5px;
  margin:2px;
  box-sizing:initial;
}  
            
.imageMenu .next,
.imageMenu .prev  {
  padding:13px 0 0;
} 

/*portfolio gallery */
.grid-container {
  display:grid;
  width:100%;
  margin:30px auto;
  padding:5px;
  grid-template-columns: auto auto;  
  grid-gap: 15px;
  text-align: center;
  //align-items: center;
  border:1px dotted #d7d7d7;
  overflow: hidden;
}

.aboutContent {
  width:100%;
}

.grid-container > div {
  position:relative;
  width:100%; /* maintain aspect ratio */
  padding-top:100%; /* maintain aspect ratio */
  max-height:265px;
  overflow:hidden
} 

.thumbLrg {
  position:  absolute; /* maintain aspect ratio */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  cursor:pointer;	
  //transition:transform 2.5s;
  transform:scale(1.5);
}

.extraLrg {
  transform:scale(2.5);
}

/* selected image window atributes over all sizes */
.modal-content {
  width:100%;
  overflow:hidden;
/*  margin:80px 0 60px;*/
}

/*.modal-content:hover .captionBlock {
  display: block;
}*/


/* image specific alignment */

.mySlides img.detail {
}

#mouse {
  transform-origin:36% 46%;
}

#tigermoth,
#martha,
#wibble {
  transform-origin:top;
}

#stairs {
  transform-origin:83% 22%;
}

#chair {
  transform-origin:93% 48%;
}

#baa,
#freddie {
  transform-origin:20% 30%;
}

#waving {
  transform-origin:-22% 50%;
}

#friends {
  transform-origin:93% 45%;
}

#rug {
  transform-origin:right;
}

#pearTree {
  transform-origin:47% 39%;
}

.moveImgUp {
  margin-top:15%;
}

.showImgTop  {
  transform-origin:top;
}

/* tiny screen -----------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) and (orientation:portrait) {
.modal-content {
/*  width:100%;*/
/*  top:20%;*/
}
}

@media only screen and (max-width: 600px) and (orientation:landscape) {
.modal-content {
/*  width:100%;*/
/*  top:8%;*/
}	
}

@media only screen and (min-width: 600px) and (orientation:landscape) {
.modal-content {
/*  width:100%;*/
/*  top:8%;*/
}
}

@media only screen and (min-width: 600px) {
.grid-container {
  width:85%;
  grid-template-columns: auto auto auto;  
} 
  
.aboutContent {
/*  width:85%;*/
}
}


@media only screen and (min-width: 600px) and (orientation:portrait) {
.modal-content {
/*  width:100%;*/
/*  top:5%;*/
}  
}

@media only screen and (min-width: 768px) and (orientation:landscape) {
.modal-content {
/*
  width:100%;
  margin:0 0 21px;
*/
}
}

@media only screen and (min-width: 768px) and (orientation:portrait) {
.modal-content {
/*  width:100%;*/
/*  top:21%;  */
}
}

/* med screen -----------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:992px) {
    
  
.modal-content {
/*  width:100%;*/
/*  top:10%;*/
} 
}

@media only screen and (min-width: 992px) and (orientation: landscape) { 

.modal-content {
/*  width:100%;*/
/*  top:10%;*/
}
}

/* large screen -------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:1024px) and (orientation:landscape) {

.modal-content {
/*  width:100%;*/
/*  top:10%;*/
  //height:700px; /* fix height ? */
} 
}

@media only screen and (min-width:1024px) and (orientation:portrait) {
.modal-content {
  
/*  top:23%;*/
} 
}

@media only screen and (min-width:1024px) { 
 
.mySlides img {
/*  float:left;*/
  width:60%;
  margin:20px 0;
/*  overflow:auto;*/
/*  border:1px solid blue;*/
}  
  
nav .insta {
  display:initial;
}
  
 nav .insta:hover {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
  opacity:0.7;
}

.glyphContainer {
    display:none;
  }
  
#navBar {
  display:block;
}  
  
.close {
  position:absolute;
  bottom:0;
/*  left:initial;*/
/*  float:none;*/
  right: 0;
  margin:48px 0 0;
/*  padding:10px 20px;*/
}
 
/*.modal > .prev,
.modal > .next {
  top:50%;
  padding:20px 25px;
  margin:0 100px;
}*/
  
.hide {
  display:block;
}
  
.hideWhenSmall {
  display:none;
}

h1 {
  margin:20px 0; 
  font-size: 1.5rem;
}
  
h3,
h3 a,
h3 a:hover {  
  text-align: left;
  font-size:1.2rem;
  margin:30px 0 20px;
/*  letter-spacing:0.15rem;*/
}          

.contentProduct {
  width:70%;
  min-height:25px;
  margin:12px auto;
}
    
.menuIcon  {
  display:none;
}
  
#KCLogo, 
.contactImage,
  #folksyLogo{
  float:left;
  margin:0 20px 20px 0;
  padding:15px;
  border:1px dotted #d7d7d7;
}

#KCLogo {
  padding:15px 43px;
}
  
/* t Top nav -------------------------------------------------------------------------------------------------------------- */ 
/* main menu ------------------------------------------------------ */
.titlebar {
  padding-top: 48px;
  font-size:3rem;
  letter-spacing:0.15rem;
  line-height: 1.6rem;
}
  
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 245px;        
  height: auto;
}

/* Style links inside the columns */
.column a {
  display: block;
  float: none;
  text-align: left;
  font-weight: normal;
  color: var(--menuColour);
  text-decoration: none;
}
  
li { 
  display:inline-block;       
  margin-top:10px;
}                   
    
li a, 
.dropbtn {                   
  display:block;
  padding:10px 25px;
  text-align:center;
}
  
li a:hover,
.dropdown:hover, 
.dropbtn:hover,
.dropdown:hover .dropbtn,
.smallActive a:hover {
  background-color:white; 	
  color:var(--menuHoverColour); 			                                                              
}
                                          
.active {
  border-bottom: 1px dotted purple;
}  
  
.dropdown-content a {
  background-color:white;
}
 
.dropdown .dropbtn,
li a {
  font-weight:normal;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: auto;
  box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.1);
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  border:1px dotted #d7d7d7;
}

li:first-child {
  margin-top:30px;
}
  
/* Mega Menu header, if needed */

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content#noMenu {
  display: none;
}

/* GRID ---------------------------------------------------------*/

.grid-container {
  width:90%;
/*  margin-top:50px;*/
  grid-template-columns:auto auto auto;
  padding:10px;
  grid-gap:20px;
}
  
.aboutContent {
  width:90%;
  margin:5px auto;
  padding:10px;
  overflow:auto;
}
   
.close,
.next,
.prev {
  font-size: 1rem;;
  padding: 15px;
}

.close:hover,
.next:hover,
.prev:hover {
  outline:1px solid var(--bodyHoverColour);
}

.imgSection {
  width:700px;
  height:570px;
}
  
#milo {
  transform:scale(3.2);
  transform-origin:64% 12%;
}  
  
.npButton {
/*  position: absolute;*/
  bottom:40px;
  width: auto;
  padding: 5px;
  margin:48px 0;
}
  
/* bottom nav */  
.bottomNav {
  width:60%;
  padding:5px 0 0;
  text-align:left;
 }    
     
.bottomNav a {
  display:block;
  margin:10px 0;
 /* font-size:0.9rem;
  font-weight:normal;
  letter-spacing:0.05rem;*/
}

/*.bottomNav a:hover {
  color:var(--menuHoverColour);
}*/            
 
.columnBottom {
  width:33.33%;
  text-align:left; 
  float:left;
}                                

/*.columnBottom .icon {
  float:left;
  min-width:157px; 
  padding:auto;
}   */

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}  
  
.captionBlock {
  position:absolute;
  left:initial;
  right:0;
  width:35%;
  padding:70px 0 0;
/*  font-size: 1.2rem;*/
/*  line-height: 2rem;*/
}

.captionText {
  text-align:left;
  font-size: 1rem;
  line-height: 1.5rem;
  margin:10px 0 0;
}

.aoiBadge {
  margin:50px 0 20px;
  padding:20px 0;
}
  
footer.fixToBottom {
  position:absolute;
}  

}


