@charset "utf-8";
html {
  margin:0;padding:0;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ 
  }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: 'Lato', sans-serif;
	font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   }
a:link {color:#5FB2E0}
a:visited {color:orange;}
a:hover {color:pink}}
/* ##### begin foundation css ##### */   
   /** Remove the outline on focused links when they are also active or hovered */
a:active,
a:hover {
  outline-width: 0; }
/* Remove the border on images inside links in IE 10-.    */
img {
  border-style: none; }
  

  a img {
    border: 0; }



/* ##### end Foundation CSS ##### ) */  
  
  .btn {
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  color: #ffffff !important;
  font-size: 20px;
  background: #65818a;
  padding: 6px 14px 7px 14px;
  text-decoration: none;
	-webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
}

.btn:hover {
  background: #6c909c;
  text-decoration: none;
}
 
  
    .container {max-width:1150px;margin:auto;padding:1% 3%;position: relative;z-index: 1;}
   	.dropShadowCorners {
	border-radius: 16px 16px 16px 16px !important;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.22) !important;
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.22) !important;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.22) !important;
		position: relative;z-index: 8;
}


   .header {height:75px;border-radius: 16px 16px 0px 0px !important;postion:relative;z-index: 10; }
   .header .padding {padding:0px 5px 10px 15px;font-family: 'Devonshire', cursive;font-size:58px;color:#fff;}
   .headerflowers {position:absolute;z-index:111;right:0;display:inline-block;}
   .content {background:white;border-radius: 0px 0px 16px 16px !important;  }
   .content .padding {padding:3%;}
   .footer {margin:auto;max-width:1150px;font-size:.7em;color:ccc;}
   
   /* ##### HOME ##### */
   .homepage {background:#ffeddd;}
   .homepage img {border: 2px solid #65818a;}
   .homepage .header { 
     background: #65818a;
     }

   /* ##### ABOUT ##### */
   .about {background:#9eb5b3;}
   .about img {border: 2px solid #6b7c83;}
   .about .header {
     background: #6b7c83;
     }

   /* ##### PSYCHOTHERAPY ##### */
   .psychotherapy {background:#fff5c3;}
   .psychotherapy img {border: 2px solid #a5c5ba;}
   .psychotherapy .header {
     background: #a5c5ba;
     }

   /* ##### COACHING ##### */
   .coaching {background:#f4d7ae;}
   .coaching img {border: 2px solid #bcd6d1;}
   .coaching .header {  
     background: #bcd6d1;
     }

   /* ##### FORMS ##### */
   .forms {background:#f4d7ae;}
   .forms img {border: 2px solid #556c56;}
   .forms .header {
     background: #556c56;
     }
   

   
   /* ##### NAV ##### */
   
    /* Add a background color to the top navigation */
.topnav {
    background-color: #55585d;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #8E8E8E;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
/* media break for nav only */
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	/* media break for nav only */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 
   
@media (max-width: 400px){
	  
  .container {max-width:1150px;margin:auto;padding:0%;}
	.content {background:white;border-radius: 0px !important;  }
   .content .padding {padding:3%;}
  .header {text-align:center;height:56px;border-radius: 0px !important;  }
  .header .padding {font-size:27px;padding:12px 5px 5px 15px;}
  .imageright {float:none;margin:10px 0px 10px 0px;max-width:100%;}
	.imageleft {float:none;margin:10px 0px 15px 0px;max-width:100%;display:block;}
	.dropShadowCorners {
		border-radius: 0px !important;}
	.headerflowers {display:none;}
}
@media only screen and (max-width: 600px) and (min-width: 401px)  {
	.container {max-width:1150px;margin:auto;padding:0%;}
		.content {background:white;border-radius: 0px !important;  }
   .content .padding {padding:3%;}
	.header {text-align:center;height:62px;border-radius: 0px !important;  }
	.header .padding {font-size:34px;padding:9px 5px 5px 15px;}
	.imageright {float:right;margin:0px 0px 15px 15px;max-width:200px;}
	.imageleft {float:left;margin:0px 25px 15px 0px;max-width:200px;}
	.dropShadowCorners {
		border-radius: 0px !important;}
	.headerflowers {display:none;}
	  

}

@media only screen and (max-width: 900px) and (min-width: 601px)  {
	.container {max-width:1150px;margin:auto;padding:2%;}
		.content {background:white;border-radius: 0px 0px 16px 16px !important;  }
   .content .padding {padding:3%;}
	.header {text-align: left;border-radius: 16px 16px 0 0 !important;}
	.header .padding {font-size:50px;padding:6px 5px 5px 15px;}
	.headerflowers {display:none;}
		   .imageright {float:right;margin:0 0 15px 15px;max-width:275px;}
	   .imageleft {float:left;margin:3px 15px 15px 0px;max-width:275px;}
}
   @media (min-width: 901px){
	   .imageright {float:right;margin:0 0 15px 15px;max-width:275px;}
	   .imageleft {float:left;margin:3px 15px 15px 0px;max-width:275px;}
}