/* brockwell psychotherapist */

/* Text selection */
::selection {
  background-color: yellowgreen;
  color: darkslategrey;
}

/* Global box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 18px;
}

/* Track */
/* (no track rule provided) */

/* Handle */
::-webkit-scrollbar-thumb {
  background: slategrey;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darkslategrey;
}

body {
  font-family: 'Raleway', sans-serif;
  background: hsl(0, 20%, 94%) url(leaves-50.png) no-repeat 0% 2.3%;
  padding: 0px;
  margin: 0px;
  line-height: 2rem;
  scroll-behavior: smooth;
}

/* TYPOGRAPHY         */

p {
  color: hsl(135, 3%, 24%);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 1.62rem;
  margin: 0;
  padding: 0 12% 0 5%;
}

h1 {
  font-size: 2.3rem !important;
  padding: 32px 8% 50px 5%;
  margin: 0;
  font-weight: 600;
  color: hsl(12, 67%, 31%); /* terracotta*/
}

h2 {
  font-size: 1.6rem;
  padding: 12px 8% 0 5%;
  margin: 0px;
  font-weight: 600;
  color: darkslategrey;
  line-height: 2.2rem;
}

h3 {
  font-size: 1.4rem;
  padding: 4px 8% 0px 5%;
  margin: 0px;
  font-weight: 600;
  color: hsl(0, 0%, 36%);
}

h4 {
  font-size: 1.4rem;
  padding: 10px 8% 0px 4%;
  margin: 0;
  color: darkslategrey;
  line-height: 2.3rem;
  font-weight: 500;
}

h5 {
  font-size: .8rem;
  padding: 0px 8% 16px 8%;
  margin: 0px;
  font-weight: 100;
  text-align: right;
  color: hsl(188, 24%, 27%);
}

h6 {
  font-size: 0.6rem;
  padding: 2px;
  margin: 0px;
  color: hsl(0, 0%, 87%);
}

@media all and (max-width: 600px) {
  h2 { font-size: 1.2rem; }
}




/* LINKS */


a { font-weight: 600; }

a:link, a:visited {
  text-decoration: none;
  color: hsl(146, 50%, 46%) !important;
  border-bottom: 1px dashed !important;
  padding: 6px 3px;
}

a:hover {
  color: #111;
  border-bottom: 3px solid hsl(146, 50%, 46%) !important;
  background: hsl(0, 0%, 93%);
}

a:active {
  text-decoration: none;
  background: #fff !important;
  box-shadow: 0px 0px 60px hsla(0, 0%, 87%, 0.92);
  border-radius: 8px;
}

a:focus {
  background: #ffe;
}

a:focus-visible {
  outline: none;
  background: black;
  color: white !important;
}




img {
  border: 0;
  margin: 0px;
  padding: 0;
  max-width: 100%;
  height: auto;
  opacity: .65;
}

hr {
  height: 23px;
  background: silver;
  border-radius: 8px;
  width: 84%;
  opacity: .23;
  margin: 50px 8% 20px 12%;
  box-shadow: 12px 12px 20px hsl(0, 0%, 95%);
}

blockquote {
  border-left: 23px solid hsl(0, 0%, 73%);
  opacity: .6;
  font-style: italic;
}

blockquote::before {
  content: open-quote;
  font-size: 4rem;
  color: hsl(0, 0%, 80%);
}

blockquote::after {
  content: close-quote;
  font-size: 4rem;
  color: hsl(0, 0%, 80%);
}

iframe {
  border: 3px solid white !important;
  box-shadow: 12px 12px 20px hsl(0, 0%, 87%);
  margin: 0 5%;
  opacity: .8;
}

/* unordered list */
ul {
  padding: 0 0 0 23px;
  margin: 0px 0 0 6%;
  list-style-type: disc;
}

ul li {
  list-style-type: disc;
  margin: 0px 0 0 6%;
  padding: 0px 0 0 23px;
}

li {
  padding: 6px 12px 0px 0px !important;
  margin: 0px 0 0 23px !important;
  list-style-type: disc;
  color: darkslategrey;
  font-weight: normal;
}

#gall h2 {
	text-align: left !important;
  padding: 32px 12px 12px 5% !important;

}

.artist { color: hsl(51, 100%, 50%); }

.lge { font-size: 2rem; }

.lge2 {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

.most { color: hsl(12, 96%, 5%); }

.ourwill img {
  padding: 0 30% 0 0%;
  max-width: 100%;
  opacity: .9;
}

.quote {
  border-left: 23px solid hsl(0, 0%, 15%);
  padding: 2% 20% 2% 12%;
  margin: 1% 0 0 2.3%;
}

.sml {
  font-variant: normal;
  padding: 2.3% 0 0 4%;
  letter-spacing: .7rem;
  font-weight: 400;
  font-size: .5em;
}

.sml2 {
  font-variant: normal;
  padding: 0% 0 0 8%;
  letter-spacing: .1rem;
  font-weight: 400;
  font-size: 1rem;
}

.sml4 {
  font-size: .7rem;
  letter-spacing: .1rem;
  padding: 8px 6px 8px 6px;
  color: hsl(0, 0%, 100%);
  background: hsl(188, 24%, 27%);
  margin: 0 8px 8px 0;
}

.col1 {
  columns: 140px 3;
  padding: 0% 8% 2% 8%;
  column-gap: 100px;
}

.col2 {
  columns: 100px 5;
}

@media only screen and (max-width: 1200px) {
  .col1 { columns: 100px 2; }
  .col2 { columns: 100px 3; }
}

@media only screen and (max-width: 600px) {
  .col1 { columns: 100px 1; }
  .col2 { columns: 100px 2; }
}

/* margin lefts / margin rights - to centre content */

/* main container -------------------------------- */



#main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 0px 60px hsla(0, 0%, 9%, 0.4);
  background:  transparent;
 }



/* navigation */

nav {
  position: fixed;
  top: 0;
/*  left: 50%;
  transform: translateX(-50%);*/
  width: 1200px;

  max-width: 1200px; /* keeps it from getting too wide */
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: hsla(19, 56%, 40%, 0.9); /* sienna; */
  background: hsl(12, 67%, 31%);
  z-index: 200;
}


@media (min-width: 801px) {
	nav {display: none;}
	}



@media (min-width: 801px) {

#desk {
	width: 100%;
    height: 60px; 
    display: flex;
	  justify-content: space-between;
  align-items: center;
	background: #562114;
	padding: 0 5%;
}
}

@media (max-width: 800px) {
#desk {display: none;}
}


#desk a {
	color: white !important;
	border-bottom: 0 !important;
	font-weight: 400;
	letter-spacing: .1rem;
	font-size: 1.2rem;
}

#desk a:hover {
	background: transparent;
    color: yellow !important;
}


/* Responsive width tweaks */
@media (min-width: 1600px) {
  nav { max-width: 1400px; }
}

@media (min-width: 2000px) {
  nav { max-width: 1600px; }
}


/* Links */
nav a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  letter-spacing: 0.08rem;
  color: red;

  transition: all 0.25s ease;
}

/* Hover effect (no layout shift) */
nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

/* Active */
nav a:active {
  color: white;
}

/* Remove problematic visited styling */
nav a:visited {
  color: white;
}



/* Hide toggle inputs if you're using them */
.toggle,
[id^="drop"] {
  display: none;
}




/* overlay menu */
/* https://www.w3schools.com/howto/howto_js_curtain_menu.asp */


.overlay {
  height: 100%;
  width: 0; /* start hidden */
  position: fixed;
  z-index: 99999; /* higher than nav */
  top: 0;
  left: 0;
  background-color: hsla(12, 62%, 21%, 0.9);
  overflow-x: hidden;
  transition: width 1.2s ease;
}

/* Menu content */
.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  background: transparent;
}

.overlay a {
  display: block;
  padding: 10px;
  font-size: 1.5rem;
  color: white  !important;
  bortder:0;
  text-decoration: none;
  transition: 0.3s;
}

.overlay a:hover {
  color: #ccc;
  border:0 !important;
}

/* Close button */
.closebtn {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 3rem;
  cursor: pointer;
  color: white;
  background: orangered;
}


@media screen and (max-height: 450px) {
  .overlay a { font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}





/* AI authored code below*/

.menu-toggle {
  font-size: 1.8rem;
  color: white;
  margin: 12px 32px 0 32px;
  padding: 4px;
  border-radius: 6px;
  cursor: pointer;
}



#top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
width: 100%;
height: auto;
  background: transparent;
  padding:  0;
  margin-top:  60px;
}


#toplt {
  height: auto;
  padding: 12px 0 0 0;
  width: 75%;

  background: transparent url(leaves-50-sml.png) no-repeat !important;
  
    flex: 1 1 60%;  /* flex-grow | flex-shrink | flex-basis */
  padding-left: 5%;
}

#toprt {
  width: 25%;
  height: auto;
  padding: 3rem 0 0 0;
  background: transparent;
   flex: 1 1 30%;
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
}

#toprt h3 {font-size: 3rem !important;}


@media all and (max-width: 800px) {
  #toplt, #toprt { width: 100%; 
  }
  
  #toprt { padding: 0 60% 0 5%;}
  
 .fas, .far {
  font-size: 3rem !important;
  padding: 30px 0 20px 0; }
 }





#top a:link,
#top a:visited {
  text-decoration: none;
  border-bottom: 0 !important;
  color: seagreen !important;
  text-shadow: 0 0 1px #499FD4;
}

#top a:hover {
  background: transparent;
  border-bottom: 0;
  color: limegreen !important;
  transition: 3.2s;
  text-shadow: 4px 4px 230px seagreen;
}

#top a:active {
  text-decoration: none;
  color: green !important;
  border-bottom: 6px solid currentColor !important;
  transition: 1.3s;
  background: transparent;
  opacity: 0.7;
}



#toplt h1 {
  font-size: 4rem !important;
  padding: 3rem 0 1rem 3rem;
  margin: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: -.1rem;
  line-height: 3.5rem;
  font-variant: normal;
  font-weight:900;
  text-shadow: 2px 2px 2px #ddd;
  color: hsl(203, 62%, 56%); /* lightskyblue  psychotherapy */
}

.top-lge {
  font-size: 5.7rem;
  color: hsl(12, 67%, 31%); /* seagreen - Brockwell */
}

@media all and (min-width: 1700px) {
  #toplt h1 { font-size: 3.5rem !important; }
  .top-lge { font-size: 5rem; }
}

@media all and (max-width: 1024px) {
  #toplt h1 {
    font-size: 3.5rem !important;
    padding: 14% 0 0% 4%;
  }
}

@media all and (max-width: 800px) {
  #toplt h1 {
    font-size: 5rem !important;
    padding: 20% 0 1% 4%;
	  }
	  
	    .top-lge { font-size: 4.5rem; }
}

@media all and (max-width: 600px) {
  #toplt h1 {
    font-size: 3.2rem !important;
    padding: 25% 0 0% 4%;
  }
}



#toprt h3 {
  padding: 0 !important;
  text-align: right;
}

/*
#top h2 {
  padding: 1rem 15% 2px 3rem;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.3rem;
  color: hsl(0, 0%, 24%);
}
*/

#top h3 {
  margin: 0 0 2rem 1rem;
  letter-spacing: .4rem;
  color: slategrey;
  text-shadow: 2px 2px 23px white;
  font-size: 1.2rem;
  font-weight: 600;
}


@media only screen and (max-width: 1024px) {
  #top h3 {
    padding: 2% 15% 0px 4%;
    letter-spacing: 0.4rem;
  }
}

@media only screen and (max-width: 800px) {
  #top h3 {
    padding: 4% 0% 0 5%;
    letter-spacing: 0.32rem;
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  #top h3 { font-size: 1.7rem; }
}


#top h6 {
  padding: 23px 0 0 12.5%;
  font-size: 1rem;
  font-weight: 500;
  color: darkslategrey;
}

#top img { opacity: 1; }


/* the bullet points on the home page */
#top ul li,
#gall ul li {
  padding: 6px 10px 12px 23px !important;
  margin: 0 !important;
  letter-spacing: .1rem;
  line-height: 2.8rem;
  max-width: 56rem;
}

@media only screen and (max-width: 1200px) {
  #top ul li {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}




/* navigation menu */
#gall {
  width: 100%;
  height: auto;
  background: transparent;
  padding: 4px 0;
    display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  #gall {
    height: auto;
    border-bottom: 0px;
  }
}

#gall img { width: 100%; }


.gal-lt,
.gal-rt
{ 
width: 50%;
height:auto;
background: transparent;
 flex: 1 1 50%;
}

.gal-rt img{
	padding: 0 3px 0 0;
    opacity: .75;
}

.gal-rt p {padding: 3px 0 0 2px;
font-size: .88rem; line-height: 1.4rem;
}

@media only screen and (max-width: 800px) {
.gal-lt,
.gal-rt
{ 
    flex: 1 1 100%;
}
}


/* style the contact icons */
.fas, .far {

/*  font-size: 5rem !important; */

}


/* main content */
#site_content {
  width: 100%;
  height: auto;
  background: transparent; /* url(noise.png) repeat */
  padding: 0;
  
    display: flex;
  gap: 2%;
  align-items: flex-start;
}

/* sidebar */
#left {
 
  flex: 2;
  margin: 2% 0;
  padding: 2%;
  border-radius: 9px;
  border: 12px solid whitesmoke;
  background: hsla(0, 0%, 100%, .23) url(noise.png) repeat;
}

#right {
  float: left;
  width: 38%;
  height: auto;
  padding: 0%;
  margin: 0px 0.5% 3px 1%;
  text-align: left;
  background: hsla(0, 0%, 100%, .23) url(noise.png) repeat;
    flex: 1;
  margin-top: 2%;
    border-radius: 9px;
  border: 12px solid whitesmoke;
}

#right img {
  opacity: 1;
  border: 4px solid white;
  margin: 0 0 0 4% !important;
  padding: 0;
}

#right h2 { padding: 46px 8% 0px 5%; }

@media all and (max-width: 800px) {
  #left, #right {
    width: 100% !important;
    padding: 0;
    float: left;
  }
  #left img {
    width: 100%;
    margin: 0;
    height: auto;
  }
}

#over {
  width: 100%;
  height: auto;
  background: transparent url(noise.png) repeat;
  float: left;
  margin: 0%;
  padding: 0;
}

#over p { max-width: 70em; }


#explain {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  float: left;
  background: whitesmoke;
}

#explain img {
  width: 100%;
  opacity: .65;
}



/* footer */
#foot {
  width: 100%;
  margin: 0;
  border-top: 2px solid white;
  background: hsla(12, 62%, 21%, 0.9);
  padding:0;
}

#foot a:link, 
#foot a:visited {
  text-decoration: none;
  color: white !important;
  border: 0 !important;
  padding: 2px 6px;
}

#foot a:hover {
  background: transparent !important;
  color: #ffd !important;
  padding: 2px 6px;
  border-bottom: 0;
}

#foot a:active {
  text-decoration: none;
  color: yellow !important;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0);
  background: transparent !important;
}

#foot h1 {
  color: white;
  font-size: 2rem !important;
  font-variant: normal;
  padding: 2rem 0 1rem 5%;
}

#foot h2 {
  font-size: 1.6rem;
  letter-spacing: .2rem;
  padding: 8px 5% 0px 5%;
  margin: 0px;
  background: transparent;
  color: white;
  border: 0;
}

#foot h3 {
  padding: 2px 5% 3% 5%;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  letter-spacing: .05rem;
}

#foot h4 {
  color: #ddd;
  font-size: .5rem !important;
  padding: 8px 48px 0px 5%;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.4rem;
}

@media all and (max-width: 600px) {
  #foot h2 {
    font-size: 1.2rem;
  }
}






@media (max-width: 800px) {
  #top {
    flex-direction: column;
  }

  #toprt {
    justify-content: flex-start;
    padding: 1rem 5%;
  }

  #site_content {
    flex-direction: column;
  }

  #left,
  #right {
    width: 100%;
    margin: 0;
  }
}


