html {scroll-behavior: smooth;} 
   
body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: 300; 
	text-align: center; 
	margin: 0px;
  	overflow-x: scroll;
  	}

#name {height: auto; 
	display: block; 
	padding: 9px;
	margin: 0px;
	text-align: right;
	font-family: 'Didot';
	font-size: 5em;
	color: #111; font-weight: 50; Background-color: transparent;
	}
	
#sansmenu {height: auto; 
	text-align: right; 
	background: transparent; 
	display: block; 
	padding: 1em 2em 2.5em 2em;
}
#sansmenu ul {
	padding-top: 19px;
	margin: 0px;
	height: auto;
	display: inline;
}

h4 {font-style: normal; 
	color: black;
	padding: 15px;
	font-family: 'Bodoni Moda';
	font-weight: 50;
	font-size: 4em;
	text-align: right;
	}
li a {
	font-size: 2em;
	}

li {
	color: #222; display: inline; text-align: right; 
	/*	transition-property: transform;
	transition-timing-function: ease-out;
	transition-delay: 0s; */
	  transition-property: color;
	  	transition-duration: 0.5s;
	  }

li:hover {text-decoration: none; color: #ddd;}

p {	font-family: nunio, Rosarivo, Georgia; 
	font-size: 1vw; 
	text-align: left;  
	font-size: 3em;
	padding: 3% 9% 9% 0%;
	margin: 0%;
	text-decoration: none;
	}

/*SCREEN SIZE CHANGES
********************************************
*/

@media screen and (min-width: 1001px) {
  	div.psychotherapy p {font-size: 3em; column-count: 3;}
  	div.supervision p {font-size: 3em; column-count: 3;}
  	div.writing p {font-size: 3em; column-count: 1;}
  	div.music p {font-size: 3em; column-count: 1;}
/* BACKGROUND IMAGE  	div.bgimage { background-image: url('Psychotherapy/drgiac.jpg');background-size: cover; 
	height: 1200px; background-attachment: scroll;}  */
}

@media screen and (max-width: 1000px) {
  	div.psychotherapy p { font-size: 2em; column-count: 1;}
  	div.supervision p { font-size: 2em; column-count: 1;}
  	div.writing p { font-size: 2em; column-count: 1;}
  	div.music p { font-size: 2em; column-count: 1;}
	li a {font-size: 1em;}
	#name {font-size: 2em;}
	h4 {font-size: 3em;}
/* BACKGROUND IMAGE  		div.bgimage {
	width: 428px;
	height: 520px; 
	background-repeat: no-repeat; 
	background-position: left top; background-attachment: scroll; 
	background-size: 428px 520px;
  	background-image: url('Psychotherapy/drgiacs.jpg'); }
*/
}



/* COLOURS FOR EACH SECTION
********************************************
*/
.psychotherapy {background-color: #41271E; color: #bbdefb;
}
/*	a:visited .psychotherapy{color: #bbdefb;  }*/

.supervision {background-color: #004d40; color: #a7ffeb; }
/*	a:visited .supervision{color: #a7ffeb; } */
.writing {background-color: white; color: black; }
.music {background-color: #311B92 ; color: #C5CAE9; }

@keyframes fade-in {to (scale: 1; opacity: 1;)}
article > img {
	animation: fade-in linear forwards; 
	animation-timeline: view();
	animation-range-start: contain;
	animation-range-end: contain;
	}

.container {
	height: 390px;
	display: flex;
	overflow-x: auto;
	margin-bottom: 39px;
	}
.container::-webkit-scrollbar {width: 0;}

.blog {
	width: 360px;
	height: 360px;
	text-align: center;
	margin-right: 2px;
}
.overlay {
	position: absolute; 
	top: 0; bottom: 0; left: 0; right: 0; 
	height: 100%; 
	width: 100%; 
	opacity: 0.8; 
	transition: .5s ease; 
	margin: 15px 0px 15px 15px; 
	background-color: transparent;
	}
	

.menu::after {content: ""; clear: both; display: table; position: relative;}
* {box-sizing: border-box;}
.header {background-color: transparent; font-family: 'PT Serif'; text-align: center; padding:00px; height: auto;  width: 100%;}
.therapy { background-color:transparent; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 0px; margin: 0px; padding: 0px; border: 1px solid #999;}
img.new {height: 360px; width: 350px; border-radius: 15px;}



.square {float: left; height: auto; padding: 1%; position: relative; cursor: zoom-in; transition: opacity 0.5s; -webkit-transform: opacity 0.5s; -ms-transform: opacity 0.5s; }
.square:hover  {opacity: 0.6;}
.square:hover .overlay {opacity: 1;}
.new {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

	
.text {font-family: nunio, Rosarivo, Georgia; color: white; font-size: 23px; font-weight: bold; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-indent: 0px; text-align: center;}
.copy-words {position: relative; background-color: rgba(203,203,203,0.8); top: 0%;  width: auto; text-align: left; margin: 0% 9% 0% 9%; padding: 9%; color: black; font-family: 'Rosarivo', Times, serif; font-size: large;}
.copy-words a {position: relative; border: 0px; color: #00d; text-decoration: underline;
  width: 100%; text-align: left; padding: 0; transition: 0.3s;}
.copy-words a:hover {font-size: 1.1em; color: blue; transition: 0.3s;}
.footer {padding: 20px; margin: 0px; text-align: right; display: block;}
.footer img {border-radius: 0px;}
p a {text-decoration: underline;}
a {text-decoration: none;}

.navigator {border: 1px solid #555; border-radius: 9%; padding: 3%; margin: 3% 0% 13% 0%; display: inline-block; float: left;}
@media screen and (max-height: 450px) {.copy a {font-size: 20px}}
@media screen and (min-width: 601px) {.square {width: 50%}}
@media screen and (min-width: 992px) {
.overlay  {opacity: 0;}
.square {width: 33.33%;} 
}

#topButton {
  display: block;
  opacity: 0.6;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #aaa;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topButton:hover {
  background-color: #888;
}

.footer {
	background-color: #222229;
	color: #bbb;
	text-align: center;
}