/* Cube Styles */

body {
	background-color:  #999;
	margin: 0 auto;
	padding-top: 30px;
	background-image: url("images/albatross_blue-background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top top;
	background-size: cover;
	/*background: rgb(0,0,0);
	background: linear-gradient(252deg, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 100%); */
} 
	
/* ---------- GOOGLE FONTS ---------- */

/* DISPLAY FONT HONK */
.honk-<uniquifier> {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;
}

/* BUTTON TEXT FONT SAIRA EXTRA CONDENSED */
.saira-extra-condensed-thin {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.saira-extra-condensed-extralight {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.saira-extra-condensed-light {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.saira-extra-condensed-regular {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.saira-extra-condensed-medium {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.saira-extra-condensed-semibold {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.saira-extra-condensed-bold {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.saira-extra-condensed-extrabold {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.saira-extra-condensed-black {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* FONT FOR BODY TEXT DOSIS */
.dosis-<uniquifier> {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* ----------TEXT STYLES ---------- */

	p, h1, h2, h3{
		color: #222; 
		text-align: center; 
		/*text-transform: uppercase;*/
		font-family:  "Dosis", sans-serif;
		font-weight: normal;
		display: block;
	}
	

	h1 {font-size: 58px; padding: 0; color: #FFaa22; margin: 0; font-family: 'Honk', serif; }

	h2 {font-size: 28px; padding: 16px 0 16px 0; margin: 0; color:#FFF ; font-family: 'Dosis', sans-serif; }

	h3 {font-size: 48px; letter-spacing: 1px; margin-top: 0px; margin-bottom: 10px; /*text-align:right;*/ font-family: 'Honk', serif; color:#FFaa22 }
	h3.cube {padding-bottom: 30px;}

	h4 {font-size: 36px; color: #FFaa22 ; margin-top: 0px; /*background: #9AC5ED;*/ letter-spacing: 1px; font-weight: normal; margin-bottom: 10px; /*text-align:right;*/ font-family: 'Honk', serif;}	
	h5 {font-size: 36px; color: #FFaa22 ; letter-spacing: 1px; font-weight: normal; margin-bottom: 40px; font-family: 'Honk', serif;}	
	p, summary {font-family: 'Dosis', 'Tahoma', sans-serif; color: #000; font-size: 22px; padding-top: 0px; line-height: 32px; text-align: left;}
	p.fodder {font-size: 28px; text-align: center;}
	a {text-decoration: none; color: #FFaa22 ;}
	a:hover {color: #FF3399 ;}
	li {font-size: 22px; font-family: 'Dosis', 'Tahoma', sans-serif; }

/* Attempts to fix gradient Honk text for iPhone */	
	.gradient-text { 
  font-family: 'Honk', sans-serif;
  background: -webkit-linear-gradient(blue, green);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0px 0px #00000000; 
	font-size: 100px;
	display: block;
}
	

/* ---------- NAVIGATION STYLES ---------- */
	
nav {
	max-width: 100%;
	display: block;
	padding: 0 10px;
}

nav ul {
	max-width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	text-align: center;
	display: block;
}

nav li {
	display: inline-block;
	max-width: 100%;
	color: #fff;
	font-family: 'Honk', serif; 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 26px;
	
}

/* ---------- LIST STYLES ---------- */

ul img{max-width: 64px;}

ul.single img{max-width: 44px;}

ul {list-style-type: square;} /* Because it's cube shaped, geddit? */

ul ul{
	list-style-type: circle;
	padding-top: 10px;
}

ul.two {column-count: 2;}
ul.three {column-count: 3; list-style-type: none; padding-left: 1em;}

ul.two li {padding-right: 20px;}

ul li {
	font-family: 'Dosis' sans-serif;
	padding-bottom: 10px;
}

ol.two {column-count: 2;}
ol.three {column-count: 3;}

ol.two li {padding-right: 20px;}

ol li {
	padding-left: 5px;
	padding-bottom: 10px;
}

.breadcrumb {
	margin: 0 auto;
	max-width: 100%;
}

.breadcrumb p{
	text-align: center;
}

/* ---------- LISTEN NOW BUTTONS ---------- */

.cta{
	max-width: 100%;
	margin: 0 auto;
}

.cta-content{
	max-width: 260px;
	margin: 0 auto;
	display: block;
	padding-bottom: 50px;
}

.cta img {
	display: inline-block;
	max-width: 50px;
	vertical-align: middle;
	padding-right: 10px;
	margin: 10px 0 10px 0; /* Make sure this is the same as the adjecent button */
}

.cta button {
	display: inline-block;
	max-width: 200px;
	box-shadow:2px 4px 8px 0 rgba(0,0,0,0.5);
	vertical-align: middle;
	padding: 5px 8px 5px 8px;
	font-family: 'Saira Extra Condensed', 'Tahoma', sans-serif; 
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
	border-radius: 0;
	border: 1px;
	margin: 10px 10px 10px 0;
	
}

.cta button:hover {
	background-color: #FF3399; color: #fff; 
}


/* ---------- WEBSITE HEADING ---------- */
header {
	max-width: 100%;
	margin: 0 auto;	
	padding: 10px 10px 30px 10px;
}

header img {
	max-width: 250px;
	margin: 0 auto;
	display: block;
	border-radius: 200px;
	box-shadow:2px 4px 8px 0 rgba(0,0,0,0.5);
	margin-bottom: 10px;
}


/* ---------- STRUCTURE ---------- */

.container{
	margin: 0 auto;
	display: block;
	padding: 0;
	width: 80%;
	
}

article {
	
	margin: 0 auto;
	/*background: rgba(255, 255, 255, 0.8) ;*/
	background-image: url("images/background_cork-board.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top top;
	background-size: cover;
	border-radius: 1em;
	padding: 1em;
	box-shadow: 3px 4px 5px #111;

}



article img.cube {	
	/*margin: 0 auto; */
	display: block;
	max-width: 8em;
	border: 0px;
	/*border: 4px solid #ffff60;
	border-radius: 18px;
	box-shadow: 3px 4px 5px #676767;
	float: right;
	margin-left: 50px;*/
	border-radius: 5em;
	box-shadow:2px 4px 8px 0 rgba(0,0,0,0.5);
	margin-bottom: 10px;
} 

article img.note {
	max-width: 100%;
	display: block;
}


article img.main {	
	max-width: 450px;
	border-radius: 14px;
	box-shadow: 3px 4px 5px #676767;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
	padding: 0;
	/*
	max-width: 70px;
	margin: 0 auto;
	display: block;
	border: 4px solid #ffff60;
	border-radius: 18px;
	box-shadow: 3px 4px 5px #676767;
	float: right;
	margin-left: 50px;
	padding: 20px; */
} 

article img.cubepic {
	max-width: 50%;
}

article img.gradient {
	max-width: 30%;
	float: right;
	margin: 0;
	margin-left: 50px;

}

article img.left {
	max-width: 30%;
	float: left;
	margin-left: 0;
	margin-right: 50px;
}

article img.fodder {
	max-width: 140px;
}	
		

article img.dev {
	max-width: 100%;
	width: 100%;
}

article .episode-title {
	display: block;
	padding-bottom: 30px;
	
}

article .episode-cta{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 20px;

}

article .episode-cta img {
	display: inline-block;
	max-width: 50px;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: 0 auto;
	border-radius: 0;
	box-shadow: none;
	float: none;
	margin: 10px 0 10px 0;
}

article .episode-cta button {
	display: inline-block;
	max-width: 200px;
	box-shadow:2px 4px 8px 0 rgba(0,0,0,0.5);
	vertical-align: middle;
	padding: 5px 8px 5px 8px;
	font-family: 'Saira Extra Condensed', 'Tahoma', sans-serif; 
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
	/*margin-right: 10px;*/
	border-radius: 0;
	border: 1px;
	margin: 10px 10px 10px 0;
	
}

article .episode-cta button:hover {
	background-color: #FF3399; 
	box-shadow:2px 4px 8px 0 rgba(0,0,0,0.5); 
	color: #FFF;
}



/* TITLE WITH CUBE IN BACKGROUND */
.fancy-heading {
	background-image: url("images/cube-logo_250px.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: 200px;
	height: 250px;
	display: block;
	margin-bottom: 50px;
	
	}
	
.fancy-heading h3 {
		vertical-align: middle;
		padding-top: 100px;
		line-height: ;
	}


/* DESCRIPTION ON HOME PAGE - Is this necessary or can it be adapted to be <article> to save layout issues? */

.podcast-description {
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8) ;
	border-radius: 14px;
	/*column-count: 2;
	column-gap: 10px;*/
	padding: 32px;
}

.podcast-description img.main {
	max-width: 450px;
	border-radius: 14px;
	box-shadow: 3px 4px 5px #676767;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}

.podcast-description p {font-size: 22px;}


/* STARS OF THE CUBE + GUESTS OF THE CUBE */

.profiles {
	max-width: 450px;
	margin: 0 auto;
	display: block;
	padding: 40px 0 20px 0;
}


img.profile {	
	max-width: 150px;
	display: block;
	border-radius: 200px;
	box-shadow: 3px 4px 5px #676767;
	float: left;
	margin-bottom: 50px;
	margin-right: 50px;
	padding: 0;
} 


.episode-title img {	
	max-width: 50px;
	margin: 0 auto;
	display: block;
	/*border: 4px solid #ffff60;*/
	/*float: left;*/
	padding: 20px;	
}

.episode-title h3, h4 {
	text-align: left;
}


.clearfix{
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


img.cube-divider {
	max-width: 70px;
	margin: 0 auto;
	display: block;
	
}

.divider {
	max-width: 100 %;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}

.divider img {
	max-width: 100px;
	margin: 0 auto;
	display: block;
}


/* ---------- TABLE STYLES ---------- */

table {width: 100%;}
table h5 {text-align: left;}

th, td {
	padding: 15px;
	padding-right: 5%;

}

tr {width: 100%;}
th{background: rgba(255, 255, 255, 0.6) ;}
th h5{margin: 20px 0;}


/* Nice alternating colours on tables */

tr:nth-child(even) {background: rgba(255, 255, 255, 0.5) ;}
tr:nth-child(odd) {background: rgba(255, 255, 255, 0.3) ;}

/* List Pages Table Styles*/


.list th {
	padding: 10px 0 10px 10px;
	margin: 0;
}


.list td {
	padding: 0;
	margin: 0;
}

.list td p /*,h4*/{
	font-size: 18px;
	padding: 2px 2px 2px 10px;
	margin: 0;
}

.list th h4 {
	font-family: 'Dosis';
	font-size: 28px;
	color: #000;
}

.list h2 {
	font-size: 48px;
	text-align: center;
}


/*---------- FOOTER STYLES ---------- */

footer{
	background-color: #111;
	margin: 60px 0 0 9;
	display: block;
	border-top: 1px solid #555;
	padding: 50px;
	

}

footer p{
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #aaa;
}

footer img {
	margin: 0 auto;
	display: block;
	max-width: 200px;
}


/* Guestbook iframe styles */

.guestbook {
	border: 0;
	/*background: rgba(255, 255, 255, 0.8) ;*/
	margin: 0 auto;
	display: block;
	max-width: 100%;
	min-height: 1000px;

} 

.guestbook iframe {
		min-height: 1000px;
		background: rgba(255, 255, 255, 0.8) ;
			border-radius: 14px;
}




/* Add more media queries for box sizing and image properties */

	@media screen and (max-width: 1024px) {
	


/* ---------- Display 800px or Less ---------- */

@media screen and (max-width: 800px) {


		li{text-align: left;}
	  
  		article {padding: 2em;}
		
		ul.three {column-count: 2;}

		ol.three {column-count: 2;}
		
  
}


	/* Collapsing tables */


  table {
    border: 0;

  }
  
  tr:nth-child(even) {
	
  background: rgba(255, 255, 255, 0.5) ;

}

  /*table caption {
    font-size: 1.3em;
  }*/
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
	background: rgba(255, 255, 255, 0.5) ;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {  /* aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  


/* ---------- Display 600px or Less ---------- */		


@media screen and (max-width: 600px) {
		  .column {
			width: 100%;
		  }	
			
		li{text-align: left;}
		  }


		body {
			/* background-image: url("images/cube-background_dark.jpg")*/
			background-repeat: repeat-y;
			/*background-attachment: fixed;
			background-position: top top;
			background-size: auto;*/	
			} 

		.container{
			margin: 0 auto;
			width: 96%;
			margin: 10px;
		}
		
		article {
			padding: 2em;
		}
		
		article img.cubepic {
			max-width: 100%;
		}
		

		
		article img.gradient, article img.left {
			max-width: 100%;
			margin-left: 5px;
			margin-bottom: 40px;
		}
		
		img.profile {	

			margin-right: 20px;

		} 


		
		article img.fodder {
			max-width: 65px;
		}	
		
		.divider {
			padding: 26px 0;
		}
		.divider img {
			max-width: 65px;
		}
				
		
		/* Collapsing List Columns */
		li{
			text-align: left;
		}
		
		ol.two {
			column-count: 1;
		}
		
		ol.two li {padding-right: 0;}
		
		ol.three {
			column-count: 1;
		}
		
		ul.two {
			column-count: 1;
		}
		
		ul.three {
			column-count: 1;
		}


		



	/* Collapsing tables */
	
	@media screen and (max-width: 1024px) {
		
		
		
  table {
    border: 0;

  }
  
  tr:nth-child(even) {
	
  background: rgba(255, 255, 255, 0.5) ;

}

  /*table caption {
    font-size: 1.3em;
  }*/
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
	background: rgba(255, 255, 255, 0.5) ;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  
  table td p {
	margin-top: 12px;
	margin-bottom: 12px;
  }
  
  table td::before {  /*  aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label); */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }




			
}