@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Raleway";
/*typography*/
h2 {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: grey; }

h1 {
  font-size: 1em;
  color: gray;
  font-family: "Raleway", sans-serif; }
  @media (min-width: 360px) {
    h1 {
      font-size: 1.2em; } }
  @media (min-width: 550px) {
    h1 {
      font-size: 1.6em; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5em; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 3em; } }

p {
  color: #1c2833;
  font-family: "Raleway", sans-serif; }

h4 {
  font-family: "Raleway", sans-serif;
  color: grey; }

/*site*/
.main-section {
  height: auto;
  min-height: 600px;
  background-color: #EDECE8;
  padding-bottom: 50px; }
  .main-section a {
    text-decoration: none;
    color: grey; }
  .main-section p {
    cursor: default; }

/*header*/
.logo {
  float: left;
  height: 150px;
  margin-top: -90px; }
  .logo img {
    margin-top: 50px;
    height: 60px; }
  @media (min-width: 360px) {
    .logo img {
      margin-top: 45px;
      /*	margin-left: 10px;*/
      height: 70px; } }
  @media (min-width: 550px) {
    .logo img {
      margin-top: 40px;
      /*margin-left: 20px;*/
      height: 90px; } }
  @media (min-width: 768px) {
    .logo img {
      margin-top: 100px;
      /*	margin-left: 90px;*/
      height: 100px; } }
  @media (min-width: 992px) {
    .logo img {
      /*	margin-left: 150px;*/ } }
  @media (min-width: 1300px) {
    .logo img {
      height: 110px;
      /*	margin-left: 25vw;*/ } }

.header-title {
  float: left;
  height: 150px;
  margin-top: -90px; }
  .header-title h1 {
    margin-top: 50px;
    text-align: left; }
  @media (min-width: 550px) {
    .header-title {
      /*padding-left: 80px;*/ } }

.navbar .navbar-nav {
  display: inline-block;
  float: none; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #EDECE8; }

.navbar ul {
  width: 100%; }
  @media (min-width: 768px) {
    .navbar ul {
      width: auto; } }

.navbar {
  font-family: "Raleway", sans-serif; }
  @media (min-width: 768px) {
    .navbar {
      text-align: center; } }

.header-contact p {
  color: grey;
  text-align: right;
  font-size: 12px;
  cursor: default; }
  .header-contact p a {
    cursor: pointer;
    text-decoration: none;
    color: grey; }
  @media (min-width: 550px) {
    .header-contact p {
      font-size: 14px; } }

.dropdown-menu {
  width: 280px;
  height: auto; }

.dropdown-item {
  color: grey;
  margin-top: 10px; }

.dropdown-toggle {
  color: grey;
  text-decoration: none; }

.dropdown-toggle li {
  margin-top: 10px; }

.dropdown-toogle:hover {
  text-decoration: none; }

/*
 * Keyframes
 */
/*main nav*/
.navbar {
  max-width: 100%;
  margin: auto; }

.search-btn {
  margin: 0 auto;
  height: 33px;
  border-radius: 5px;
  box-shadow: none;
  border-style: none;
  width: 100px;
  vertical-align: middle;
  margin-bottom: 1px;
  background-color: #ecf0f1; }
  .search-btn p {
    color: #34495e;
    margin-top: 7px; }
  .search-btn:hover {
    background-color: #95a5a6; }
    .search-btn:hover p {
      color: white; }
  .search-btn:active {
    background-color: #95a5a6; }
    .search-btn:active p {
      color: #34495e; }

/*footer*/
footer {
  padding-bottom: 50px;
  background-color: white;
  margin-top: 50px;
  cursor: default; }
  footer h2 {
    font-family: "Raleway", sans-serif;
    text-align: center; }
  footer p {
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin-left: auto;
    padding-top: 10px;
    color: #59606b;
    font-size: 12px; }
  footer hr {
    border-width: 3px; }
  footer a {
    color: #59606b;
    cursor: pointer; }
  footer a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #59606b; }
  @media (min-width: 550px) {
    footer p {
      text-align: left;
      padding-left: 20%;
      font-size: 14px; } }

.footer-contact {
  height: 170px; }

.facebook {
  padding-top: 20px;
  margin-bottom: 50px; }
  .facebook a {
    text-decoration: none;
    cursor: pointer; }
  .facebook img {
    width: 40px;
    height: 40px;
    display: inline;
    margin-left: 17vw;
    padding-top: 0px; }
  .facebook p {
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
    cursor: pointer; }
  .facebook:hover p {
    color: #e0e2e5;
    cursor: pointer; }

@media (min-width: 360px) {
  .facebook {
    padding-top: 0px; } }
@media (min-width: 550px) {
  .facebook {
    padding-top: 0px; }
    .facebook img {
      margin-left: 120px; }
    .facebook a {
      padding-top: 0px; } }
@media (min-width: 550px) and (min-width: 768px) {
  .facebook img {
    margin-left: 140px; } }
@media (min-width: 550px) and (min-width: 992px) {
  .facebook img {
    margin-left: 85px; } }
.footer-map {
  height: 200px; }
  .footer-map iframe {
    width: 250px;
    padding-bottom: 50px;
    margin: 0 auto;
    display: block; }
  @media (min-width: 550px) {
    .footer-map iframe {
      width: 450px;
      height: 300px; } }
  @media (min-width: 992px) {
    .footer-map iframe {
      width: 350px;
      height: 250px; } }

.carousel-inner > .item > img {
  margin: 0 auto;
  width: 100%; }

p {
  cursor: default; }

li {
  cursor: default; }

.services {
  margin-top: 0px; }

.services-list h2 {
  margin-bottom: 20px; }

.services-boxes {
  background-color: #EDECE8;
  height: 250px; }
  .services-boxes h2 {
    padding-top: 25px;
    text-align: center; }
  .services-boxes p {
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 12px;
    padding: 3px 20px 15px 20px; }
  .services-boxes a {
    font-family: "Raleway", sans-serif;
    padding-left: 20px; }
  .services-boxes li {
    font-family: "Raleway", sans-serif;
    padding-left: 40px; }
  @media (min-width: 550px) {
    .services-boxes h2 {
      padding-top: 30px; }
    .services-boxes p {
      font-size: 15px;
      padding-left: 50px;
      padding-right: 50px; }
    .services-boxes ul {
      margin-left: 25%; }
    .services-boxes li {
      font-family: "Raleway", sans-serif;
      padding-left: 10%; } }
  @media (min-width: 992px) {
    .services-boxes P {
      font-size: 12px;
      padding: 5px 15px 5px 15px; }
    .services-boxes ul {
      margin-left: 7%; }
    .services-boxes li {
      font-family: "Raleway", sans-serif;
      padding-left: 7%; } }
  @media (min-width: 1300px) {
    .services-boxes p {
      font-size: 13px; } }

/*a{
	text-decoration: none;

	&:hover{
		background-color:#34495e; 
		
		a{
			text-decoration: none;
		}
	}

	&:active{
		background-color:#95a5a6;

		a{
			text-decoration: none;
		}

	}
}*/
.services-btn {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
  border-style: none;
  background-color: #bdc3c7;
  width: 180px;
  color: #34495e;
  padding-top: 10px; }
  .services-btn:hover {
    background-color: #34495e;
    color: white; }
  .services-btn:active {
    background-color: #95a5a6;
    color: white; }

.nell-box img {
  margin: auto;
  display: block;
  margin-top: -27px;
  border: solid 4px white; }

.about-photo img {
  height: 250px;
  display: block;
  margin: auto;
  margin-top: 20px;
  border: solid 4px white; }
  @media (min-width: 360px) {
    .about-photo img {
      height: 300px;
      margin-top: 30px; } }
  @media (min-width: 550px) {
    .about-photo img {
      margin-top: 100px; } }
  @media (min-width: 992px) {
    .about-photo img {
      height: 350px;
      display: block;
      margin: auto;
      float: left;
      margin-top: 10%;
      margin-left: 12vw; } }

.about-text p {
  padding-left: 20px;
  font-family: "Raleway", sans-serif; }
.about-text h4 {
  color: grey;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-bottom: 20px; }
@media (min-width: 360px) {
  .about-text p {
    padding-left: 20vw; } }
@media (min-width: 768px) {
  .about-text {
    width: 50%;
    float: right;
    margin-top: 70px; }
    .about-text h4 {
      padding-bottom: 20px; }
    .about-text p {
      padding-left: 0px; } }

.p-header {
  color: gray; }

.work-history {
  margin: 20px; }
  @media (min-width: 360px) {
    .work-history {
      float: left;
      margin: auto;
      margin: 30px 50px 30px 50px; } }
  @media (min-width: 992px) {
    .work-history {
      margin: 50px 100px 30px 100px; } }

.therapy-types {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
  padding-right: 5px; }
  .therapy-types h2 {
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
    margin: 0; }

p {
  margin-bottom: 0px; }

.feature {
  width: 100%;
  height: 300px;
  border: solid 4px white; }

.individual {
  position: relative;
  background-image: url("../img/counselling-grad.jpg");
  background-size: cover;
  background-position: center; }
  .individual figcaption {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0; }
    .individual figcaption p {
      bottom: 10px; }

.couple-session {
  position: relative;
  background-image: url("../img/couple-grad.jpg");
  background-size: cover;
  background-position: center; }
  .couple-session figcaption {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0; }
    .couple-session figcaption p {
      bottom: 10px; }

.group {
  background-image: url("../img/group-grad.jpg");
  background-size: cover; }
  .group figcaption {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0; }
    .group figcaption p {
      bottom: 10px; }

.skype {
  background-image: url("../img/skype-grad.jpg");
  background-size: cover; }
  .skype figcaption {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0; }
    .skype figcaption p {
      bottom: 10px; }

.sessions-text p {
  color: #22313F;
  position: absolute;
  bottom: 0px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }

.modal-content {
  margin-top: 100px;
  background-color: #EDECE8; }

.modal-body p, h4 {
  padding: 0 20px 0 20px;
  text-align: center; }

.modal-btn-open {
  margin: 0 auto;
  white-space: normal;
  margin-top: 50px;
  border-radius: 5px;
  box-shadow: none;
  border-style: none;
  background-color: #bdc3c7; }
  .modal-btn-open p {
    color: #34495e;
    padding-top: 0px;
    font-size: 16px; }
  .modal-btn-open:hover {
    background-color: #34495e; }
    .modal-btn-open:hover p {
      color: white; }
  .modal-btn-open:active {
    background-color: #95a5a6; }
    .modal-btn-open:active p {
      color: white; }
  @media (min-width: 550px) {
    .modal-btn-open {
      margin-left: 70px; } }
  @media (min-width: 768px) {
    .modal-btn-open {
      margin-left: 0px; } }
  @media (min-width: 992px) {
    .modal-btn-open {
      margin-left: 50px; } }

.prices-text {
  margin: 30px auto;
  width: auto; }
  .prices-text h4 {
    margin-bottom: 30px;
    color: grey;
    font-size: 24px; }
  @media (min-width: 550px) {
    .prices-text {
      margin-top: 60px;
      margin-left: 100px;
      float: left; } }

.prices-img img {
  width: 100%;
  border: solid 4px white;
  margin: 20px auto; }
  @media (min-width: 550px) {
    .prices-img img {
      margin-top: 17vh; } }

.p-header {
  padding-top: 20px; }

.contact-info h2 {
  font-size: 14px;
  cursor: default; }
  @media (min-width: 768px) {
    .contact-info h2 {
      margin-top: 60px;
      padding-bottom: 10px;
      font-size: 20px; } }
  .contact-info h2 a {
    text-decoration: none;
    color: grey; }

.building img {
  width: 100%;
  margin: auto;
  border: solid 4px white; }
  @media (min-width: 768px) {
    .building img {
      margin: 55px auto; } }

#contactForm h2 {
  padding: 20px;
  text-align: center;
  padding-top: 50px;
  font-family: "Raleway", sans-serif; }

.form-group label {
  font-family: "Raleway", sans-serif;
  color: #34495e; }

.form-group input {
  font-family: "Raleway", sans-serif; }

.send-btn {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
  border-style: none;
  background-color: #bdc3c7;
  width: 180px;
  color: #34495e;
  padding-top: 3px; }
  .send-btn:hover {
    background-color: #34495e;
    color: white; }
  .send-btn:active {
    background-color: #95a5a6;
    color: white; }
  @media (min-width: 550px) {
    .send-btn {
      width: 320px; } }

.why-photo img {
  width: 100%;
  height: auto;
  float: right;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  border: solid 4px white; }
  @media (min-width: 360px) {
    .why-photo img {
      margin-top: 30px; } }
  @media (min-width: 550px) {
    .why-photo img {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .why-photo img {
      display: block;
      margin-top: 50px;
      margin-bottom: 50px; } }

.why-header h4 {
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 550px) {
    .why-header h4 {
      margin-top: 100px; } }

p span {
  font-weight: bold;
  font-size: 1.2em;
  color: #666666; }

.panel-heading h2 {
  text-decoration: none;
  color: grey;
  margin-top: 5px;
  margin-bottom: 0px; }

.panel-heading:hover {
  text-decoration: none; }

.issues-text img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 0 auto;
  clear: both;
  padding-bottom: 50px; }
  .issues-text img a {
    text-decoration: none;
    color: grey;
    cursor: pointer; }

.issues-text h1 {
  padding: 50px auto;
  margin: 50px auto;
  text-align: center; }

/*# sourceMappingURL=main.css.map */
