body{
    font-size: 20px;
    background-image: -webkit-linear-gradient(#2a96f5,#c8def1 )
}

.generalInfo {    /* refers to the body*/
    font-size: larger;
    margin: 100px;
    background: rgb(150,176,238);
    background: linear-gradient(90deg, rgba(150,176,238,1) 0%, rgba(145,168,214,1) 40%, rgba(192,204,223,1) 100%);
}
/*.sticky-top{ /*makes the nav bar stay at top*/
   /* position: sticky;
}*/

h1 {
    font-size: 2.5rem;
    text-align: center;
    color: darkblue;
}

.jumbotron {
    background-color: lightgray;   
}
.resize {  /* reduces ht of navbar*/
    height: 400px;
}

a.nav, li {
    display: inline;
}

img{    
   width: 100%;
    height: 20%;
}

.navigation{    /* background color of nav bar*/
    width: 100%;
    background-color: darkblue;   
}
a{
    color:goldenrod;
    padding-right: 55px;
    font-size: 1.5rem;
}

#mapOfLawrence{
    width: 100%;
    max-width: 500px;
}
.aboutAndContacts{
    margin-top: 3rem;
}

a.email{
    color: blue;
    font-size: 1rem;
}

.photos{  
    margin-left: 20px;
}


.lawyerspics{
    width: 300px;
    height: 400px;
}

#footer{
    margin-left: 5rem;
    background-color: lightslategray;
}

