@charset "iso-8859-2";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Mulish:400,700,300,600|PT+Sans:400,700);

/* Additions May 2024 */

.blackOverlay {
  z-index: 10000 !important;
    opacity: 0;
  background: url(https://www.krongoldgroup.com.au/gallery/kooyong1/kooyong-1-pg.jpg), rgba(0, 0, 0, 0.75);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: anim_fadein, anim_fadeout;
  animation-delay: 700ms, 12700ms;
}
.blackOverlay img {
  position: absolute;
  opacity: 0;
  width: 250px;
  left: 50%;
  top: 50%;
  margin: -80px 0 0 -125px;
  animation-duration: 2000ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: anim_fadein, anim_fadeout;
  animation-delay: 1s, 4s;
}

.popup {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 50px;
  margin: -25px 0 0 -300px;
  z-index: 10;

  animation-duration: 2000ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: anim_fadein, anim_fadeout;
  animation-delay: 6s, 10s;
}
.popup p {
  text-align: center;
  font-size: 15px;
  color: #fff;   
}

.closePopup {
  float: right;
  font-weight: bold;
  color: red;
  cursor: pointer;
}

@keyframes anim_fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes anim_fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}


/* typography */


a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, li, td {
font-size: 12pt;
line-height: 18pt;
color:#787878;	
margin-top: 0px;
margin-bottom: 10px;
}
li, td, th, input, select { margin: 0; }

li { 
	color: #000;
	list-style-image: url(../elements/triangle.png);
}

h1 {
font-size: 18pt;
line-height: 22pt;
font-weight: 300;
color: #000;
}
#home h1 { font-family: 'PT Sans', sans-serif; }

h2 {
font-size: 13pt;
line-height: 18pt;
font-weight: normal;
color:#000;	
margin-top: 12px;
margin-bottom: 3px;
}

h3 {
font-size: 12pt;
line-height: 18pt;
color:#787878;	
margin-top: 12px;
margin-bottom: 3px;
}


hr {
height:1px; 
border:none; 
color:#cdccca; 
background-color:#cdccca;	
}


/* layout */

html, body, #home  {
	height: 100%;	
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Mulish', sans-serif;
	background-color: #fff;
}
body.home {
    background-color: #000;
}
#home {
    opacity: 0;
  animation-name: anim_fadein;
  animation-delay: 800ms;
}


#mask {
	position: fixed;
	width: auto;
	height: 100%;
	width: 30%;
	z-index: 1000;	
	right: 0;
	top: 0;
	pointer-events: none;
}

	header {
		position: fixed;
		width: 100%;
		height: 100px;
		background-color: #000;
		z-index: 500;	
	}
	
	#logo {
		position: relative;
		float: left;
		height: 50%;
		width: auto;
		padding: 25px; 
		padding-left: 40px;
	}
	
	.backstretch-caption {
		position: absolute;
		top: 20%;
		left: 40%;
		margin: 0 auto;
		font-family: 'PT Sans', sans-serif;
		font-size: 20pt;
		color: #fff;
		padding: 10px 25px;		
		border: 1px solid #fff;
		background-color: rgba(0,0,0,0.2);
		font-weight: normal;
		cursor: pointer;
	}
	.backstretch-caption.black { color: #000; }
	.backstretch-caption.white { color: #fff; }

#container { position: absolute; top: 0; left: 0;  width: 100%; }	
	
	aside {
		position: relative;
		float: left;
		width: 15%;
		padding: 30px;
		padding-top: 160px;
		min-height: 300px;
		z-index: 401;
	}
	#projecttext {
		padding-bottom: 60px;
	}
	
	
	.features.cat1 p {
		text-align: right;
		font-size: 12pt;
		line-height: 18pt;
		color:#bbbbbb;	

	}
	.features.cat1 h2 {
		text-align: right;
		font-size: 12pt;
		line-height: 18pt;
		font-weight: normal;
		color:#787878;	
	}
	.quote { 
		position: relative;
		float: left;
		height: 40px;
		margin-top: -15px;
	}
	
	section {
		position: relative;
		float:left;
		width: 40%;
		padding-left: 60px;
		padding-top: 160px;
		min-height: 900px;
		border-left: 1px solid #dadada;
		/* box-shadow: 10px 0 6px -6px #ccc inset; */
		z-index: 401;
		padding-bottom: 60px;
	}
	section p img {
		max-width: 90%;
		height: auto;
	}

	figure {
		position: fixed;
		margin: 0;
		top: 100px;
		right: 0;
		width: 35%;	
		height: 100%;
	}
	figure #whitemask { 
		position: absolute;
		left: 0;
		height: 100%;
		width: 55%;
		z-index: 400;	

	}
	
	#pageimage { display: none;}
	
		  #gallerygrid {
		  position: relative;
		  display: flex;
		  display: -webkit-flex;
		  justify-content: space-between;
		   -webkit-justify-content:	space-between;
		  flex-wrap: wrap;  
		  -webkit-flex-wrap: wrap; 
	  }
	  #gallerygrid a {
		  flex-basis: 30%;
		  flex-grow: 0;
		  flex-shrink: 0;
		   -webkit-flex-basis: 30%;
		   -webkit-flex-grow: 0;
		   -webkit-flex-shrink: 0;
		  border: 1px solid #dadada;
		  margin-bottom: 10px;
		  cursor: pointer;
		  opacity: 1;
	  }
	  
	  #gallerygrid a img {
	  width: 100%;
	  height: auto;
	  margin-bottom: -5px;
	  }
	  #gallerygrid a:hover img {
  		-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
   		filter: grayscale(100%);
	opacity: 0.8;
	  }
	#contactdetails {	  
		position: fixed;
		bottom: 0px;
		right: 0;
		width: 25%;
		z-index: 1001;
	}
	#home #contactdetails {	bottom: 45px; }
	
	#contactdetails p { 
	float: right;
	padding: 2px 14px;
	color: #ccc;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 6px;
	text-align: right;
	vertical-align: baseline;
	margin-top: 0;
	width: 100px;
	/* border-left: 1px solid #fff; */
	}
	#contactdetails p:last-of-type { border-left: none; }
	#contactdetails p a:link, #contactdetails p a:active, #contactdetails p a:visited {color: #ccc; text-decoration: none; }
	#contactdetails p a:hover  { color: #fff; }
	#contactdetails p.hidden { display:none; }
	
	footer #contact {
		padding-top: 50px;
	}
	footer #contact p {
		font-size: 10pt; 
		line-height: 12pt;
	}
	
	footer {
		position: absolute;
		bottom: 0;
		z-index: 500;
		width: 100%;
		height: 40px;
		background-color: #464646;
		border-top: 4px solid #000;
		padding-bottom: 4px;
		z-index: 2000;
		}
#push { 
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  text-align: center; 
  cursor: pointer; 
	background-color: #464646;
}
#push img { width: 30px; height: auto; }
#pushimage.rotate { transform: rotate(180deg); }
	#footer2 { 
	display: none;
	position: absolute;
	bottom: 40px;		
	width: 70%;
	min-height: 200px;
	padding: 40px 15%;
	border-top: 4px solid #000;
	background-color: #464646;
 	text-align: center;
}
#footer2 p.inline, #footer2 h1.inline { display: inline; }

	footer p, footer h1 { 
	position: relative;
	font-size: 14pt;
	line-height: 30pt;
	color:#ccc;	
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	}
	footer p a:link, footer p a:visited { color: #ccc; text-decoration: underline; font-style: italic; }
	

/* incidentals */

a img { 	border: none; }



/* adjustments for responsive design */

@media only screen and (max-width: 1400px)  {
	#contactdetails p { font-size: 8pt; line-height: 10pt; width: 80px}
}



@media only screen and (max-width: 1100px)  { 
	#contactdetails p  { font-size: 7pt; line-height: 9pt }
}

@media only screen and (max-width: 950px)  { 
	#logo { height: 72%; padding-left: 20px; padding-top: 15px; }
	aside { width: 60%; min-height: inherit;  padding-top: 120px;}
		aside.projects {padding-top: 120px;}

	section { padding-left: 30px; width: 60%; padding-top: 20px; min-height: auto; }
}



@media only screen and (max-width: 650px)  { 
	.backstretch-caption {
		top: 30%;
		left: inherit;
		right: 80px;
		font-size: 14pt;
		padding: 5px 14px;
}
	
	#gallerygrid a { flex-basis: 100%; }
	figure  {  display: none }
	#pageimage { 
		display: block;
		position: relative;
		height: 50%;
		width: 100%;
		}
	#pageimage img { width: 100%; height: auto; }
		aside { display: none;}

	
		aside.projects { display: block ; padding-top: 20px;}

	section { padding-top: 20px; }

}