h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.header {
  height: 100vh;
  padding-right: 0px;
  border-bottom: 1px none #303030;
  background-color: #fff;
  background-image: url('../images/PaintBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.header.client-detail {
  display: block;
  height: auto;
  background-image: none;
}

.header.projects {
  height: auto;
  background-image: none;
}

.header.about {
  height: 550px;
  background-color: #e0e0e0;
  background-image: url('../images/AboutHeader2.jpg');
  background-position: 50% -138px;
  background-size: 1800px;
  background-attachment: fixed;
}

.header.service {
  height: 600px;
  background-color: #0032a6;
  background-image: -webkit-linear-gradient(270deg, rgba(23, 21, 40, .7), rgba(23, 21, 40, .7)), url('../images/Quotes2.svg');
  background-image: linear-gradient(180deg, rgba(23, 21, 40, .7), rgba(23, 21, 40, .7)), url('../images/Quotes2.svg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 900px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nav {
  height: 110px;
  background-color: rgba(23, 21, 40, .83);
}

.menu-button {
  margin-top: 10px;
}

.brand {
  margin-top: 10px;
}

.body-container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  text-align: center;
}

.body-container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.body-container.section-1 {
  max-width: 1100px;
  margin-bottom: 0px;
}

.body-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.body-container.flex.left {
  max-width: 1000px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.body-container.left-side {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.body-container._1100 {
  max-width: 1100px;
}

.body-container.about-1 {
  max-width: 1000px;
}

.body-container.thinner {
  max-width: 1000px;
}

.body-container._1000 {
  max-width: 1000px;
}

.body-container._1000.top-padding {
  margin-top: 94px;
}

.body-container.process {
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 80px;
}

.body-container.packages {
  max-width: 1000px;
  margin-top: 62px;
}

.icon {
  padding-top: 15px;
  color: #fff;
}

.goodenough-logo {
  position: relative;
  display: block;
}

.section {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.about {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #252525;
}

.section.clients.white-bg {
  padding-top: 80px;
  background-color: #fff;
}

.section.projects {
  overflow: hidden;
  height: 1030px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/SuperLazyBoxen.svg');
  background-position: 50% 86%;
  background-size: 1800px;
  background-repeat: no-repeat;
}

.section.home-1 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section.cta {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/CTA_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.cta.services {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 21, 40, .73), rgba(23, 21, 40, .73)), url('../images/HeaderPlaceholder.jpg');
  background-image: linear-gradient(180deg, rgba(23, 21, 40, .73), rgba(23, 21, 40, .73)), url('../images/HeaderPlaceholder.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.testimonials {
  position: relative;
  padding-top: 6px;
  padding-bottom: 42px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.blog-elements {
  overflow: hidden;
}

.section.blog-posts {
  overflow: hidden;
  padding-top: 40px;
  background-color: #161527;
}

.section.clients-main {
  padding-top: 60px;
}

.section.client-intro {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.clients {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #e9edf0;
}

.section.clients.type-intro {
  margin-top: 20px;
  padding-top: 80px;
  background-color: #fff;
}

.section.clients.type-intro.white-bg {
  background-color: #fff;
}

.section.clients.type-intro.white-bg.ipad-bg {
  height: 600px;
  background-image: url('../images/BA_iPad.jpg');
  background-position: 100% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
}

.section.clients.website {
  padding-top: 30px;
  background-color: #d3d3d3;
}

.section.photos {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.about-1 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.about-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.services-packages {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% -44%, #ff228b 29%, #0032a6);
  background-image: radial-gradient(circle farthest-corner at 50% -44%, #ff228b 29%, #0032a6);
}

.section.services-1 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.packages {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.section-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.section-heading.purple {
  margin-top: 20px;
  color: #0032a6;
}

.section-heading.thinner {
  font-size: 28px;
  font-weight: 400;
}

.section-heading.packages {
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
}

.centered-paragraph {
  text-align: center;
}

.centered-paragraph.larger {
  font-size: 20px;
  line-height: 36px;
}

.centered-paragraph.larger.top-padding {
  margin-top: 30px;
  font-family: proxima-nova;
}

.centered-paragraph.larger.top-padding.white {
  color: #171528;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.centered-paragraph.larger.top-padding.white._60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.centered-paragraph.larger.top-padding.color {
  color: #ffd4f5;
}

.centered-paragraph.smaller {
  text-transform: uppercase;
}

.centered-paragraph.smaller._900 {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.header-content {
  position: relative;
  top: -110px;
  z-index: 555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-content.clients {
  display: none;
  width: 100%;
  max-width: 1200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.header-content.about {
  top: 0px;
  height: auto;
  padding-top: 120px;
}

.header-text {
  position: relative;
  top: 0px;
  z-index: 9999;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.header-text.with-box {
  padding: 0px;
  background-color: transparent;
  font-family: Ultra;
  font-weight: 400;
  text-transform: uppercase;
}

.header-text.boxed {
  width: auto;
  margin-bottom: 30px;
  padding: 25px 30px;
  background-color: rgba(23, 21, 40, .65);
  color: #e9edf0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.header-text.boxed.clients {
  width: 60%;
  background-color: hsla(0, 0%, 100%, .85);
  text-align: left;
}

.header-text.clients {
  width: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #0032a6;
  font-size: 56px;
  line-height: 60px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.header-text.secondary {
  width: auto;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}

.header-text.secondary.about {
  text-shadow: 0 7px 20px rgba(23, 21, 40, .45);
}

.header-text.secondary.services {
  line-height: 55px;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-2.on-dark {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-2.white {
  color: #fff;
}

.heading-2.about-us {
  color: #7420f3;
}

.slider {
  z-index: 999;
  display: block;
  height: 675px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
}

.slider-content {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 25px 60px 35px;
  background-color: hsla(0, 0%, 100%, .7);
}

.slide-1 {
  position: relative;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/BlackAwning.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 960px;
  display: none;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-left: 45px;
  background-color: hsla(0, 0%, 100%, .7);
  color: #0032a6;
  font-size: 26px;
}

.right-arrow {
  left: 0px;
  top: 20px;
  right: 840px;
  display: none;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-left: 120px;
  background-color: hsla(0, 0%, 100%, .7);
  color: #0032a6;
  font-size: 26px;
}

.white {
  color: #fff;
}

.slider-headline {
  color: #0032a6;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

.slider-paragraph {
  margin-bottom: 30px;
  font-family: proxima-nova;
  color: #252525;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.button {
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button.semi-transparent {
  border: 2px solid #008fff;
  background-color: rgba(0, 143, 255, .4);
  color: #0032a6;
  font-weight: 700;
}

.button.semi-transparent:hover {
  background-color: rgba(0, 143, 255, .75);
}

.button.semi-transparent.larger {
  text-align: center;
}

.button.semi-transparent.centered {
  text-align: center;
}

.button.semi-transparent.centered.cta {
  margin-top: 40px;
  color: #fff;
}

.button.home-header {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 35px;
  font-size: 15px;
}

.button.doublebox {
  margin-top: 0px;
  margin-left: 1px;
  padding: 25px 60px;
  background-color: transparent;
  background-image: url('../images/Button2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 24px;
  letter-spacing: 3px;
}

.button.doublebox:hover {
  background-image: url('../images/ButtonRoll.svg'), url('../images/Button2.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.button.doublebox.top-margin {
  margin-top: 20px;
}

.button.doublebox.packages {
  position: relative;
  margin-top: 40px;
  margin-left: 8px;
}

.button.doublebox.packages.smaller {
  width: 180px;
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.slide-2 {
  height: 100%;
  background-image: url('../images/SecondProject.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video {
  position: relative;
  top: -506px;
  z-index: 1;
  height: 100vh;
}

.video-2 {
  position: absolute;
  top: -16px;
  display: none;
  height: 100vh;
}

.div-block {
  position: relative;
  right: 87px;
  z-index: 5;
  display: block;
  width: 700px;
  height: 300px;
  background-color: rgba(246, 41, 129, .6);
}

.div-block.blue {
  left: 104px;
  top: -233px;
  z-index: 10;
  background-color: rgba(40, 107, 246, .6);
}

.purpleblock {
  display: block;
  width: 241px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0032a6;
}

.purpleblock.top {
  position: relative;
  right: 14px;
  display: none;
}

.purpleblock.bottom {
  position: relative;
  left: 20px;
  width: 361px;
  height: 12px;
}

.pinkblock {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff228b;
}

.pinkblock.top {
  position: relative;
  left: 14px;
  top: 0px;
  display: none;
  width: 241px;
  height: 4px;
}

.pinkblock.bottom {
  position: relative;
  top: 3px;
  right: 20px;
  z-index: 555;
  width: 361px;
  height: 6px;
}

.blockcontainer {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.blockcontainer.top {
  width: 255px;
  height: 12px;
}

.pink-triangle {
  position: absolute;
  left: 179px;
  top: 1251px;
}

.subtitle {
  margin-top: 0px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.subtitle.pink {
  color: #bf4d95;
}

.subtitle.about-header {
  font-family: jubilat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  text-transform: none;
}

.client-name {
  color: #ac267a;
}

.client-name.larger {
  color: #171528;
  font-size: 20px;
}

.bg-block {
  width: 1526px;
  height: 604px;
}

.bg-block.blue {
  position: relative;
  left: -69px;
  top: -539px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #15b7f2;
}

.bg-block.pink {
  position: relative;
  top: -1342px;
  display: none;
  background-color: rgba(255, 38, 155, .75);
}

.spacer.projects {
  height: 50px;
}

.spacer._60 {
  height: 60px;
}

.testimonial-slide {
  background-color: transparent;
  color: #fff;
}

.slider-2 {
  display: block;
  width: 85%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.arrow {
  color: #0032a6;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-quote {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.quote-marks {
  display: block;
  margin: 0px auto;
}

.large-paragraph {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #171528;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.large-paragraph.less-wide {
  display: block;
  width: 75%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.large-paragraph.less-wide.lighter {
  width: 80%;
  font-family: jubilat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.large-paragraph.less-wide.bottom-padding {
  margin-bottom: 70px;
  font-family: proxima-nova;
  font-weight: 400;
}

.testimonial-name {
  display: block;
  font-weight: 900;
  text-align: center;
}

.slide-nav {
  display: none;
}

.client-placeholder {
  margin-top: 50px;
}

.blog-item {
  width: 33.3%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.blog-image-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.blog-post-image.rounded-top {
  width: auto;
  border-radius: 0px;
  background-color: rgba(0, 50, 166, .6);
}

.blog-text-wrapper {
  height: auto;
  padding: 30px 30px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #000;
  color: #fff;
  text-align: left;
}

.blog-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #ff228b;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.blog-title:hover {
  color: #008fff;
}

.post-summary {
  font-family: jubilat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.listing-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.read-more-link {
  position: absolute;
  bottom: 28px;
  font-family: jubilat, sans-serif;
  color: #ff228b;
  font-size: 16px;
  text-decoration: none;
}

.read-more-link:hover {
  color: #008fff;
}

.link {
  color: #fff;
}

.footer {
  height: 100%;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 66px;
  background-color: #0d0b1a;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8) 3%, hsla(0, 0%, 100%, .01)), url('../images/Triangles.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8) 3%, hsla(0, 0%, 100%, .01)), url('../images/Triangles.svg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-logo {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  float: left;
  text-align: left;
}

.footer-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.footer-text.left {
  margin-top: 15px;
  padding-top: 14px;
  padding-right: 60px;
  float: none;
  clear: left;
  color: #e4e4e4;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}

.footer-text.right {
  margin-bottom: 5px;
  padding-left: 60px;
  text-align: left;
}

.social-link {
  margin-left: 15px;
  float: none;
}

.social-link.less-padding {
  margin-left: 15px;
  float: none;
  text-align: right;
}

.slide-nav-2 {
  display: block;
  background-color: hsla(0, 0%, 100%, .65);
  color: #a02f2f;
}

.content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.superlazybox {
  position: absolute;
  left: 0px;
  top: 1983px;
  min-height: 834px;
  min-width: 1800px;
}

.client-card {
  position: relative;
  width: 100%;
  padding: 0px;
}

.client-1 {
  background-image: url('../images/BlackAwning.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(23, 21, 40, .8);
}

.project-title {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.project-description {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.header-box {
  width: 60%;
  padding: 60px 50px 60px 40px;
  background-color: hsla(0, 0%, 100%, .59);
}

.client-hero-paragraph {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: proxima-nova;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.client-hero-paragraph.full {
  width: 100%;
}

.client-hero-header {
  margin-bottom: 0px;
  padding-top: 125px;
  font-family: jubilat, sans-serif;
  color: #0032a6;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.photo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.photo-block.swatches {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo-block._400 {
  height: 400px;
}

.photo-block._600 {
  height: 600px;
}

.blackawning-images {
  width: 50%;
  height: auto;
  background-image: url('../images/BA1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blackawning-images.ba2 {
  background-image: url('../images/BA2.jpeg');
}

.blackawning-images.ba3 {
  width: 33%;
  background-image: url('../images/BA3.jpeg');
}

.blackawning-images.ba4 {
  width: 67%;
  background-image: url('../images/BA4.png');
  background-position: 50% 50%;
  background-size: auto;
}

.blackawning-images.ba5 {
  width: 100%;
  background-image: url('../images/BA5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-text {
  width: 50%;
  text-align: left;
}

.ipad {
  width: 50%;
  height: 600px;
}

.image {
  margin-top: 10px;
  padding-top: 0px;
}

.card-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 104px 7% 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(23, 21, 40, .35), rgba(23, 21, 40, .35));
  background-image: linear-gradient(180deg, rgba(23, 21, 40, .35), rgba(23, 21, 40, .35));
}

.card-info:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 21, 40, .09), rgba(23, 21, 40, .09));
  background-image: linear-gradient(180deg, rgba(23, 21, 40, .09), rgba(23, 21, 40, .09));
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-headline {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.read-more {
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-decoration: underline;
}

.collection-list-wrapper {
  margin-top: 35px;
}

.image-3 {
  text-align: center;
}

.div-block-2 {
  text-align: right;
}

.paragraph {
  margin-bottom: -25px;
  padding-top: 0px;
  color: #e2e2e2;
  font-size: 12px;
  text-align: right;
}

.column {
  padding-top: 0px;
}

.container {
  margin-bottom: 120px;
}

.client-detail-info-header {
  font-family: jubilat, sans-serif;
  color: #0032a6;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
}

.faded-bg {
  height: auto;
  margin-top: 20px;
}

.section-2 {
  display: block;
}

.swatch {
  width: 100%;
  background-color: #dff5ed;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  overflow: hidden;
  width: 50%;
  height: auto;
}

.two-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-6 {
  overflow: hidden;
}

.two-swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dff5ed;
}

.two-swatch.swatch-two {
  margin-right: 0px;
  margin-left: 10px;
}

.two-image {
  width: 50%;
  margin-right: 10px;
}

.image-7 {
  margin-left: 10px;
  text-align: center;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
}

.second-swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fde1de;
}

.section-3 {
  margin-top: 20px;
}

.image-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-3rd {
  margin-top: 20px;
}

.image-12 {
  color: #000;
}

.team-wrapper {
  display: block;
  width: 85%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.name-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

.team-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0032a6;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 3px;
}

.team-title {
  margin-top: 0px;
  color: #0032a6;
  font-size: 14px;
}

.about-blurb {
  font-family: jubilat, sans-serif;
  color: #171528;
  font-size: 17px;
  font-weight: 400;
}

.about-blurb.bigass {
  margin-left: 0px;
  font-size: 22px;
  line-height: 32px;
}

.about-blurb.bigass.blerg {
  margin-left: 5%;
}

.about-blurb.bigass.max {
  max-width: 550px;
}

.about-blurb.bigass.max.top-padding.basic-bitch {
  margin-top: 19px;
  padding-right: 50px;
  font-family: jubilat, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: none;
}

.about-blurb.bigass.bottom-padding {
  margin-bottom: 0px;
}

.about-blurb.bigass._80 {
  width: 80%;
}

.name-divider {
  display: block;
  width: 50%;
  height: 6px;
  margin: 20px auto 15px;
  background-color: #ff228b;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.flex-wrapper._1100 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.flex-wrapper.taller {
  height: 1200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-wrapper.bottom {
  height: 1000px;
  margin-top: -45px;
}

.flex-wrapper.basic-bitch {
  height: 1050px;
}

.flex-wrapper.basic-bitch.bander {
  height: 1110px;
}

._50-column {
  width: 50%;
}

._50-column.padded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column.padded.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f1f1f1;
}

._50-column.padded.color.swapped {
  padding-left: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._50-column.padded.color.swapped.pic {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 50, 166, .67), rgba(0, 50, 166, .67)), url('../images/IMG_2419.jpg');
  background-image: linear-gradient(180deg, rgba(0, 50, 166, .67), rgba(0, 50, 166, .67)), url('../images/IMG_2419.jpg');
  background-position: 0px 0px, 31% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

._50-column.padded.color.swapped.pic.less {
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-column.padded.swapped {
  padding-right: 2%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._50-column.padded.swapped.wider {
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._50-column._55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-column._55.padded {
  padding-right: 60px;
  padding-left: 60px;
}

._50-column._55.padded.bottom {
  padding-top: 0px;
  padding-bottom: 0px;
}

._50-column._55.padded.packages {
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bigass-text {
  position: relative;
  z-index: 9999;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 90px;
  line-height: 75px;
  font-weight: 900;
  text-align: left;
}

.bigass-text.pop {
  color: #ff228b;
}

.bigass-text.pop.blue {
  color: #15b7f2;
}

.bigass-text.white {
  color: #fff;
}

.wedo {
  width: 350px;
  margin-right: 25px;
  padding-top: 0px;
  padding-right: 65px;
  padding-bottom: 70px;
  float: none;
}

.div-block-3 {
  display: block;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3-text {
  width: 80%;
  padding-left: 5%;
}

.rounded-image {
  border-radius: 600px;
}

._45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._45.color {
  background-color: #f5f5f5;
}

._45.color.bottom {
  padding-top: 60px;
  padding-bottom: 100px;
}

._45.color.packages {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff228b;
}

._45.color.packages.basic {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 34, 139, .7), rgba(255, 34, 139, .7)), url('../images/Basic.jpg');
  background-image: linear-gradient(180deg, rgba(255, 34, 139, .7), rgba(255, 34, 139, .7)), url('../images/Basic.jpg');
  background-position: 0px 0px, -126px -17px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._45.color.packages.bander {
  background-color: #0032a6;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 50, 166, .63), rgba(0, 50, 166, .63)), url('../images/Bander.jpg');
  background-image: linear-gradient(180deg, rgba(0, 50, 166, .63), rgba(0, 50, 166, .63)), url('../images/Bander.jpg');
  background-position: 0px 0px, -477px -140px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.large-rectangle {
  position: relative;
  left: -40%;
  top: -40px;
  right: 0px;
  z-index: 99;
  height: 30px;
  background-color: #15b7f2;
}

.large-rectangle.pink {
  left: -36%;
  top: -50px;
  height: 15px;
  background-color: #ff228b;
}

.large-rectangle.basic {
  position: relative;
  left: -156%;
  top: -16px;
  z-index: 0;
  width: 1200px;
  margin-bottom: -25px;
}

.large-rectangle.basic.bander {
  left: -154%;
}

.column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.services-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.service-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #0032a6;
  font-size: 26px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-paragraph {
  font-family: jubilat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.services-paragraph.packages {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
}

.packages-wrapper {
  position: relative;
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px 175px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(23, 21, 40, .27);
}

.packages-wrapper.top-package {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.package-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #0032a6;
  font-size: 34px;
  line-height: 44px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.package-feature {
  display: block;
  width: 80%;
  margin: 0px auto;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #bebebe;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.package-line {
  display: block;
  width: 80%;
  height: 1px;
  margin: 15px auto;
  background-color: #dfdfdf;
}

.package-line.thicc {
  width: 40%;
  height: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ff228b;
}

.basic-bitches {
  max-width: 500px;
  padding-left: 0px;
}

.package-features-wrapper {
  width: 80%;
  margin-top: 30px;
}

.feature-title {
  margin-bottom: 15px;
  color: #0032a6;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0px;
}

.feature-title.pink {
  border-bottom: 2px dotted #ff228b;
  color: #ff228b;
}

.feature-title.price {
  margin-bottom: 0px;
}

.feature-title.with-line {
  border-bottom: 2px dotted #0032a6;
}

.feature-feature {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  border-left: 5px none #008fff;
  font-family: jubilat, sans-serif;
  color: #171528;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

.feature-feature.pink {
  border-left-color: #ff228b;
}

.packages-cta {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: jubilat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 1px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.packages-button-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 35px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .body-container._1100 {
    width: 100%;
  }
  .body-container.packages {
    width: 100%;
  }
  .section.clients.white-bg {
    display: block;
  }
  .section.cta {
    display: none;
  }
  .section.blog-posts {
    display: block;
  }
  .section.about-1 {
    padding-bottom: 70px;
  }
  .header-content {
    padding-top: 110px;
  }
  .header-text {
    line-height: 90px;
  }
  .header-text.secondary.about {
    position: relative;
    line-height: 60px;
  }
  .header-text.secondary.services {
    font-size: 46px;
    line-height: 50px;
  }
  .slide-1 {
    background-position: 50% 50%;
  }
  .testimonial {
    height: 500px;
  }
  .footer {
    display: block;
    padding-bottom: 40px;
  }
  .blog-headline {
    font-size: 20px;
    line-height: 20px;
  }
  .about-blurb.bigass.max {
    max-width: 100%;
    text-align: center;
  }
  .about-blurb.bigass.max.top-padding.basic-bitch {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-blurb.bigass.max.why {
    margin-top: 100px;
  }
  .flex-wrapper.bottom {
    display: block;
    height: auto;
    margin-top: 0px;
  }
  .flex-wrapper.basic-bitch {
    height: auto;
  }
  .flex-wrapper.we-love {
    display: block;
    height: auto;
  }
  ._50-column._55.padded {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 90px 20px 0px;
  }
  ._50-column._55.padded.bottom {
    position: static;
  }
  .bigass-text {
    text-align: center;
  }
  .wedo {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 100px;
    text-align: left;
  }
  .wedo.why-text {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  ._45.color {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 90px;
  }
  ._45.color.bottom {
    display: block;
  }
  ._45.color.bottom.why-top {
    margin-top: 90px;
  }
  ._45.color.packages.basic {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Basic.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Basic.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  ._45.color.packages.bander {
    padding-bottom: 90px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Bander.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Bander.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .large-rectangle {
    position: relative;
    top: 150px;
  }
  .large-rectangle.pink {
    top: -11px;
    margin-bottom: 0px;
  }
  .large-rectangle.basic {
    position: relative;
    left: 0%;
    right: 1px;
    overflow: hidden;
    width: 93%;
  }
  .large-rectangle.basic.bander {
    left: 0%;
    width: 93%;
  }
  .large-rectangle.blue {
    top: 0px;
    margin-top: 170px;
  }
  .packages-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .package-heading {
    font-size: 30px;
  }
  .basic-bitches {
    max-width: 100%;
  }
  .package-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-4 {
    display: none;
  }
}

@media (max-width: 767px) {
  .body-container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-container._1100 {
    width: 100%;
  }
  .client-card {
    width: 100%;
    margin-bottom: 25px;
  }
  .client-hero-paragraph {
    font-size: 18px;
    line-height: 26px;
  }
  .client-hero-header {
    padding-top: 40px;
    font-size: 36px;
  }
  .container {
    margin-bottom: 50px;
  }
  .faded-bg {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .two-up {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two-swatch {
    width: 100%;
    background-color: #fff;
  }
  .two-image {
    width: 100%;
    margin-right: 0px;
    padding-right: 20px;
  }
  .image-7 {
    margin-top: 20px;
  }
  .image-8 {
    width: 100%;
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 20px;
  }
  .section-3 {
    margin-top: 10px;
  }
  .image-10 {
    margin-top: 10px;
  }
  .image-11 {
    margin-top: 10px;
  }
  .wedo {
    width: 100%;
  }
  .wedo.why-text {
    padding-top: 40px;
    padding-bottom: 9px;
  }
  .large-rectangle.basic {
    left: -10%;
    width: 90%;
  }
  .large-rectangle.basic.bander {
    left: -7%;
  }
  .large-rectangle.blue {
    margin-top: 285px;
  }
  .packages-wrapper.top-package {
    margin-bottom: 20px;
  }
  .eric-bio {
    margin-bottom: 40px;
  }
  .row {
    display: block;
  }
}

@media (max-width: 479px) {
  .header {
    background-image: url('../images/mobile-paint-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .nav {
    height: 80px;
  }
  .body-container.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-container.flex {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-container._1100 {
    width: 100%;
  }
  .icon {
    position: absolute;
    top: 12px;
    right: -115px;
    margin-top: -10px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }
  .section.projects {
    padding-top: 60px;
    background-position: 50% 100%;
  }
  .section.clients-main {
    padding-top: 0px;
  }
  .section.clients.type-intro {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section.clients.website {
    padding-bottom: 35px;
  }
  .section.about-1 {
    padding-bottom: 20px;
  }
  .section.about-2 {
    position: relative;
    display: block;
  }
  .section.services-1 {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .section-heading {
    margin-top: -15px;
    padding-top: 0px;
  }
  .section-heading.purple {
    margin-top: 20px;
  }
  .section-heading.white {
    font-size: 20px;
    line-height: 27px;
  }
  .section-heading.thinner {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .section-heading.packages {
    font-size: 20px;
    font-weight: 200;
  }
  .header-content {
    padding-top: 100px;
  }
  .header-text.boxed {
    font-size: 28px;
    line-height: 32px;
  }
  .header-text.secondary.about {
    font-size: 30px;
    line-height: 36px;
  }
  .header-text.secondary.services {
    font-size: 27px;
    line-height: 35px;
  }
  .slider-content {
    width: 100%;
    padding-left: 20px;
  }
  .slider-headline {
    font-size: 29px;
  }
  .button.doublebox {
    padding: 30px 40px;
    line-height: 24px;
  }
  .purpleblock.bottom {
    width: 90%;
  }
  .pinkblock.bottom {
    width: 90%;
  }
  .subtitle {
    margin-bottom: 35px;
    padding-top: 0px;
    font-size: 16px;
  }
  .subtitle.pink {
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 26px;
  }
  .subtitle.about-header {
    font-size: 24px;
  }
  .arrow {
    margin-right: -45px;
    margin-left: -45px;
    padding-right: 0px;
  }
  .testimonial {
    height: 430px;
  }
  .large-paragraph.less-wide.lighter {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
  }
  .large-paragraph.less-wide.bottom-padding {
    width: 100%;
  }
  .blog-item {
    width: 100%;
  }
  .footer {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), hsla(0, 0%, 9%, .49) 58%, hsla(0, 0%, 9%, 0) 98%), url('../images/Triangles.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 9%, .49) 58%, hsla(0, 0%, 9%, 0) 98%), url('../images/Triangles.svg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .footer-text.left {
    margin-top: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .footer-text.right {
    margin-top: 35px;
    padding-bottom: 24px;
    padding-left: 0px;
    text-align: center;
  }
  .client-card {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .client-card-wrapper {
    padding-bottom: 0px;
  }
  .card-hover {
    padding-bottom: 0px;
  }
  .client-hero-paragraph {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .client-hero-header {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 40px;
    padding-right: 0px;
    font-size: 40px;
    line-height: 42px;
  }
  .image {
    position: relative;
    left: 18px;
    display: inline-block;
    max-width: 80%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .icon-2 {
    margin-top: 155px;
  }
  .icon-3 {
    margin-top: 159px;
    padding-top: 0px;
  }
  .image-2 {
    margin-left: 0px;
  }
  .div-block-2 {
    text-align: center;
  }
  .paragraph {
    margin-top: 18px;
    text-align: center;
  }
  .client-detail-info-header {
    font-size: 40px;
    line-height: 42px;
  }
  .image-7 {
    margin-top: 10px;
  }
  .project-3rd {
    margin-top: 10px;
  }
  .team-wrapper {
    width: 100%;
  }
  .about-blurb {
    font-size: 18px;
    line-height: 28px;
  }
  .about-blurb.bigass.max {
    position: static;
  }
  .about-blurb.bigass.max.top-padding.basic-bitch {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .about-blurb.bigass.max.why {
    margin-top: 60px;
    font-size: 18px;
    line-height: 28px;
  }
  .about-blurb.bigass.max.love-copy {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
  }
  .about-blurb.bigass.bottom-padding {
    font-size: 18px;
    line-height: 28px;
  }
  .flex-wrapper {
    display: block;
  }
  .flex-wrapper.bottom {
    position: static;
    display: block;
  }
  ._50-column._55.padded {
    position: static;
    display: block;
    padding-top: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._50-column._55.padded.packages {
    padding-top: 15px;
    padding-bottom: 67px;
  }
  .bigass-text {
    font-size: 60px;
    line-height: 60px;
  }
  .bigass-text.white {
    font-size: 60px;
  }
  .wedo {
    padding-bottom: 70px;
  }
  .wedo.why-text {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
  ._45.color {
    display: block;
    padding-top: 60px;
  }
  ._45.color.bottom.why-top {
    position: static;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .large-rectangle.pink {
    display: none;
  }
  .large-rectangle.basic {
    left: -7%;
    width: 90%;
  }
  .large-rectangle.basic.bander {
    left: -7%;
  }
  .large-rectangle.blue {
    display: none;
    margin-top: 600px;
  }
  .column-block {
    margin-bottom: 35px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .services-icon {
    margin-bottom: 0px;
  }
  .services-paragraph {
    font-size: 18px;
    line-height: 28px;
  }
  .services-paragraph.packages {
    font-size: 18px;
    line-height: 28px;
  }
  .packages-wrapper.top-package {
    margin-bottom: 30px;
  }
  .package-heading {
    font-size: 24px;
  }
  .basic-bitches {
    padding-left: 0px;
  }
  .feature-feature {
    font-size: 18px;
    line-height: 28px;
  }
  .eric-bio {
    padding-right: 0px;
    padding-left: 0px;
  }
}
