/*!
Theme Name: astevenson
Theme URI: http://underscores.me/
Author: Wired Web Services
Author URI: http://www.wiredwebservices.co.za
Description: WordPress theme for Alexandra Stevenson - Clinical psychologist
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: astevenson
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

astevenson is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

body{
     background:#FEFBF6;
}

.btn-1{
	border: 1px solid white;background:#007664;color:white;font-weight:500;
		font-family: 'Quattrocento', serif!important;
}

.btn-2{
    border: 2px solid #007664;background:white;color:#007664;font-weight:500;	
		font-family: 'Quattrocento', serif!important;
}
.btn-primary:hover{
	border: 1px solid white;background:#007664;color:white;font-weight:500;
		font-family: 'Quattrocento', serif!important;
}
.contact-heading, .healing-heading{
	 font-size:47px;
	 font-family: 'Josefin Sans', sans-serif!important;	
	}
p{
	
	font-family: 'Quattrocento', serif!important;
	color:#494738;
	font-weight:500;
}
.notice{
	text-decoration: underline;font-size:22px;
}
@media only screen and (max-width: 436px) {

.notice{
	font-size:18px;
}

}
.para{
	font-size:19px;letter-spacing:0.8px;
}
.para-heading{
	font-size:47px;
	font-family: 'Josefin Sans', sans-serif!important;	
	
}
.underline{
	text-decoration:underline!important;
}
.welcome-pic{
	max-height:490px;
}
h1 {
	font-weight: bold;
    font-style: normal;	
}
h2,h3, h4, h5, h6 {
	font-family: 'Quattrocento', serif!important; font-weight:600;
}	
label , .form-control, .form-control::placeholder, .select
{
	font-family: 'Quattrocento', serif!important;font-weight:600;
}
.quatro{
	font-family: 'Quattrocento', serif!important;
}
.jos{
font-family: 'Josefin Sans', sans-serif!important;	
}
.nav-link{
	color:black!important;
	font-family: 'Josefin Sans', sans-serif!important;font-size:24px;
}
.btn-primary:hover {
	font-weight:bolder;
}
.btn-outline-primary:hover {
border: 1px solid #00b5b2;background:#00b5b2;
    color: white!important;
	font-weight:bolder!important;
}

.hero{background: url(images/3b.jpg);
   background-size: cover;
   background-position: top-center;
  padding-top:190px;
  padding-bottom:90px;
}

.hero2{
  padding-top:190px;
  padding-bottom:100px;
  background:#fdfac9;
}

.hero-heading{
font-size:75px!important;line-height:77px!important;
}

@media only screen and (max-width: 756px) {
  .hero-heading{
font-size:65px!important;line-height:67px!important;
}
.hero{
  padding-top:155px;
  padding-bottom:60px;
}
}


@media only screen and (max-width: 632px) {
  .hero-heading{
font-size:65px!important;line-height:67px!important;
}
.hero{background: url(images/3c.jpg)!important;
   background-size: cover!important;
   background-position: left top!important;
   padding-top:155px;
  padding-bottom:60px;
}
}

@media only screen and (max-width: 518px) {
  .hero-heading{
font-size:50px!important;line-height:52px!important;
}
.hero{background: url(images/3d.jpg)!important;
   background-size: cover!important;
   background-position: left top!important;
   padding-top:150px;
  padding-bottom:55px;
}
}

@media only screen and (max-width: 460px) {
  .hero-heading{
font-size:50px!important;line-height:52px!important;
}
.hero{background: url(images/3e.jpg)!important;
   background-size: cover!important;
   background-position: left top!important;
   padding-top:145px;
  padding-bottom:40px;
}
}

@media only screen and (max-width: 346px) {
  .hero-heading{
font-size:50px!important;line-height:52px!important;
}
.hero{background: url(images/3f.jpg)!important;
   background-size: cover!important;
   background-position: left top!important;
   padding-top:120px;
  padding-bottom:30px;
}
}

@media only screen and (max-width: 312px) {
  .hero-heading{
font-size:47px!important;line-height:49px!important;
}
.hero{background: url(images/3f.jpg)!important;
   background-size: cover!important;
   background-position: left top!important;
   padding-top:120px;
  padding-bottom:30px;
}
}

.hero-intro{
	font-size:22px;
	font-weight:500!important;
}

@media only screen and (max-width: 504px) {
.hero-intro{
	font-size:23px!important;
	font-weight:500!important;
}
}

section{
	padding-top:20px;
	padding-bottom:20px;
}
.section-heading{
	font-size:48px;line-height:52px;
	padding-bottom:75px;
}

.submit-button{
	border: 1px solid #007664;background:#007664;color:white;font-weight:500;
}
.footer {
  background-color: black;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
	  
	  	.alex-logo{max-width:235px!important;}
@media (max-width:500px){.alex-logo{max-width:185px!important;}
}
@media (max-width:293px){.alex-logo{max-width:155px!important;}
}
@media (max-width:264px){.alex-logo{max-width:135px!important;}
}
@media (max-width:240px){.alex-logo{max-width:120px!important;}
}

.theframe{
	width:500px; 
	height:810px;
}
@media (max-width:991px){
.theframe{
	width:700px; 
	height:660px;
}
}

@media (max-width:767px){
.theframe{
	width:510px; 
	height:500px;
}
}

@media (max-width:571px){
.theframe{
	width:490px; 
	height:400px;
}
}
@media (max-width:540px){
.theframe{
	width:460px; 
	height:400px;
}
}

@media (max-width:510px){
.theframe{
	width:435px; 
	height:400px;
}
}

@media (max-width:489px){
.theframe{
	width:410px; 
	height:400px;
}
}
@media (max-width:465px){
.theframe{
	width:380px; 
	height:400px;
}
}

@media (max-width:433px){
.theframe{
	width:350px; 
	height:400px;
}
}

@media (max-width:411px){
.theframe{
	width:340px; 
	height:400px;
}
}

@media (max-width:396px){
.theframe{
	width:325px; 
	height:350px;
}
}

@media (max-width:375px){
.theframe{
	width:315px; 
	height:350px;
}
}
@media (max-width:365px){
.theframe{
	width:295px;
	height:300px;
}
}

@media (max-width:349px){
.theframe{
	width:285px;
	height:300px;
}
}
@media (max-width:340px){
.theframe{
	width:275px;
	height:300px;
}
}

@media (max-width:329px){
.theframe{
	width:265px;
	height:300px;
}
}

@media (max-width:318px){
.theframe{
	width:255px;
	height:300px;
}
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}