/*
 Theme Name:   Innereactive Synthesis Child
 Theme URI:    https://www.innereactive.com
 Description:  Innereactive Synthesis Child Theme
 Author:       Innereactive
 Author URI:   https://www.innereactive.com
 Template:     im_synthesis
 Version:      1.0.0
 Tags:         
 Text Domain:  im_synthesis
*/

/* BUTTONS */
.btn-primary {
    color: #ffffff;
    background-color: #8C94AB;
    border-radius: 100px;
    border: none;
    width: 60%;
	padding:10px;
	margin-bottom:10px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}
.btn-primary:hover {
      background-color:#6e7895;
      transition: 0.7s;
  }

.btn-primary:active {
      background-color:#6e7895;
      transition: 0.7s;
  }

.btn-secondary {
    color: #505E85;
    background-color: #ffffff;
    border-radius: 100px;
    border: none;
    width: 40%;
	padding:10px;
	margin-bottom:10px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}
.btn-secondary:hover {
	background-color:#dfe2e8;
	color: #505E85;
	transition: 0.7s;
  }

.btn-secondary:active {
	background-color:#dfe2e8;
	color: #505E85;
	transition: 0.7s;
  }


/* HEADINGS */
.site-header{
	display:none;
}

h1 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #304474;
}

h2 {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #304474;
}

h3 {
	font-family: "adobe-caslon-pro", serif;
	font-size: 1.25rem;
	color: #8C94AB;
}
p {
	font-family: "adobe-caslon-pro", serif;
	font-size: 1.063rem;
}

.safespace-text{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}

.scheduling-bar {
	gap: 0em;
}

.container-spacing-200{
	padding:40px 20% 40px 20%;
}

.container-spacing-100{
	padding:40px 20% 40px 20%;
}

.background-safespace{
	background-image: url("https://collinscounselingmi.com/wp-content/uploads/2022/12/Painting-Background-Safe-Space.jpg");
	background-size:cover;
	background-color: rgb(0,0,0,.50);
	background-blend-mode: multiply;
}
.banner-logo{
	padding-left:50px	
}

.copyright {
	background-color:#484848;
	color:#BCBCBC;
	padding:1rem 4rem 1rem 9rem;
	font-size:14px;
}