* {
  box-sizing: border-box;
}
body {
  font-family: Arial;
  padding: 10px;
  background: #153a27;
}
#construction {
  color: #ff8800;
}
#trinity {
  color: #153a27;
}
#tree-services {
  margin-top: -25px;
  font-size: 48px;
  color: #155057;
}
img {
  max-width: 100%;
}
.center {
  text-align: center;
}
.part a {
  color: black;
  text-decoration: none;
}
.header {
  padding: 10px;
  margin-top: 48px;
  text-align: center;
  background: white;
}
.header h1 {
  font-family: Arial Black;
  font-size: 96px;
}
.header h2 {
  font-size: 76px;
}
#menulogo {
  padding: 0px;
  width: 170.2px;
  height: 48px;
  float: left;
  display: block;
}
.phoneemailmenubar {
  float: right;
}
.menubar {
  overflow: hidden;
  background-color: #155057;
  position: fixed;
  top: 0;
  width: 100%;
  padding-right: 20px;
}
.menubar a {
  font-size: 17px;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.menubar a:hover {
  background-color: white;
  color: black;
}
#reviews2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review {
  margin: 5%;
  font-size: 18px;
  padding: 24px;
  border: 2px solid black;
  width: 45%;
  min-height: 298px;
}
#contactus {
  font-size: 48px;
}
.phoneemail {
  font-size: 28px;
}
.main {
  float: left;
  width: 100%;
}
.part {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 625px) {
  #menulogo {
    width: 118px;
    height: 32px;
  }
  .menubar a {
    font-size: 12px;
    padding: 10px 12px;
    float: none;
    width: 100%;
  }
  .header h1 {
    margin-top: 172px;
    font-size: 48px;
  }
  #tree-services {
    margin-top: 0px;
    font-size: 24px;
  }
  #construction {
    font-size: 24px;
  }
  #contactus {
    font-size: 24px;
  }
  .phoneemail {
    font-size: 18px;
  }
}
@media (max-width: 1060px) {
  .review {
    margin: 0;
    margin-top: 5%;
    padding: 6px;
    text-align: center;
    width: 100%;
  }
  #reviews2 {
    display: grid;
    align-items: none;
    justify-content: none;
  }
  .phoneemailmenubar {
    float: none;
  }
}
@media (min-width: 1440px) {
  body {
    max-width: 1440px;
    margin: auto;
  }
  .menubar {
    max-width: 1420px;
  }
}