.content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.header__menu {
  display: none;
}
.header__phone {
  display: none;
}
.header__creditCardSmall {
  display: none;
}

.header__phoneLarge {
  display: True;
}
.header__creditCardLarge {
  display: True;
}

.hero, .heroGallery, .top-news, .estimate-form, .services, .scores, .service-area, .recent-news {
  order: 10; -webkit-order: 10;
}

@media screen and (max-width: 610px) {
  .header__logo {
	height: 55px;
	margin-right: 0.05em;
	margin-bottom: .5em;
  }
  .header__title {
	margin-left: 0;
	font-size: 1.5em;
	vertical-align: bottom;
  }
  .nav {
    z-index: 10;
    background-color: #fff;
    width: 300px;
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    /* Optionally, we animate the drawer. */
    transition: transform 0.3s ease;
  }
  .nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav__item {
    display: list-item;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    text-align: left;
  }
  .header__menu {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 2em;
	vertical-align: bottom;
  }
  .header__menu svg {
    width: 32px;
    fill: #E0E0E0;
  }
  .header__phone {
    display: inline-block;
    position: absolute;
    right: 40px;
    padding: 2em;
	vertical-align: bottom;
  }
  .header__phone svg {
    width: 32px;
    fill: #E0E0E0;
  }
  .header__creditCardSmall {
    display: inline-block;
    vertical-align: bottom;
	position: absolute;
    right: 0;
    padding: .25em;
  }
 .header__creditCardSmall svg {
    height: 20px;
    fill: #E0E0E0;
  }
  
  .header__phoneLarge {
  display: none;
}
.header__creditCardLarge {
  display: none;
}

.hero {
    order: 1;-webkit-order: 1;
    width: 100%;
	background-image: url("./images/stoneWall.jpg");
  background-size: cover;
   min-height: 320px;
  }
  
  .heroGallery {
	  order: 0;-webkit-order: 0;
       width: 100%;
	background-image: none;
  background-size: cover;
   min-height: 320px;
  }
  
 .service{
	  order: 5;-webkit-order: 5;
  }
  
  .service-area {
    order: 3;-webkit-order: 3;
    width: 100%;
  }
  .estimate-form {
    order: 4;-webkit-order: 4;
    width: 100%;
  }
  .top-news {
    order: 2;-webkit-order: 2;
    width: 100%;
  }
 
}

@media screen and (min-width: 611px) {
  .header__title {
	margin-bottom: .30em;
	vertical-align: bottom;
  }
  .hero {
    order: 1;-webkit-order: 1;
    width: 65%;
	background-image: url("./images/stoneWall.jpg");
  background-size: cover;
   min-height: 320px;
  }
  .heroGallery {
	  order: 0;-webkit-order: 0;
       width: 100%;
	background-image: none;
  background-size: cover;
   min-height: 320px;
  }
  .service{
	  order: 6;-webkit-order: 6;
  }
  .service-area {
    order: 2;-webkit-order: 2;
    width: 35%;
  }
  .estimate-form {
    order: 4;-webkit-order: 4;
    width: 100%;
  }
  .top-news {
    order: 3;-webkit-order: 3;
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .hero {
	  order: 1;-webkit-order: 1;
    width: 65%;
	background-image: url("./images/stoneWall.jpg");
  background-size: cover;
   min-height: 320px;
   
    }
	
	.heroGallery {
		order: 0;-webkit-order: 0;
       width: 100%;
	background-image:none;
  background-size: cover;
   min-height: 320px;
  }
   .service{
	  order: 6;-webkit-order: 6;
  }
  
  .estimate-form {
    order: 4;-webkit-order: 4;
    width: 50%;
	
  }
  .top-news {
    order: 3;-webkit-order: 3;
    width: 50%;
  }
  .scores {
    order: 5;-webkit-order: 5;
    width: 100%;
  }
  .service-area {
    order: 2;-webkit-order: 2;
	width: 35%;
  }
}

@media screen and (min-width: 850px) {
  main, .header__inner, .nav, .content{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .header__phoneLarge {
  Position:absolute;
	right: 15%;
}
.header__creditCardLarge {
  Position:absolute;
	right: 15%
	
}
 .service{
	  order: 6;-webkit-order: 6;
  }

}
