.container {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "header"
    "main"
    "footer";
}

header {
  grid-area: header;
  background-color: black;
  color: white;
  text-align: center;
  height: 250px;
}

.navbar {
  display: flex;
  text-align: center;
  justify-content:  center;
  background-color: black;
}

.navbar a {
  color: #f2f2f2;
  font-weight: 500;
  text-align: center;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 25px;
  text-transform: uppercase;
}

.navbar a:hover {
  color: silver;
  font-weight: 500;
}

.navbar a.active {
  color: white;
  text-shadow: 1px 1px gray;
}

.navbarserv {
  display: flex;
  text-align: center;
  justify-content:  center;
  background-color: white;
}

.navbarserv a {
  color: black;
  text-align: center;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.navbarserv a:hover {
  color: gray;
}

.navbarserv a:active {
  color: black;
}

.backhomelink a {
  text-align: center;
  text-decoration: none;
}

.backhomelink {
  text-align: center;
  text-decoration: none;
}

hr {
  height: 15px;
  border: 0 none;
  box-shadow: inset 1px 12px 12px -4px silver;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

main {
  grid-area: main;
  background-color: white;
  text-align: center;
}

h3 {
  font-weight: bold;
  color: black;
  font-size: 40px;
  text-align: center;
}

h1 {
  font-weight: bold;
  color: black;
  text-align: center;
}

ul {
  list-style-type: square;
  line-height: 1.5;
  margin-left: 80px;
}


.aboutinfo {
  display: block;
  font-size: 22px;
  font-weight: 400;
  text-align: justify;
  margin-left: 140px;
  margin-right: 140px;
}

.servicesinfo {
  display: block;
  font-size: 20px;
  margin-left:250px;
  margin-right:250px;
  text-align: left;
}

.servicesintro {
  display: block;
  margin-left:150px;
  margin-right:150px;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 10px;
}

.footercontent {
  display: flex;
  justify-content: space-around;
  background-color: black;
  grid-area: footer;
  color: white;
  height: 150px;
  width: 100%;
}

.flex-cell {
  background-color: black;
  padding: 20px 5px;
  text-align: center;
  line-height: 2;
}

.flex-cell2 {
  background-color: black;
  padding: 20px 5px;
  text-align: center;
}

.flex-cell2 a:hover {
  color: white;
  text-align: center;
}

.flex-cell a:hover {
  color: Silver;
  font-weight: 500;
}


.footernav {
  color: white;
  padding: 0px 30px;
}

.backhome {
  text-align: center;
  color: black;
  font-size: 13px;
}

.hr_services {
  height: 5px;
  width: 300px;
  text-align: center;
  border: 0 none;
  color: silver;
  margin-top: 0;
  margin-bottom: 0;
}

.contactinfo {
  font-size: 16px;
  text-align: center;
}

.contacturl {
  color: black;
  font-weight: bold;
}

ul.box_bullet {
list-style: none;
padding-left: 0;
}

ul.box_bullet li {
background: url('images/bullet-image.png') no-repeat left center;
background-size: 20px 20px;
padding-left: 24px;
}
