
@import url('https://fonts.googleapis.com/css2?family=Akronim&family=Montserrat:wght@300;400&display=swap');
@font-face {
    font-family: 'Avenir';
    src:url('/fonts/AvenirLTStd-Roman.otf')  format('opentype'), url('/fonts/AvenirLTStd-Black.otf') format('opentype');
  }

.header-banner {
    padding-top: 20px;
    margin-left: 20px;
    font-size: 28px;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: left
    
}


* {
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "Avenir", Arial; 
      
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
} 

li {
   margin-right: 105px;
    }

.link {
    font-family: "Montserrat", Arial;
    font-size: 21px;
    font-weight: 500;
    color: blue;
}
.link:hover {
    color:rgb(9, 46, 95) !important;
    font-weight: 600;
    
}

.navbar-nav {
    margin-top: 20px;
    margin-left: 10px;
}

.active a {
    font-weight: 700;
}

header {
    background-color: rgba(193, 208, 236, 0.75); 
    min-height:100px;
    
}

.jobTitle {
    font-family:"Montserrat";
    font-weight: 300;
    letter-spacing: .30em;
    
}

.navbar-brand {
    position: relative;
    bottom: 45px;
}


/************************Main Body **********************/
h4 {
    text-align: center;
}

.intro {
    width: 100%;
    height: 600px;
    background-image:
     url("../img/crocus jpeg.jpeg");
     background-repeat: no-repeat;
     background-position: center right;
     background-size: cover;
    display:flex;
    justify-content: center;
}
.intro h1 {
    font-size: 31px;
    font-family: 'Montserrat'; 
    color: #353434;
    font-weight:600;
    line-height: 1.46em;
    letter-spacing: .175em;
    margin-top: 90px; 
    margin-right: 80px;     
}

.openingstatement {
    display:flex;
    text-align: center;
}

.openingstatement p {
    padding-top: 15px;
    margin-top: 81px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
    font-family: "AvenirLTStd-Black";
}


.list li {
    text-align: center;
    list-style: inside;
}

.doxy {
    text-align: center;
    Padding-left: 360px;
    padding-right: 300px;
}

.bold {
    font-weight: 700;
}

.intro-end {
    margin-bottom: 150px;
}

/************************ About Section *****************************/

.headshot {
    width: 400px;
    height: 480px;
    margin-top: 170px;
    margin-left: 30px;
    
}

.aboutMe {
    font-family:"Montserrat";
    Margin-top: 130px;
    
}


.hello {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

.underlay {
    background-color: rgb(235, 228, 228);
    padding-left: 20px;
    padding-top: 10px;
    box-shadow: -5px 5px 9px rgba(165, 155, 155, 0.7);
    border-radius: 7px;
    
}

.list-2 li {
    padding-bottom: 30px;
}

.approach {
    margin-top: 51px;
    margin-left: 17px;
}

.credentials {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 54px;
    margin-bottom: 38px;
}
.experience {
    margin-left: 10px;
}

.training {
    width: 455px;
    height: 600px;
    margin-left: 30px;
    margin-bottom: 80px;
}

.list-3 li {
    padding-bottom: 25px;
}

.onlineTherapy {
    margin-top: 7px;
    margin-left: 10px;
    
}

.onlineTherapy-last {
    margin-bottom: 76px;
    margin-left: 10px;
}

.laptop {
    width: 425px;
    height: 385px;
    margin-top: 160px;
    margin-left: 15px;
    margin-bottom: 100px;
}

/******************************* What To Expect Section ***************************************/

.expect {
    margin-top: 60px;
    margin-left: 63px;
}

.expect-last {
        margin-left: 63px;
        margin-bottom: 120px;
}

.lighthouse {
    width: 560px;
    height: 824px;
    margin-top: 60px;
    border:none;
    outline:none;
}

.fees {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    margin-left: 63px;
    margin-top: 34px;
    margin-bottom: 24px;
}

.feeAssess li {
    padding-bottom: 30px;
    margin-left: 45px;
    line-height: 1.2rem;;
}

/**************************************** Contact Section **************************************/

.contactInfo {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.contact {
    text-align: center;
    justify-content:center;
}

.backdrop {
    background-image: url('../img/redbird.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    opacity: 0.75;
    width: 100%;
    height: 475px;
}

form {
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: rgba(193, 208, 236, 0.75);
    padding-top: 40px;
    border-radius: 8px;
    box-shadow: -5px 5px 15px rgb(165, 155, 155);
    width: 75%;
}

legend {
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4em;
}

input[type="text"] {
    min-width: 33%;
    margin-left: 5%;
    margin-bottom: 20px;
    outline:none;
    border:none;
    display:block;
}

input[type="email"] {
    width: 33%;
    margin-left: 5%;
    outline:none;
    border:none;
    display: block;
}

input[type="textarea"] {
    outline:none;
    border: none;
}

label {
    display: block;
    margin-left: 5%;
    
}

.textarea {
    margin-left: 5%;
    margin-top: 50px;
    width: 90%;
}

button[type="submit"] {
    margin-left: 50%;
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 5px 35px;
    border-radius:23px;
    background-color: #333;
    box-shadow: 2px 2px 4px #000;
    font-family: "Monserrat";
    color: #fff;
}

button[type="submit"]:hover {
    background:#fff;
    color: #333;
}

#myBtn {
    display:none; /* Hidden by default */
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #494646;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color:#fff;
    outline:none;
    border:none;
    cursor: pointer;
}
  
  #myBtn:hover {
    background-color: #fef; /* Add a dark-grey background on hover */
    color:#000;
    outline:none;
  }


/******************** Footer  ***************************/

footer {
    min-height: 200px;
    background-color: #333;
    font-family: "Montserrat";
    font-size: 0.6em;
    color: #fff;
    margin-top:auto;
    display:flex;
    align-items:end;
    justify-content:center;
}

.parafoot {
    text-align: center;
}

.thank {
    margin-top: 80px;
    font-family: "Montserrat";
    font-size: 1em;
    font-weight: bold;
}

/************************************** Media Queries ***************************************/

@media only screen and (max-width: 984px) {
    .headshot {
        width: 300px;
        height: 360px;
    }

    form {
        width: 100%;
    }
    .navbar-brand {
        display:none;
    }

    .navbar-nav {
        margin-right: 60%;
    }
}

@media only screen and (max-width: 830px) {
    .navbar-brand {
        display: none;
    }
    .doxy {
        padding-left:20px;
        padding-right:20px;
        text-align:center;
    }
    .jobTitle {
        display:block;
    }

    #message {
       width: 100%;
    }

    input[type="email"] {
        min-width: 90%;
    }
    input[type="text"] {
        min-width: 90%;
    }

    header {
        background-color: rgb(148, 79, 79);
    }
    .header-banner {
        color:rgb(177, 172, 177);
    }
    .jobTitle {
        color:#fff;
    }
    .link {
        color:rgb(241, 234, 241) !important;
    }
    
    
    .material-icons {
        font-size: 1.5em;
        color: #fff !important;
        outline: none;
    }
    .material-icons:active {
        font-size: 1.5em;
        color: #fff !important;
        outline: none;
    }

    .navbar-toggler {
        outline:none;
    }

    .navbar-toggler:active {
        outline:none;
    }

    .navbar-nav {
        margin-right:60%;;
    }

  }

  @media only screen and (max-width: 500px) {
      #message {
          width: 100%;
      }
  }