@media only screen and (max-width:940px){
  .profile, .profile-pic {
    float: none;
    margin: auto;
    text-align: center;
  }
  .skew-left, .skew-right {
    float: none;
    width: 100%;
    margin: 20px auto;
  }
}

@media only screen and (max-width:801px){
.hero-copy {
  margin-left: 50%;
}
.main-nav, .right-nav {
  float: none;
  text-align: center;
}
.navbar {
  margin: 10px auto;
}
.header {padding: 0px;}
.logo-container {
  margin-left: 50px;
  margin-top: 10px;
  margin-right: 0px;
}
.service .left-float {
  width: 200px;
}
.service .right-float {
  min-height: 0px;
  height: 200px;
  font-size: 12px;
}
.right-float h1 {font-size: 18px; margin-bottom: 0px;}
.left-float p {
  position: relative;
  top: 0;
  webkit-transform: translateY(0); */
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-align: center;
}
.left-float, .right-float {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.about-us h1 {font-size: 18px; font-weight: bold;}
.cols-4 {width: 90%;}
.col-4 {font-size: 12px;}
.col-4 li {font-size: 10px;}

}

@media only screen and (max-width:601px){
.about-us p {font-size: 12px; margin-bottom: 10px; padding: 0px;}
h1 {font-size: 24px !important;}
.name {font-size: 14px;}
.profile {font-size: 12px;}
.hero-copy {
  margin-left: 50%;
}
.hero-section {min-height: 321px;}
.main-nav, .right-nav {
  float: none;
  text-align: center;
}
.navbar {
  margin: 10px auto;
}
.header {padding: 0px;}
.logo-container {
  margin: 0px;
  float: none;
  text-align: center;
}
.hero-copy {margin-left: 25%;}
.column {
  float: none;
  margin: 30px auto;
  width: auto;
}
.col-3 {
  float: none;
  width: 95%;
  margin: 20px auto;
}
.big-left, .small-right, .service .right-float, .left-half, .right-half{
  float: none;
  width: 95%;
  height: auto;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.contact-icons {
  overflow: hidden;
  margin-top: 10px;
}
.left-float p {
  font-size: 16px;
}
.cta-green a {
  font-size: 14px;
}
.small-right ul, .left-half, .right-half {text-align: left;}
.service {margin: 10px auto;}
.service .left-float, #fees { display: none;}
.service h1 {text-align: center;}
.cta-blue a {font-size: 18px;}
}

@media only screen and (max-width:399px){
.hero-copy {margin-left: 10%; margin-top: 60px;}
.contact-icon {float: none; margin: 10px auto;}
.about-us {clear: both; padding: 10px; height: auto; }
.about-us p {
  top: auto;
  transform: translateY(-1%);
}
.ten-years {float: none;}
}