html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #000; }

a img {
  border: none; }

.outline {
  border: 1px solid black; }

.grid * {
  box-sizing: border-box; }

.row:before,
.row:after {
  content: "";
  display: table;
  clear: both; }

.col {
  float: left;
  min-height: 1px; }

.flright {
  float: right; }

.lform {
  width: 100px; }

input[type=text] {
  width: 200px;
  border: 1px solid black; }

textarea {
  width: 300px;
  height: 200px;
  margin-top: 5px;
  border: 1px solid black; }

#sendform {
  border: 1px solid black;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  padding: 3px 5px;
  margin-left: 117px; }

.mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }

.mobile div {
  display: none; }

.mobile button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  text-indent: 200%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8) url("http://i.imgur.com/vKRaKDX.png") center no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-size: 80%;
  width: 30px;
  height: 30px;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.mobile button.expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  border: 0; }

.mobile li {
  display: block; }

.mnav li {
  text-align: center;
  padding: 0 5px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  z-index: 10; }

a:hover,
a:active,
a:focus {
  background: #e7e7e7; }

.desktop {
  display: block;
  overflow: hidden; }

.desktop li {
  width: 90px;
  margin-right: 3%;
  float: left;
  box-sizing: border-box; }

.desktop li:last-child {
  border-right: none; }

article {
  padding: 0 30px 15px; }

@media (max-width: 540px) {
  .mobile {
    display: block; }
    .mobile .mnav li {
      padding: 20px 0;
      background: #eee; }

  .desktop {
    display: none; } }
h1, h2, h3 {
  font-family: 'Dancing Script', cursive;
  font-weight: normal; }

h2 {
  font-size: 1.2em;
  margin-bottom: 10px; }

p {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-bottom: 12px;
  line-height: 1.2em;
  padding-right: 10px; }

#newsletter {
  position: absolute;
  top: 10px;
  right: 50px;
  padding: 3px 5px;
  border: 1px solid black;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px; }

#homestage {
  width: 300px;
  margin: auto; }

#blossoms {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("/img/mob/blossoms100.png"); }

#thistle {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("/img/mob/thistle100.jpg"); }

#hobbit {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("/img/mob/hobbit100.jpg"); }

#top #mobilelogo {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  #top #mobilelogo h1 {
    font-size: 3em;
    font-weight: normal; }
  #top #mobilelogo h3 {
    font-size: 2em;
    font-weight: normal; }
#top .mnav li {
  font-family: arial;
  font-weight: normal; }
#top .desktop ul {
  width: 700px;
  margin: 0 auto; }

#line {
  padding: 0 10%;
  margin-bottom: 14px; }

#homestage .col img {
  display: block;
  margin-bottom: 20px; }
#homestage .col h2 {
  text-align: center; }
#homestage .col p {
  display: none; }
#homestage .col:hover {
  cursor: pointer; }

#homepara p {
  padding: 10px 10px;
  margin-top: 20px; }

#fcol {
  width: 100%;
  padding-right: 10px; }

.comm {
  text-align: center;
  margin: 0 auto 20px auto; }
  .comm h2 {
    font-family: 'Dancing Script', cursive;
    text-align: center; }
  .comm p {
    font-family: Arial;
    margin-top: 14px;
    width: 320px;
    margin: 14px auto;
    text-align: left; }

.magthumb {
  margin-top: 42px; }
  .magthumb img {
    margin: 0 15px 0 15px; }

#bigthumb {
  min-height: 300px;
  margin-top: 30px; }

#demoadv {
  margin: 50px auto 0 auto;
  width: 320px;
  padding: 5px 10px 5px 20px;
  background-color: #efe;
  border: 1px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  #demoadv h3 {
    font-size: 38px; }

#twostage {
  min-height: 300px; }
  #twostage #lcol {
    width: 240px;
    padding: 0 10px; }
  #twostage #rcol {
    display: none; }
  #twostage .ecol {
    width: 320px;
    padding: 0 10px; }
  #twostage #contactcheck {
    height: 75px;
    margin-top: 10px;
    padding-bottom: 10px; }
    #twostage #contactcheck ul {
      margin-bottom: 10px;
      columns: 4;
      -webkit-columns: 4;
      -moz-columns: 4;
      -webkit-column-width: 100px;
      -moz-column-width: 100px;
      column-width: 100px; }
    #twostage #contactcheck li {
      display: inline-block;
      width: 120px; }
  #twostage .rform {
    margin-bottom: 5px; }
  #twostage h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal; }

#hero img {
  padding-left: 10px; }
#hero p.testimonial {
  margin-top: 30px;
  font-family: Arial;
  font-size: 1.5em;
  color: #CCCC00; }

#picbox {
  margin-top: 10px; }
  #picbox img {
    margin-right: 12px; }

#design {
  display: inline-block;
  width: 320px;
  height: 240px;
  background-image: url("/img/mob/design_320.jpg"); }

#ecosystem {
  display: inline-block;
  width: 320px;
  height: 240px;
  background-image: url("/img/mob/ecosystem_320.jpg"); }

#maintain {
  display: inline-block;
  width: 320px;
  height: 240px;
  background-image: url("/img/mob/maintain_320.jpg"); }

#consulting {
  display: inline-block;
  width: 320px;
  height: 240px;
  background-image: url("/img/mob/consulting_320.jpg"); }

#speaking {
  display: inline-block;
  width: 320px;
  height: 240px;
  background-image: url("/img/mob/speaking_320.jpg"); }

#greencommunity {
  display: inline-block;
  width: 320px;
  height: 240px;
  background-image: url("/img/mob/greencommunity_320.jpg"); }

#services h2 {
  font-family: 'Dancing Script', cursive;
  text-align: center; }
#services h3 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 1.5em;
  margin: 0 0 20px 20px; }
#services ul {
  width: 400px;
  margin: 10px 0 0 20px; }
#services li {
  font-size: 1.8em;
  height: 40px; }

	#serviceimg {
		display: inline-block;
		width: 320px;
		height: 212px;
		background-image: url('/img/new/Donohue_Phase2_320.jpg');
	}

#about {
  display: inline-block;
  width: 320px;
  height: 213px;
  background-image: url("/img/ross.martin.landscape.architect_320.jpg"); }

#rcol {
  display: none; }

@media only screen and (min-width: 480px) {
  #cont {
    width: 960px;
    margin: auto;
    padding-top: 10px; }

  #top #mobilelogo {
    margin-top: 0; }

  h2 {
    font-size: 2em;
    margin-bottom: 10px; }

  #homestage {
    width: 960px;
    margin: auto; }

  #thistle {
    display: inline-block;
    width: 320px;
    height: 320px;
    background-image: url("/img/new/rubin.png");
    }

  #blossoms {
    display: inline-block;
    width: 320px;
    height: 320px;
    background-image: url("/img/big/blossoms320.png"); }

  #hobbit {
    display: inline-block;
    width: 320px;
    height: 320px;
    background-image: url("/img/big/hobbit320.jpg"); }

  #design {
    width: 600px;
    height: 450px;
    background-image: url("/img/new/colorflowers.jpg");
    margin: auto; }

  #maintain {
    display: inline-block;
    width: 600px;
    height: 450px;
    background-image: url("/img/new/maintenance_new.jpg");
    }
  #ecosystem {
    display: inline-block;
    width: 600px;
    height: 450px;
    /* background-image: url("/img/big/ecosystem_600.jpg"); */ 
    background-image: url("/img/new/hugelbed.jpg");
    }

  #consulting {
    display: inline-block;
    width: 600px;
    height: 450px;
    background-image: url("/img/new/consulting.jpg"); }

  #speaking {
    display: inline-block;
    width: 600px;
    height: 450px;
    background-image: url("/img/new/hobbithouse.jpg"); }

  #greencommunity {
    display: inline-block;
    width: 600px;
    height: 450px;
    background-image: url("/img/new/laplaza.JPG"); }

  #about {
    display: inline-block;
    width: 600px;
    height: 399px;
    background-image: url("/img/ross.martin.landscape.architect.jpg"); }

	#serviceimg {
		display: inline-block;
		width: 480px;
		height: 330px;
		background-image: url('/img/new/Donohue_Phase2_480.jpg');
	}
	#top #mobilelogo h1:hover { cursor: pointer; }
	#top .mnav li:hover { cursor: pointer; }
  #rcol {
    display: inherit; }

  #homestage .col img {
    display: block;
    margin-bottom: 20px; }
  #homestage .col h2 {
    text-align: center; }
  #homestage .col p {
    display: none; }
  #homestage .col:hover {
    cursor: pointer; }

  #homepara p {
    padding: 10px 80px;
    margin-top: 20px; }

  .comm p {
    width: 600px; }

  #twostage #lcol {
    width: 640px; }
  #twostage #rcol {
    width: 320px;
    height: 600px;
    display: inline-block;
    background-image: url("/img/native.plants.planters.jpg"); }
  #twostage .ecol {
    width: 480px;
    padding: 0 10px; } }

/*# sourceMappingURL=rossmartin.css.map */
