
body { 
  background: url(../images/sarah-dorweiler-357715-unsplash.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.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);
}

.navlist {
    margin-top: 25px;
}


    
.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: 400px;
    margin-top: 120px;
}
.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;
}

.services p {
    
    padding-bottom: 30px;
}

.phone{
    margin-bottom: 20px;
}

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

@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;
}
.mobile {
    display: block;
    height: 100px;
    width: 100%;
    
    }
    
img {    
max-width: 100%;
    height: auto;
    margin-top: 0px;
    }
 body {
    
    background:#fffffb;
}

}