/*
Navy-Blue: #1f2c5b
Light Blue: #445fc1
Green: rgb(89, 98, 53)
*/

* {
    box-sizing: border-box;
}

#phone-br br {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    max-height: 100%;
    font-family: Courgette;
    background-color: white;
}

body p {
    font-size: 18px;
    line-height: 2;
    font-family: Quicksand;
}

header {
    width: 100%;
    height: auto;    
    display: flex;
}

nav {
    display: none;
}

nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;   
    background-color: goldenrod; 
}

nav ul {
    height: auto;
    display: flex;
    margin: 3px;
    padding: 1px;
}

nav li {
    display: flex;
    width: 100%;
    height: auto;
    padding: 3px;
    text-align: center;
    list-style-type: none;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

/*DESKTOP*/
/*22px-26px*/

nav li a {
    width: 100%;
    height: auto;
    color: black;
}

nav li:hover {
    border-radius: 10vw;
    background-color: whitesmoke;
}

#desktop {
    display: block;
}

.nav-phone {
    display: none;
}

.dropdown {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.dropdown a {
    width: 100%;
    height: auto;
    display: block;
    padding: 7px 0;
    font-size: 22px;
    text-decoration: none;
    background-color: whitesmoke;
}

.dropdown-content {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    text-align: center;
    padding-top: 7.5px;
}

.dropdown-content a {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Quicksand;
    white-space: wrap;
}

.dropdown:hover .dropdown-content {
    display: block;
    height: auto;
}

.dropdown a:hover   {
    background-color: goldenrod;
}

.main {
    display: flex;
    margin: auto;
}

.main a {
    display: flex;
    margin: auto;
    width: 100%;
    height: auto;
}

.main img {
    margin: auto;
    width: 50%;
    height: auto;
}

.whitespace {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: white;
}

.whitespace-content {
    display: relative;
    text-align: center;
    width: 75%;
    padding: 6vw 1vw 7vw 1vw;    
}

.whitespace-content h3 {
    margin: 0;
    font-size: 35px;
}

.who-we-are {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    justify-content: center;
    text-align: center; 
    background-attachment: fixed;
    background-image: url('./resources/img/bookcase.png');
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
}

.who-we-are-title {
    width: auto;
    height: auto;
}

.who-we-are-title h6 {
    margin: 0;
    padding: 2vw 0 0 0;
    color: black;
    font-size: 35px;
    /*text-shadow: -.5px 0 white, 0 .5px white, .5px 0 white, 0 -.5px white; */
}

.who-we-are-container {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    padding: 2vw 0 3vw 0;
    justify-content: center;
}

.who-we-are-container img {
    width: 100%;
    height: auto;
    border-radius: 10vw;
    border-style: solid;
    border-width: 1.5px;
}

.img-adjust {
    padding: 1vw;
}

.who-we-are-container-box {
    width: 23%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 5vw;
    line-height: 1.25;
    background-color: tan;
}

.who-we-are-container-box h2 {
    margin: .1vw 0 .1vw 0;
    padding: 0 1vw 0 1vw;
    font-size: 25px;
}

.who-we-are-container-box img { 
    width: 80%;
}

.services {
    width: 100%;
    height: auto; 
    text-align: center;
    position: relative;
    background-color:  #9AAB89;
}

.services-title {
    width: 100%;
    height: auto;
    margin: auto;
    color: black;
}

.services-title h2 {
    margin: auto;
    padding: 2vw 0 0 0;
    font-size: 35px;
}

.services-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color:  #9AAB89;
}

.services-content {
    width: 25em;
    height: auto;
    margin: .5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: whitesmoke;
}

.services-content h3 {
    font-size: 25px;
}

.services-quad-title {
    width: 100%;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-quad-title h3 {
    font-size: 25px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#sessions {
    background-color: inherit;
    border-style: none;
    margin: 0 auto;
    width: 45em;
}

#sessions h3 {
    padding-bottom: 0;
}

.vert-line {
    border-left: 1px solid black;
    height: auto;
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .vert-line {
        border-style: none;
        margin: 0;
    }
} 

#pic {
    width: 100%;
    height: 5vw;
    color: white; 
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    background-size: cover; 
    filter: grayscale(0%);
}

.services-content p {
    margin: 2vw 1vw;
}


.learn {
    width: 40%;
    height: auto;
    margin-top: auto;
    margin-bottom: 1vw;
    border-radius: 2vw;
    border-style: solid;
    border-width: 1.5px;
    background-color: whitesmoke;
    transition: width 1s;
}

.learn h6 {

    margin: 1vw;
    color: black;
    font-size: 15px;
}

.learn a {
    display: flex;
    width: auto;
    height: auto;
    justify-content: center;
    color: black;
    text-decoration: none;
}

.learn:hover {
    width: 50%;
    transition: width 1s;
}

/*APPOIMTMENTS*/

input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}
  
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
  
/*Submit button */
input[type=submit] {
    background-color: goldenrod;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
  
.container {
    width: 100%;
    height: auto;
    background-color: #9AAB89;
}

.construction {
    text-align: center;
    }

.construction p {
    margin: auto;
    padding: 2em;

}

.construction img {
    width: 45%;
    height: auto;
}

.icon_container {
    display: flex;
    width: 100%;
    height: auto;
}

.phone_icon {
    width: 50%;
    height: auto;
    text-align: center;
}

.phone_icon a {
    text-decoration: none;
    color: black;
}

.phone_icon img {
    width: 10%;
    height: auto;
}

.email_icon {
    width: 50%;
    height: auto;
    text-align: center;
}

.email_icon a {
    text-decoration: none;
    color: black;
}
 
.email_icon img {
    width: 10%;
    height: auto;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}
  

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
  

.row:after {
    content: "";
    display: table;
    clear: both;
}
  
  
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
} 

.why-not-now-container {
    background-image: url('./resources/img/FAQ.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 7vw 0;
}

#body-faq {
    width: 100%;
    height: auto;
    background-image: url('./resources/img/FAQ.png');    
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
}

.FAQ {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #9AAB89;
}

.FAQ h4 {
    width: fit-content;
    height: auto;
    margin: 0 auto;  
    font-size: 35px;
}

.FAQ a  {
    color: black;
    text-decoration: none;
}

.FAQ a:hover {
    opacity: 60%;
}

.front-pic-faq {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background-image: url('./resources/img/FAQ2.png');
    background-attachment: static;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;  
    flex-direction: column;
}

#faq .collapsible {
    position: relative;
    display: flex;
    margin: 3vw auto 0 auto;
    justify-content: space-between;
    background-color: lightslategrey;
    color: white;
    cursor: pointer;
    padding: 1.75vw;
    width: 80%;
    border: none;
    text-align: left;
    font-size: 25px;
    font-family: Quicksand;
    font-weight: bold;
  }
  
#faq .active, .collapsible:hover {
    opacity: 70%;
  }
  
#faq .collapsible:after {
    content: '\002B';
    color: white;
  }
  
/*MINUS SIGN*/
#faq .active:after {
    content: "\2212";
  }
  
#faq .content {
    display: flex;
    width: 80%;
    margin: auto;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: lightslategrey;
    color: white;
  }

#faq .content p {
    font-family: Quicksand;
    font-size: 18px;
    padding: 0 1vw;
}

#faq .content li {
    font-family: Quicksand;
    font-size: 16px;
}

.lets-do-it {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #9AAB89;
}

.lets-do-it h4 {
    width: fit-content;
    height: auto;
    margin: 0 auto;  
    padding: 4vw;
    font-size: 35px;
}

.lets-do-it a  {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.lets-do-it a:hover {
    opacity: 50%;
}


footer {
    width: 100%;
    height: auto;
    position: relative;
    background-color: beige;
}

#contact-phone {
    display: none;
}

.foot-content {
    display: flex;
}

.foot-container {
    width: 25%;
    margin: 1vw 1vw 1vw 1vw;
}

.foot-container h6 {
    font-size: 20px;
    margin: 0 0 2vw 0;
}

.foot-container a {
    font-size: 16px;
    color: black;
}

.foot-container a:hover {
    opacity: 75%;
}

.foot-contact {
    display: flex;
    width: fit-content;
    color: white;
    background-color: black;
    padding: 2vw;
    border-radius: 100vw;
    border-style: none;
    margin: auto;
    font-family: Courgette;
}

.foot-contact a {
    width: 100%;
    height: auto;
    color: white;
    text-decoration: none;
    font-size: 35px;
}

.foot-contact:hover {
    opacity: 75%;
    cursor: pointer;
}

.foot-address {
    text-align: center;
    margin-top: 1vw;
}

.foot-address p {
    font-size: 16px; 
    margin: 0;
    padding-top: .5vw;
}

.foot-bottom {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    background-color: tan;
    text-align: center;
}

.foot-bottom p {
    font-size: 16px;
}

/*About.html*/

#meet #meet-col-33-phone.meet-col-33 {
    display: none;
}

#meet #meet-col-66-phone {
    display: none;
}

#body-about {
    background-image: linear-gradient(rgb(89, 98, 53), lightslategrey);
}

#meet .meet-title {
    width: 100%;
    height: auto;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#meet .meet-title h6 {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 35px;
    margin: 0;
}

#meet .meet-container {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    padding: 0 8vw 4vw 8vw;
    justify-content: center;
}

#meet .meet-col-33 {
    display: inline;
    width: 30%;
    height: auto;
}

#meet .meet-col-66 {
    width: 70%;
    height: auto;
    background-color: white;
    padding: 4vw;
    display: block;
    align-items: center;
    justify-content: center;
}

#meet .meet-col-66 h5 {
    display: flex;
    font-size: 35px;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
    margin: 0 auto 1.5vw auto;
    justify-content: center;
}

#meet .meet-col-66 p {
    text-align: center;
    line-height: 2;
}

#meet .about-me {
    width: 84%;
    margin: auto;
}

#meet .about-me h5 {
    font-size: 35px;
    margin: 0 0 1vw 0;
    color: white;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}

#meet .about-me p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 5vw;
}

#meet .collapsible {
    position: relative;
    background-color: lightslategrey;
    color: white;
    cursor: pointer;
    padding: 1vw;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    font-family: Quicksand;
    font-weight: bold;
  }
  
#meet .active, .collapsible:hover {
    opacity: 70%;
  }
  
#meet .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    align-items: center;
  }
  
/*MINUS SIGN*/
#meet .active:after {
    content: "\2212";
  }
  
#meet .content {
    padding: 0 1vw;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: lightslategrey;
    color: white;
  }

#meet .content li {
    font-family: Quicksand;
    font-size: 1vw;
    padding-bottom: .25vw;
}

.front-pic-appointment {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background-image: url('./resources/img/appointment.jpeg');
    background-attachment: static;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;  
    flex-direction: column;
}


#body-contact {
    /*background-image: linear-gradient(rgb(89, 98, 53), lightslategrey);*/
    background-image: linear-gradient(#9AAB89, lightslategrey);
}

/*MENTAL.HTML*/

.front-pic-mental{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        background-image: url('./resources/img/individual.png');
        background-attachment: static;
        background-repeat: no-repeat; 
        background-size: contain; 
        background-position: center;  
        flex-direction: column;
}



/*Services.html*/

#mental .services-content {
    width: 25em;
    height: auto;
    margin: .5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-style: none;
}

#mental .services-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: whitesmoke;   
}

#mental .vert-line {
    border-left: 1px solid black;
    height: 25vw;
    margin-top: 5px;
}
