@import url(https://fonts.googleapis.com/css?family=Karla:400,700,400italic,700italic);
body {
  font-family: 'Karla';
  font-weight: 400;
  font-size: 14px; }

.main-nav {
  margin: 15px auto;
  width: 45em;
  font-family: 'Karla';
  font-weight: 400;
  font-size: 1.15em; }

.main-nav li {
  display: inline-block; }
  .main-nav li a {
    padding: 15px 35px;
    color: #363636; }
    .main-nav li a:hover {
      border-bottom: 1px solid #F7983F;
      background-color: #FFFFFF;
      text-decoration: none; }
    .main-nav li a:active {
      border-bottom: 1px solid #F7983F;
      background-color: #FFFFFF;
      text-decoration: none; }

.menu-icon {
  position: relative;
  top: 20px;
  display: none;
  width: 4em;
  height: 4em;
  margin: 0 auto;
  transition: all .3s;
  -webkit-transition: all .3s; }

.menu-icon span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F7983F; }

.menu-icon span:before,
.menu-icon span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F7983F;
  transition: all .3s;
  -webkit-transition: all .3s; }

.menu-icon span:before {
  transform: translateY(-1em); }

.menu-icon span:after {
  transform: translateY(1em); }

/* OPEN */
.menu-icon.open {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.menu-icon.open span:before, .menu-icon.open span:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

@media only screen and (max-width: 875px) {
  .menu-icon {
    display: block; }

  .main-nav {
    display: none;
    clear: both;
    position: relative;
    top: 3em;
    right: 1.25em;
    margin: 0 auto;
    width: 100%; }
    .main-nav li {
      display: block !important;
      width: 100%;
      margin: 0 0 1.5em 0;
      text-align: center;
      padding: 0px 0px 10px 0; }
      .main-nav li a {
        font-size: 1em; }

  .logo {
    margin-top: 2em; } }
.logo {
  width: 45em;
  margin: 1.75em auto; }

.logo img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 768px) {
  .logo {
    width: 90%; } }
.main-img {
  background: url("../images/sbembroidery_main_image.jpg") top center/100% auto no-repeat;
  border-radius: 0px !important;
  padding: 0 35em 0 0 !important;
  height: 31em;
  width: 85em;
  margin: 0 auto; }

@media only screen and (max-width: 1220px) {
  .main-img {
    width: 100%;
    height: auto; } }
.main-text {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 35px;
  width: 100%;
  height: 100%; }
  .main-text h1 {
    font-family: 'Karla';
    font-weight: 400;
    font-size: 3em;
    line-height: 1em;
    width: 15em; }
    .main-text h1 span {
      font-family: 'Karla';
      font-weight: 700;
      font-size: 1em; }

.main-text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Karla';
  font-weight: 400;
  font-size: 2em; }

@media only screen and (max-width: 1100px) {
  .main-text h1 {
    font-family: 'Karla';
    font-weight: 400;
    font-size: 2em; }
  .main-text ul {
    font-family: 'Karla';
    font-weight: 400;
    font-size: 2em; } }
@media only screen and (max-width: 575px) {
  .main-text {
    width: 100%;
    padding: 10px; }
    .main-text h1 {
      font-family: 'Karla';
      font-weight: 700;
      font-size: 2em; }
    .main-text ul {
      font-family: 'Karla';
      font-weight: 700;
      font-size: 1em; } }
@media only screen and (max-width: 935px) {
  .main-img {
    padding: 0 0 0 0 !important; } }
.about_wrapper {
  width: 80%;
  margin: 0 auto; }

.about {
  width: 80%;
  margin: 4em auto; }
  .about p {
    font-family: 'Karla';
    font-weight: 400;
    font-size: 1.5em;
    line-height: 2em; }

.cta_anchor {
  width: 50%;
  float: left; }
  .cta_anchor h2 {
    font-family: 'Karla';
    font-weight: 700;
    font-size: 3em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 0;
    color: #F7983F; }

.cta_button {
  background-color: #F7983F;
  background-image: none;
  text-shadow: none;
  border: none;
  width: 265px;
  height: 55px;
  font-family: 'Karla';
  font-weight: 400;
  font-size: 2em;
  color: #FFFFFF; }

.subtext {
  font-family: 'Karla';
  font-weight: 400;
  font-size: 1.5em;
  width: 50%;
  float: left; }
  .subtext h3 {
    font-family: 'Karla';
    font-weight: 700;
    font-size: 1.25em;
    margin-top: 0; }
  .subtext p {
    margin-bottom: 1.5em; }

@media only screen and (max-width: 910px) {
  .cta_anchor,
  .subtext {
    width: 100%; }

  .cta_anchor {
    margin-bottom: 4em; }

  .subtext p {
    margin-bottom: 2em; } }
.gallery h2,
.faq h2 {
  text-align: center;
  margin-bottom: 1.5em; }

.instagram_wrapper {
  background: url("../images/whitediamond.png") repeat;
  width: 75em;
  margin: 0 auto;
  padding: 1em 3em; }

.instagram {
  margin: 20px; }

@media only screen and (max-width: 1080px) {
  .instagram_wrapper {
    width: 100%; } }
.comingsoon {
  font-family: 'Karla';
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  color: #599699; }

.form_hdr_wrapper {
  background: url("../images/sbe_embroidery_thread_bg.jpg") no-repeat bottom center/100% auto;
  width: 75em;
  margin: 3em auto;
  padding: 40px; }
  .form_hdr_wrapper div h2 {
    font-size: 2em; }
  .form_hdr_wrapper .h2_wrapper {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2em;
    text-align: center; }

@media only screen and (max-width: 1080px) {
  .form_hdr_wrapper {
    width: 100%; } }
@media only screen and (max-width: 755px) {
  .form_hdr_wrapper {
    padding: 0; } }
.form_wrapper {
  width: 40em;
  margin: 0 auto;
  padding: 2em 1em; }

form input,
form textarea {
  width: 100%;
  padding: 0.5em;
  margin: 0 0 1.5em 0;
  border-bottom: 1px solid #F7983F;
  border-top: none;
  border-left: none;
  border-right: none; }
form textarea {
  height: 10em; }
form label {
  font-family: 'Karla';
  font-weight: 400;
  font-size: 1.25em; }
form input#upload {
  border-bottom: none; }

.contact_submit {
  background-color: #F7983F;
  background-image: none;
  text-shadow: none;
  border: none;
  width: 160px;
  height: 45px;
  font-family: 'Karla';
  font-weight: 400;
  font-size: 1.5em;
  color: #FFFFFF;
  position: relative;
  left: 35%; }

@media only screen and (max-width: 580px) {
  .form_wrapper {
    width: 100%; }

  .contact_submit {
    left: 25%; } }
.faq_wrapper {
  background: url("../images/greyzz.png") repeat;
  width: 75em;
  margin: 0 auto;
  padding: 1em 2em; }
  .faq_wrapper div p {
    font-family: 'Karla';
    font-weight: 700;
    font-size: 1.25em; }
    .faq_wrapper div p span {
      font-family: 'Karla';
      font-weight: 400;
      font-size: 1em;
      color: #555555; }

@media only screen and (max-width: 1080px) {
  .faq_wrapper {
    width: 100%; } }
.contact_wrapper {
  width: 35em;
  background-color: #599699;
  color: #FFFFFF;
  text-align: center;
  margin: 2em auto;
  padding: 30px;
  border-radius: 2px; }
  .contact_wrapper h2 {
    margin-top: 0; }
  .contact_wrapper p {
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-bottom: 0; }
  .contact_wrapper .first {
    margin-bottom: 1.5em; }
  .contact_wrapper a {
    color: #FFFFFF; }
    .contact_wrapper a:hover {
      font-weight: 700;
      text-decoration: none; }

@media only screen and (max-width: 675px) {
  .contact_wrapper {
    width: 100%; } }

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