
body {
    background-color: #fffffb;
     height: 100%;
    margin: 0;
}

.nav-link {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    padding: 10px 40px;
}

nav {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-width: 1px;
    background-color: rgba(252, 252, 252, 0.97);
    margin-top: 0px;
}

.navlist {
    margin-top: 25px;
}

.indexpage {
    height: 100%;;
}
.indextext {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

    
.PsyD {
    font-size: 1em;
    margin-top: 0px;
    font-family: 'Cormorant Garamond', serif;
    
}
.brand {
    text-align: center;
    
    
}

.topbrand {
    font-family: 'Cormorant Garamond', serif;
   margin-bottom: 0px;
    font-size: 2em;
}

a:link {
    color: #000000;
}



/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    font-weight: 900;
}

/* selected link */
a:active {
   font-weight: 700;
}
    

.container {
    padding: 40px 30px;
}

img {
    height: 350px;
    margin-top: 135px;
}
.photo {
    text-align: center;
}

.about {
    text-align: center;
    margin: 20px 0px;
    padding: 10px 0px;
    font-family: 'Montserrat', sans-serif;
}

.contact {
  font-family: 'Montserrat', sans-serif;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-width: 1px;
    
    
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 20px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-width: 1px;
    
    
    margin-left: 150px;
    margin-right: 150px;
    padding-bottom: 20px;

}
 h4 {
     font-family: 'Montserrat', sans-serif;
}


p {
    font-family: 'Raleway', sans-serif;
}

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

.services h4 {
    margin-top: 30px;
}
.bottommargin {
    margin-bottom: 0px;
}
#topspace {
    margin-top: 0px;
}
.phone{
    margin-bottom: 20px;
}

.navcontainer {
    margin-left: 0px;
    margin-right: 0px;
}

.smallpadding {
    padding-bottom: 5px;
}

.servicelist ul {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 350px;
    
}

@media only screen and (max-width: 1025px) {
   nav {
    text-align: center;
       
}

.navlist {
    margin-left: 0px;
}
.nav-item {
    
    
    padding: 5px; 
    
}
.nav-link {
    padding: 5px;
    font-size: 1em;
    }

 

.PsyD {
    font-size: 0.7em;
    margin-top: 0px;
    
}
.brand {
    text-align: center;
    width: 100%;
   
}
.row {
    margin: 0px;
    }

.topbrand {
    font-family: 'Cormorant Garamond', serif;
   margin-bottom: 0px;
    font-size: 1.5em;
} 
 
h2 {
    margin-left: 0px;
    margin-right:0px;
    padding-bottom: 20px;
         
}
    .contact {
         margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
    }
    

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

img {
    margin-top: 50px;
    }

.navcontainer {
    margin-left: 0px;
    margin-right: 0px;
}
    body {
    background-color:#ffffe2;
}
    .servicelist ul {
    padding-left: 40px;
    
}

}