article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*============== GENERAL ===========*/
@font-face {
  font-family: "Tofino-thin";
  src: url("//fonts/Tofino.ttf");
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Josefin Sans', sans-serif;
  font-family: 'Great Vibes', cursive; }

body {
  background-color: white; }

img {
  width: 100%;
  max-width: 1287px;
  height: auto; }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.wrapper {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto; }

h2 {
  color: #c04374;
  font-weight: lighter;
  font-family: sans-serif;
  font-size: 55px;
  letter-spacing: 2px;
  margin: 0 auto;
  width: 100%;
  text-transform: uppercase;
  font-family: Tofino-light, 'Open Sans Condensed', 'Josefin Sans', sans-serif; }

h3 {
  color: #c04374;
  font-weight: lighter;
  font-family: sans-serif;
  font-size: 55px;
  letter-spacing: 2px;
  color: #c04374;
  font-size: 20px;
  margin: 0;
  font-family: Tofino-regular, 'Open Sans Condensed', 'Josefin Sans', sans-serif;
  letter-spacing: 1px; }

h4 {
  color: #c04374;
  font-weight: lighter;
  font-family: sans-serif;
  font-size: 55px;
  letter-spacing: 2px;
  color: #515A6B;
  font-family: Tofino-book, 'Open Sans Condensed', 'Josefin Sans', sans-serif;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1rem; }

/*========== NAV ================*/
header {
  margin: 0 auto;
  font-size: 0; }
  header .logo {
    width: 55%; }
    header .logo img {
      width: 155px;
      height: 91px;
      margin: 20px 0 20px 110px; }

nav {
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }
  nav ul.main-gation {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    font-family: Tofino-regular,'Open Sans Condensed', 'Josefin Sans', sans-serif; }
    nav ul.main-gation li {
      font-size: 1.6rem;
      position: relative;
      padding: 13px 30px;
      letter-spacing: 1.5px; }
    nav ul.main-gation li:hover ul.sub-nav {
      display: block; }
    nav ul.main-gation li.li-last:nth-of-type(3n) {
      margin-right: 60px; }
    nav ul.main-gation a {
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      color: #555;
      padding: 5px; }

ul.sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  background: white; }
  ul.sub-nav li.sub-li {
    font-size: 1rem;
    padding: 13px 0;
    border: 0.2px solid #ddd;
    text-align: center; }
    ul.sub-nav li.sub-li a:hover {
      color: #c04374; }

video {
  width: 100%; }

/*================= TID BIT ==================== */
.tid-bit {
  background-color: #515A6B;
  background-image: url("lotus_outline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px;
  padding: 70px 0; }
  .tid-bit h2 {
    width: 70%;
    padding-bottom: 35px;
    font-size: 3rem; }
  .tid-bit p {
    font-family: tofino-book, 'Open Sans Condensed', 'Josefin Sans', sans-serif;
    margin: 0 auto;
    color: #F3F4F3;
    width: 70%;
    line-height: 35px;
    font-size: 1.6rem;
    letter-spacing: 2px; }

.services {
  background-color: #F4F4F4;
  margin: 0 auto;
  padding: 100px 50px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .services .service-size {
    width: 80%;
    padding: 40px 30px; }
    .services .service-size .service-list {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .services .service-size .service-list img {
        display: block;
        margin: 0 auto;
        width: 150px;
        transition: 0.5s all ease; }
      .services .service-size .service-list img:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); }
      .services .service-size .service-list p {
        font-size: 0.9rem;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        padding-top: 10px;
        margin: 0; }
      .services .service-size .service-list .p-diff {
        margin: 0;
        padding-top: 0; }
      .services .service-size .service-list a {
        text-decoration: none;
        color: black;
        margin: 0 auto; }

.about {
  background-color: white;
  padding: 50px; }
  .about .about--info {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .about .about--info img {
      width: 200px;
      border-radius: 50%;
      margin-bottom: 15px; }
    .about .about--info h3 {
      font-size: 1.7rem;
      font-weight: 900; }
    .about .about--info h4 {
      font-size: 1.4rem; }
    .about .about--info p {
      margin-top: 7px;
      line-height: 28px;
      color: #555;
      font-size: 1.3rem;
      font-family: tofino-light, 'Open Sans Condensed', 'Josefin Sans', sans-serif; }
    .about .about--info span {
      font-family: Tofino-light, 'Open Sans Condensed', 'Josefin Sans', sans-serif;
      color: #c04374; }
    .about .about--info .article-jake {
      width: 30%;
      text-align: right;
      margin-top: 30px; }
    .about .about--info .article-lotus img {
      margin: 90px 90px;
      width: 85px;
      border-radius: 0; }
    .about .about--info .article-marina {
      width: 30%;
      text-align: left;
      margin-top: 30px; }

.contact {
  background-color: #515A6B; }
  .contact .cover-photo {
    font-size: 0; }
    .contact .cover-photo img {
      width: 100%;
      max-width: 2050px;
      margin: 0;
      font-size: 0; }
  .contact .contact--elements {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact .contact--elements .contact-logo {
      -webkit-flex: 33.33%;
      -ms-flex: 33.33%;
      flex: 33.33%;
      margin: 0 auto;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .contact .contact--elements .contact-logo .logo-icons-fb-yt {
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .contact .contact--elements .contact-logo .logo-icons-fb-yt img {
          display: block;
          width: 155px;
          padding-bottom: 3%;
          margin: 0 auto; }
      .contact .contact--elements .contact-logo a {
        padding: 10px;
        line-height: 40px;
        text-align: center;
        color: #969ca6;
        background-color: #737a88;
        border-radius: 50%;
        font-size: 40px;
        transition: 0.5s all ease; }
      .contact .contact--elements .contact-logo a:nth-of-type(2n) {
        margin-left: 16px; }
      .contact .contact--elements .contact-logo a:hover {
        color: #737a88;
        background-color: #969ca6; }
      .contact .contact--elements .contact-logo i {
        text-align: center;
        height: 40px;
        width: 46px; }
    .contact .contact--elements .contact-message {
      -webkit-flex: 33.33%;
      -ms-flex: 33.33%;
      flex: 33.33%; }
      .contact .contact--elements .contact-message .contact-form {
        width: 100%;
        margin: 0 auto;
        background: white;
        padding: 35px 15px;
        bottom: 50px;
        left: 34.3%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        box-shadow: 3px 5px 20px #444; }
      .contact .contact--elements .contact-message .contact-form h2 {
        margin-left: 11px;
        padding-top: 8px;
        padding-bottom: 22px;
        font-family: Tofino-regular,'Open Sans Condensed', 'Josefin Sans', sans-serif;
        font-weight: 700;
        text-align: center; }
      .contact .contact--elements .contact-message .contact-form h2 span {
        font-family: Tofino-book,'Open Sans Condensed', 'Josefin Sans', sans-serif;
        color: gray;
        font-weight: 100; }
      .contact .contact--elements .contact-message input {
        display: block;
        padding: 2% 40% 2% 2%;
        margin: 0 auto;
        margin-bottom: 9px;
        font-size: 1.2rem;
        font-family: Tofino-light,'Open Sans Condensed', 'Josefin Sans', sans-serif; }
      .contact .contact--elements .contact-message input[type=submit] {
        padding: 15px 25px;
        margin-top: 20px;
        background: #c04374;
        color: white;
        font-size: 20px;
        border: 2px solid white;
        border-radius: 25px;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: 0.5s all ease; }
      .contact .contact--elements .contact-message input[type=submit]:hover {
        background: white;
        color: gray;
        border: 2px solid #c04374; }
      .contact .contact--elements .contact-message input[name=message] {
        padding-bottom: 60px; }
    .contact .contact--elements .contact--info {
      -webkit-flex: 33.33%;
      -ms-flex: 33.33%;
      flex: 33.33%; }
      .contact .contact--elements .contact--info .contact-details {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%; }
        .contact .contact--elements .contact--info .contact-details i {
          font-size: 60px;
          color: #969ca6;
          -webkit-flex: 50%;
          -ms-flex: 50%;
          flex: 50%;
          text-align: center; }
        .contact .contact--elements .contact--info .contact-details span i {
          -webkit-flex: 50%;
          -ms-flex: 50%;
          flex: 50%; }
        .contact .contact--elements .contact--info .contact-details p {
          -webkit-flex: 100%;
          -ms-flex: 100%;
          flex: 100%;
          margin: 0;
          font-size: 20px;
          color: #969ca6;
          font-family: tofino-book,'Open Sans Condensed', 'Josefin Sans', sans-serif;
          text-align: center; }
          .contact .contact--elements .contact--info .contact-details p span {
            color: #c04374;
            font-size: 2rem; }

footer {
  background-color: #404855;
  font-size: 0; }
  footer p {
    font-size: 19px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    font-family: tofino-book,'Open Sans Condensed', 'Josefin Sans', sans-serif; }

.viddyhead {
  height: 80vh;
  background-image: url("videoheader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed; }

.webbyhead {
  height: 80vh;
  background-image: url("webdevheader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed; }

.weddyhead {
  height: 80vh;
  background-image: url("weddingheader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed; }

.photohead {
  height: 80vh;
  background-image: url("photoheader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed; }

.integratyhead {
  height: 80vh;
  background-image: url("integratedheader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed; }

.head {
  margin: 0 auto;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .head .head-text {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    padding: 25px 45px; }
    .head .head-text h1 {
      color: #c04374;
      font-weight: lighter;
      font-family: sans-serif;
      font-size: 55px;
      letter-spacing: 2px;
      font-family: tofino-thin,'Open Sans Condensed', 'Josefin Sans', sans-serif;
      color: white;
      font-size: 3rem;
      margin: 0 auto;
      text-align: center; }
    .head .head-text span {
      font-family: tofino-book,'Open Sans Condensed', 'Josefin Sans', sans-serif;
      font-weight: 700;
      font-style: italic; }
    .head .head-text h3 {
      text-align: center;
      text-transform: uppercase;
      font-family: tofino-thin,'Open Sans Condensed', 'Josefin Sans', sans-serif;
      color: white; }

.service--blurb {
  margin-bottom: 150px; }
  .service--blurb .intro {
    padding: 50px 50px 25px 50px; }
    .service--blurb .intro p {
      margin: 25px 350px 0 0;
      font-family: tofino-book,'Open Sans Condensed', 'Josefin Sans', sans-serif;
      font-size: 1.3rem; }
    .service--blurb .intro span {
      color: #515A6B;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .service--blurb .steps {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
    .service--blurb .steps .service-icons {
      width: 20%; }
      .service--blurb .steps .service-icons img {
        display: block;
        width: 25%;
        margin: 0 auto;
        transition: 0.3s all ease; }
      .service--blurb .steps .service-icons h4 {
        text-align: center;
        letter-spacing: 2px;
        margin-top: 20px;
        font-size: 13px; }
      .service--blurb .steps .service-icons p {
        text-align: center; }
      .service--blurb .steps .service-icons img:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); }
    .service--blurb .steps .marketing-icons {
      width: 30%;
      margin-top: 30px; }
      .service--blurb .steps .marketing-icons img {
        display: block;
        width: 35%;
        margin: 0 auto;
        transition: 0.5s all ease; }
      .service--blurb .steps .marketing-icons h4 {
        text-align: center;
        letter-spacing: 2px;
        margin-top: 20px;
        font-size: 20px; }
      .service--blurb .steps .marketing-icons p {
        text-align: center;
        font-family: tofino-book,'Open Sans Condensed', 'Josefin Sans', sans-serif;
        color: #444;
        padding: 0 25px; }
      .service--blurb .steps .marketing-icons img:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); }

.vid-display {
  margin-bottom: 100px;
  background: #acb3c0;
  -webkit-transform: skewY(-10deg) translateY(-5%);
  -ms-transform: skewY(-10deg) translateY(-5%);
  transform: skewY(-10deg) translateY(-5%);
  width: 100%; }
  .vid-display .viddy {
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 200px 0; }
    .vid-display .viddy .vid-ex img {
      width: 500px;
      margin: 5px;
      display: block; }

.wedding-background {
  background: #F7F2F4; }

.wedding-packages {
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg); }
  .wedding-packages .package {
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    margin: 200px 2%;
    padding: 25px;
    background-image: url("leaf.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: center;
    box-shadow: 5px 5px 30px #999;
    background-color: white;
    border: 1px solid #ccc;
    text-align: center; }
    .wedding-packages .package h2 {
      font-family: 'Great Vibes', cursive;
      text-transform: capitalize;
      font-size: 3rem; }
    .wedding-packages .package span {
      font-size: 1.7rem;
      border-top: 1px #d4a6c5 solid;
      border-bottom: 1px #d4a6c5 solid; }
    .wedding-packages .package p {
      font-family: tofino-book, 'Open Sans Condensed', 'Josefin Sans', sans-serif;
      font-size: 1.2rem; }
  .wedding-packages .standard-class h2.lessbold {
    font-weight: 600; }
  .wedding-packages .bold-class h2.bold {
    font-weight: 900; }

.wedding-videos {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0; }
  .wedding-videos .wed-vid-ex img {
    width: 500px;
    margin: 5px;
    display: block; }

.not-ready {
  width: 100%; }
  .not-ready h1 {
    font-size: 3rem;
    text-align: center;
    color: #c04374;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%); }
  .not-ready .email-photo {
    background: #ccc;
    text-align: center;
    padding: 30px 0 65px 0; }
    .not-ready .email-photo p {
      font-family: tofino-light, 'Open Sans Condensed', 'Josefin Sans', sans-serif;
      font-size: 2rem; }
    .not-ready .email-photo a {
      text-transform: uppercase;
      text-decoration: none;
      color: #555;
      padding: 10px 35px;
      background: white;
      font-size: 1.5rem;
      border: 2px solid #515A6B;
      font-family: tofino-regular, 'Open Sans Condensed', 'Josefin Sans', sans-serif;
      border-radius: 25px;
      transition: 0.3s all ease; }
    .not-ready .email-photo a:hover {
      background: #515A6B;
      border: 2px solid white;
      color: white; }

.socialmedia-packages {
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg); }
  .socialmedia-packages .sm-package {
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    margin: 200px 2%;
    padding: 25px;
    box-shadow: 5px 5px 30px #999;
    background-color: white;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .socialmedia-packages .sm-package h2 {
      margin-bottom: 25px; }
    .socialmedia-packages .sm-package h2.bold {
      font-family: tofino-bold,'Open Sans Condensed', 'Josefin Sans', sans-serif;
      font-weight: 900; }
    .socialmedia-packages .sm-package h2.standard {
      font-family: tofino-regular,'Open Sans Condensed', 'Josefin Sans', sans-serif;
      font-weight: 400; }
    .socialmedia-packages .sm-package h2.light {
      font-family: tofino-book,'Open Sans Condensed', 'Josefin Sans', sans-serif; }
    .socialmedia-packages .sm-package h4 {
      font-size: 1.5rem; }
    .socialmedia-packages .sm-package p {
      margin: 5px 0 15px 0;
      color: #444; }
    .socialmedia-packages .sm-package .testys {
      margin-top: auto; }
      .socialmedia-packages .sm-package .testys p.money {
        font-family: tofino-light,'Open Sans Condensed', 'Josefin Sans', sans-serif;
        font-size: 3.2rem;
        color: #c04374;
        margin: 0; }
      .socialmedia-packages .sm-package .testys p.monthly {
        font-family: tofino-thin,'Open Sans Condensed', 'Josefin Sans', sans-serif;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #c04374;
        margin: 0; }

.viddy h1 {
  font-size: 3rem;
  text-align: center;
  color: #c04374;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%); }

.viddy .email-photo {
  background: #ccc;
  text-align: center;
  padding: 30px 0 65px 0; }
  .viddy .email-photo p {
    font-family: tofino-light,'Open Sans Condensed', 'Josefin Sans', sans-serif;
    font-size: 2rem;
    padding: 0 30px; }
  .viddy .email-photo a {
    text-transform: uppercase;
    text-decoration: none;
    color: #555;
    padding: 10px 35px;
    background: white;
    font-size: 1.5rem;
    border: 2px solid #515A6B;
    font-family: tofino-regular,'Open Sans Condensed', 'Josefin Sans', sans-serif;
    border-radius: 25px;
    transition: 0.3s all ease; }
  .viddy .email-photo a:hover {
    background: #515A6B;
    border: 2px solid white;
    color: white; }

@media (max-width: 940px) {
  header .logo {
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%; }
  .contact .contact--elements .contact-logo {
    margin-top: 15px;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; }
  .contact .contact--elements .contact-message {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    margin-top: 15px; }
  .service--blurb .intro p {
    margin: 25px; }
  .service--blurb .steps .service-icons img {
    width: 50%; } }

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  header .logo {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    header .logo img {
      margin: 15px 0 15px 0; }
  header .main-gation {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    header .main-gation a {
      font-size: 20px; }
  .services h2 {
    font-size: 2.5rem; }
  .services .service-list {
    margin-top: 40px; }
  .about .about--info .article1 {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
    padding: 0; }
  .about .about--info .article-lotus img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
    margin: 0;
    width: 50px; }
  .contact .contact--elements {
    width: 100%; }
    .contact .contact--elements .contact-logo {
      width: 100%;
      margin: 40px 0; }
      .contact .contact--elements .contact-logo img {
        margin-right: 0; }
      .contact .contact--elements .contact-logo a {
        margin-top: 30px; }
      .contact .contact--elements .contact-logo i {
        font-size: 2rem; }
    .contact .contact--elements .contact-message {
      width: 100%; }
    .contact .contact--elements .contact-details {
      margin: 40px 0; }
      .contact .contact--elements .contact-details i {
        font-size: 9rem; }
      .contact .contact--elements .contact-details span i {
        font-size: 10rem; }
  .service--blurb .intro p {
    margin: 25px; }
  .service--blurb .steps .service-icons {
    width: 30%; }
    .service--blurb .steps .service-icons img {
      width: 50%; }
  .service--blurb .steps .marketing-icons {
    width: 80%; } }

/* Landscape phones and down */
@media (max-width: 480px) {
  header nav .logo {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    header nav .logo img {
      margin: 15px 0 15px 0; }
  header nav .main-gation {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
    header nav .main-gation li {
      padding: 5px 20px; }
    header nav .main-gation li.li-last:nth-of-type(3n) {
      margin-right: 0; }
    header nav .main-gation ul.sub-nav li a {
      font-size: 15px; }
  .services {
    padding: 30px; }
    .services h2 {
      font-size: 2.5rem;
      text-align: center; }
    .services .service-size .service-list {
      -webkit-flex: 100%;
      -ms-flex: 100%;
      flex: 100%; }
      .services .service-size .service-list p {
        margin: 10px;
        padding: 0; }
  .about article {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; }
    .about article .article-jake {
      margin-right: 0; }
    .about article img {
      width: 150px; }
    .about article h3, .about article p {
      text-align: center; }
  .contact img {
    display: none; }
  .contact .contact-logo img {
    width: 300px; }
  .contact .contact-message .contact-form {
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .contact .contact--info .contact-details i {
    font-size: 9rem; }
  .contact .contact--info .contact-details p {
    font-size: 4rem; }
  main {
    width: 100%; }
    main .service--blurb .intro p {
      margin: 25px; }
    main .service--blurb .steps .service-icons {
      width: 30%; }
      main .service--blurb .steps .service-icons img {
        width: 50%; }
    main .service--blurb .steps .marketing-icons {
      width: 100%; }
    main .wedding-packages .package {
      -webkit-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      margin: 20px; } }
