html {
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
}
* {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

div{
	color:black;
}
header {
	display: flex;
	justify-content: space-between;	
}
p{
	margin:0;
}
.topnav {
  overflow: hidden;
  display: inline-block;
}


.topnav a {
  float: left;
  display: block;
  color: grey;
  text-align: center;
  padding: 14px ;
  text-decoration: none;
  font-size: 17px;
}


.topnav a:hover {
  
  color: black;
}

.topnav .icon {
  display: none;
}
.div_stlye{
	margin: 0 auto;
	width:90%;
	padding-left: 5%;
	align-content: center;
}

#whyus ul li{
	font-family:'Sorts Mill Goudy',sans-serif;font-size: 25px;
	list-style-type: none;
}
h2 {
	
	text-align: center;
	font-size: 35px;
}

#practiceareas ul li {
	font-family:'Sorts Mill Goudy',sans-serif;font-size: 17px;
}
#practiceareas ul li p{
	font-family:'Sorts Mill Goudy',sans-serif;font-size: 17px;
	text-align: justify;
}

#profile p{
	font-family:'Sorts Mill Goudy',sans-serif;font-size: 17px;
	text-align: justify;
}

#contact p{
	font-family:'Sorts Mill Goudy',sans-serif;font-size: 17px;
}
a{
	text-decoration: none;
	color:black;
	font-family: 'Lato', sans-serif;
}
.button{
	border:solid 5px;
	font-size: 16px;
	padding:10px;
}
.button:hover{
	background-color: black;
	color:white;
}
.button2{
	border:solid 5px white;
	font-size: 16px;
	padding:10px;
	color:white;
}
.button2:hover{
	background-color: white;
	color:black;
}
a button:hover{
	color:white;
}

footer {
	/*border-top:2px solid #001B2E; */
	font-family:'Sorts Mill Goudy',sans-serif;font-size: 17px;
	padding-left:10px;

}
div{
	overflow: auto;
}