@import url("https://use.typekit.net/mbs0sbc.css");
#header, #footer, #sectionmenu {
    display: none!important;
}

div#page, body, #mainwrap1, div#mainwrap2, #main {
    background: #fff;
    width: 100%;
}

#text {
  padding: 0;
	font-family:proxima-nova,sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

input[type="submit"] {
  color: #fff !important;
  font-size: 16px;
  background-color: #6db429;
  padding: 5px 26px;
  height: auto;
  display: inline-block;
  transition: .3s ease all;
  border-radius: 10px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
}
input[type="submit"]:hover {
	text-decoration: none;
  color: #63666a;
}

form.orderform select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 7px 10px;
}

input[type="text"] {
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

h2 {
    color: #79BF43;
}