p {
  font-family: quasimoda-2, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.15em;
  padding-left: 0px;
  color: #000000;
  line-height: 1.5;
}

blockquote {
  font-style: italic;
}

table {
  font: 1.25em quasimoda, sans-serif;
  display: block;
  padding: 1em 0em;
  overflow: auto;
}
table tr {
  padding: 0.5em;
}
table td {
  border: 1px solid #e0e0e0;
  padding: 0.5em;
}

h1 {
  color: #4e4e4e;
  font-size: 2.18em;
  font-weight: normal;
  font-family: quasimoda-2, sans-serif;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  padding-left: 0px;
}

h2 {
  color: #4e4e4e;
  font-size: 164%;
  font-weight: normal;
  text-transform: capitalize;
  padding-bottom: 0.5em;
  padding-left: 0px;
  font-family: quasimoda-2, sans-serif;
}

h3 {
  color: #4e4e4e;
  font-size: 2.5em;
  font-weight: normal;
  padding-left: 0px;
  padding-top: 1em;
  font-family: quasimoda, sans-serif;
}

h4 {
  color: #4e4e4e;
  font-size: 118%;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin: 0em;
  padding-left: 0px;
  font-family: quasimoda-2, sans-serif;
}

.fa-6 {
  font-size: 20em;
}

.fa-5 {
  font-size: 12em;
}

.fa-3 {
  font-size: 4em;
}

.fa-2 {
  font-size: 2em;
}

.fa-1 {
  font-size: inherit;
}

.btn-classic {
  text-align: center;
  float: left;
  border: 3px solid #d40000;
  background-color: #fff;
  font: 1.25em quasimoda, sans-serif;
  margin-top: 1em;
  padding: 0.5em 2em;
  margin-right: 0.5em;
  font-weight: 600;
}
.btn-classic a {
  color: #d40000;
}

.btn-classic:hover {
  background-color: #d40000;
  color: white;
  text-decoration: none;
}
.btn-classic:hover a {
  color: white;
  text-decoration: none;
}

.btn-secondary {
  text-align: center;
  float: left;
  border: 3px solid #004d40;
  color: #fff;
  background-color: #004d40;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
  padding: 0;
}

.btn-secondary:hover {
  background-color: transparent;
  color: #004d40;
  text-decoration: none;
}

.btn-right-margin {
  margin-right: 0.5em;
}

.btn-sm {
  width: 25%;
}

.btn-md {
  width: 50%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.btn-lg {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  width: 75%;
}

.btn-full {
  width: 100%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

@media screen and (max-width: 68em) {
  .btn-sm {
    width: 40%;
  }

  .btn-md {
    width: 60%;
  }

  .btn-lg {
    width: 80%;
  }

  .btn-full {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .btn-sm {
    width: 50%;
  }

  .btn-classic {
    font-size: 1.25em;
  }

  .btn-md {
    width: 70%;
  }

  .btn-lg {
    width: 90%;
  }

  .btn-full {
    width: 100%;
  }
}
.btn-sharp-gold {
  text-align: center;
  float: left;
  border: 3px solid #8f7747;
  color: #8f7747;
  font-size: 1.25em;
  margin-top: 0.25em;
  background-color: transparent;
}

.btn-sharp-gold:hover {
  background-color: #8f7747;
  color: #fff;
  text-decoration: none;
}

.btn-sharp-green {
  text-align: center;
  float: left;
  border: 3px solid #004d40;
  color: #004d40;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-green:hover {
  background-color: #004d40;
  color: #fff;
  text-decoration: none;
}

.btn-sharp-red {
  text-align: center;
  float: left;
  border: 3px solid #7a232c;
  color: #7a232c;
  font-size: 1.25em;
  margin-top: 0.25em;
}

btn-sharp-red:hover {
  background-color: #7a232c;
  color: #fff;
  text-decoration: none;
}

.btn-sharp-black {
  text-align: center;
  float: left;
  border: 3px solid #000000;
  color: #000000;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-black:hover {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}

.btn-sharp-blue {
  text-align: center;
  float: left;
  border: 3px solid #4f86a0;
  color: #4f86a0;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-blue:hover {
  background-color: #4f86a0;
  color: #fff;
  text-decoration: none;
}

.btn-sharp-grey {
  text-align: center;
  float: left;
  border: 3px solid #b2b3b2;
  color: #b2b3b2;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-grey:hover {
  background-color: #b2b3b2;
  color: #fff;
  text-decoration: none;
}

.btn-sharp-gold-fill {
  text-align: center;
  float: left;
  border: 3px solid #8f7747;
  background-color: #8f7747;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-gold-fill:hover {
  background-color: transparent;
  color: #8f7747;
  text-decoration: none;
}

.btn-sharp-green-fill {
  text-align: center;
  float: left;
  border: 3px solid #004d40;
  background-color: #004d40;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-green-fill:hover {
  background-color: transparent;
  color: #004d40;
  text-decoration: none;
}

.btn-sharp-red-fill {
  text-align: center;
  float: left;
  border: 3px solid #7a232c;
  background-color: #7a232c;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-red-fill:hover {
  background-color: transparent;
  color: #7a232c;
  text-decoration: none;
}

.btn-sharp-black-fill {
  text-align: center;
  float: left;
  border: 3px solid #000000;
  background-color: #000000;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
}

.btn-sharp-black-fill:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

.btn-sharp-blue-fill {
  float: left;
  text-align: center;
}
.btn-sharp-blue-fill a {
  float: left;
  border: 3px solid #4f86a0;
  padding: 0.5em 2em 0.5em 2em;
  background-color: #4f86a0;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
  width: 100%;
}
.btn-sharp-blue-fill a:hover {
  background-color: transparent;
  color: #4f86a0;
  text-decoration: none;
}

.btn-sharp-grey-fill {
  float: left;
  text-align: center;
}
.btn-sharp-grey-fill a {
  float: left;
  border: 3px solid #b2b3b2;
  padding: 0.5em 2em 0.5em 2em;
  background-color: #b2b3b2;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
  width: 100%;
}
.btn-sharp-grey-fill a:hover {
  background-color: transparent;
  color: #b2b3b2;
  text-decoration: none;
}

.btn-soft-gold {
  float: left;
  text-align: center;
}
.btn-soft-gold a {
  float: left;
  border: 3px solid #8f7747;
  padding: 0.5em 2em 0.5em 2em;
  color: #8f7747;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
  width: 100%;
}
.btn-soft-gold a:hover {
  background-color: #8f7747;
  color: #fff;
  text-decoration: none;
}

.btn-soft-green {
  text-align: center;
  float: left;
  border: 3px solid #004d40;
  color: #004d40;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
  background-color: transparent;
}

.btn-soft-green:hover {
  background-color: #004d40;
  color: #fff;
  text-decoration: none;
}

.btn-soft-red {
  float: left;
  text-align: center;
}
.btn-soft-red a {
  float: left;
  border: 3px solid #7a232c;
  color: #7a232c;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
}
.btn-soft-red a:hover {
  background-color: #7a232c;
  color: #fff;
  text-decoration: none;
}

.btn-soft-black {
  float: left;
  text-align: center;
}
.btn-soft-black a {
  float: left;
  border: 3px solid #000000;
  padding: 0.5em 2em 0.5em 2em;
  color: #000000;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
  width: 100%;
}
.btn-soft-black a:hover {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}

.btn-soft-blue {
  float: left;
  text-align: center;
}
.btn-soft-blue a {
  float: left;
  border: 3px solid #4f86a0;
  padding: 0.5em 2em 0.5em 2em;
  color: #4f86a0;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
  width: 100%;
}
.btn-soft-blue a:hover {
  background-color: #4f86a0;
  color: #fff;
  text-decoration: none;
}

.btn-soft-grey {
  float: left;
  text-align: center;
}
.btn-soft-grey a {
  float: left;
  border: 3px solid #b2b3b2;
  padding: 0.5em 2em 0.5em 2em;
  color: #b2b3b2;
  background-color: transparent;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
  width: 100%;
}
.btn-soft-grey a:hover {
  background-color: #b2b3b2;
  color: #fff;
  text-decoration: none;
}

.btn-soft-gold-fill {
  text-align: center;
  float: left;
  border: 3px solid #8f7747;
  color: #fff;
  background-color: #8f7747;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
}

.btn-soft-gold-fill:hover {
  background-color: transparent;
  color: #8f7747;
  text-decoration: none;
}

.btn-soft-green-fill {
  text-align: center;
  float: left;
  border: 3px solid #004d40;
  background-color: #004d40;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
}

.btn-soft-green-fill:hover {
  background-color: transparent;
  color: #004d40;
  text-decoration: none;
}

.btn-soft-red-fill {
  text-align: center;
  float: left;
  border: 3px solid #7a232c;
  background-color: #7a232c;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
}

.btn-soft-red-fill:hover {
  background-color: transparent;
  color: #7a232c;
  text-decoration: none;
}

.btn-soft-black-fill {
  text-align: center;
  float: left;
  border: 3px solid #000000;
  color: #fff;
  background-color: #000000;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
}

.btn-soft-black-fill:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

.btn-soft-blue-fill {
  text-align: center;
  float: left;
  border: 3px solid #4f86a0;
  background-color: #4f86a0;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
}

.btn-soft-blue-fill:hover {
  background-color: transparent;
  color: #4f86a0;
  text-decoration: none;
}

.btn-soft-grey-fill {
  text-align: center;
  float: left;
  border: 3px solid #b2b3b2;
  background-color: #b2b3b2;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.25em;
  border-radius: 10px;
}

.btn-soft-grey-fill:hover {
  background-color: transparent;
  color: #b2b3b2;
  text-decoration: none;
}

/* CSS Document */
body {
  background-color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

img {
  width: 100%;
}

button {
  border: none;
}

/* CONTAINTER STYLES*/
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 90em;
}

.flex-height {
  display: flex;
  flex-wrap: wrap;
}

main {
  padding: 2em 0em 2em 0em;
}

aside {
  float: left;
}

.wrapper {
  float: left;
  width: 100%;
}

/*END CONTAINER STYLES*/
.fa {
  margin-right: 5px;
}

/*LIST STYLES*/
ol, ul {
  margin: 0px;
}

/*END LIST STYLES*/
.vanish {
  display: block;
}

.no-pad {
  padding-left: 0px;
}

/*Header Landing Page*/
.landing-page-header {
  background-color: #4e4e4e;
  width: 100%;
  padding: 1em 1em 1.5em;
  top: 0;
  transition: top 1.5s;
  position: fixed;
  z-index: 99999;
}
.landing-page-header .landing-site-title {
  width: 100%;
}
.landing-page-header .navButton {
  width: 100%;
}
.landing-page-header .landing-site-title h1 {
  text-transform: uppercase;
  font-family: quasimoda-2, sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  display: inline;
  color: white;
  padding-left: 0;
  margin-top: 0em;
}
.landing-page-header .landing-site-title h1 .bold {
  font-weight: bold;
  font-family: quasimoda, sans-serif;
}
.landing-page-header .landing-site-title h1 a {
  color: #fff;
}
.landing-page-header .landing-site-title h1 a:hover {
  text-decoration: none;
}
.landing-page-header .logo {
  float: left;
  padding: 0em 0em 0em 1em;
}
.landing-page-header .logo img {
  width: 108px;
  height: 108px;
  float: left;
}
.landing-page-header .landing-site-subtitle {
  text-transform: lowercase;
  font-family: quasimoda-2, sans-serif;
  font-size: 0.45em;
  font-weight: 300;
  padding-left: 0;
  margin-top: -0.1em;
  color: #fff;
  display: block;
  float: left;
}
.landing-page-header .navigation {
  float: right;
  margin-top: -1.7em;
}
.landing-page-header .navigation ul {
  display: inline;
}
.landing-page-header .navigation a {
  display: inline-block;
}
.landing-page-header .navigation a:hover {
  text-decoration: none;
}
.landing-page-header .navigation li {
  font-family: quasimoda, sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  padding: 1.1em 1.5em 1.3em;
  display: inline;
  color: #fff;
}
.landing-page-header .navigation li:hover {
  background-color: #000;
}

.navbar-toggle {
  width: 65px;
}

@media screen and (max-width: 767px) {
  .landing-page-header {
    position: fixed;
    z-index: 9999;
    padding: 0.5em 1em;
  }
  .landing-page-header .landing-site-subtitle {
    margin-top: -1em;
    float: none;
    display: block;
  }
  .landing-page-header .navigation {
    margin-top: 0em;
    width: 100%;
  }
  .landing-page-header .navigation ul {
    padding-left: 0;
  }
  .landing-page-header .navigation a {
    width: 100%;
    text-align: center;
    padding: 1em 1em 1em 0em;
  }
  .landing-page-header .navigation li {
    padding: 0.5em 4em;
    font-weight: 400;
  }
  .landing-page-header .landing-site-title {
    padding-right: 0;
    padding-top: 1.5em;
    padding: 1em 0em 0em 0em;
  }
  .landing-page-header .landing-site-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    font: 2.2em quasimoda-2, sans-serif;
    line-height: 1.2em;
    padding-left: 0;
    margin-top: 0em;
    color: #fff;
  }
  .landing-page-header .landing-site-title h1 a {
    color: #fff;
  }
  .landing-page-header .logo img {
    width: 54px;
    height: 54px;
    float: left;
  }

  .navbar-toggle {
    margin-top: -5em;
    float: right;
  }
}
@media screen and (max-width: 550px) {
  .landing-site-title h1 .bold {
    font-weight: bold;
    display: block;
    font-family: quasimoda, sans-serif;
    line-height: 0.5em;
  }

  .landing-site-title h1 {
    font-size: 1.8em;
  }

  .navbar-toggle {
    margin-top: -6em;
    float: right;
  }

  .landing-page-header {
    padding: 0em 1em;
  }

  .landing-page-header .landing-site-subtitle {
    margin-top: -2.5em;
    font-size: 0.5em;
    display: none;
  }

  .navButton {
    width: 100%;
    text-align: center;
  }
}
/*LANDING PAGE FOOTER*/
.footer-landing {
  background-color: #313030;
  padding: 8em 0em;
  float: left;
  text-align: center;
  width: 100%;
}
.footer-landing .footnav ul {
  list-style-type: none;
  padding: 0.5em 1em;
}
.footer-landing .footnav li {
  display: inline;
}
.footer-landing .footnav a {
  color: white;
  font-size: 1.25em;
  padding: 0.5em 1em;
}
.footer-landing .footnav a:hover {
  color: #d40000;
  text-decoration: none;
}
.footer-landing .footnav .line {
  color: white;
}
.footer-landing .footnav .icons a {
  padding-left: 0em;
}
.footer-landing .footnav .icons i {
  font-size: 1.35em;
  color: white;
}
.footer-landing .footnav .btn-white {
  background-color: transparent;
  color: #d40000;
  border-radius: 1px;
  border: 1px solid #d40000;
  margin-top: 0.5em;
}
.footer-landing h2 {
  text-transform: uppercase;
  font-family: quasimoda-2, sans-serif;
  font-size: 3em;
  font-weight: 300;
  display: inline;
  color: white;
  padding-left: 0;
  margin-top: 0em;
}
.footer-landing h2 .bold {
  font-weight: bold;
  font-family: quasimoda, sans-serif;
}
.footer-landing h2 a {
  color: white;
}

@media screen and (max-width: 767px) {
  .footer-landing address {
    width: 50%;
    word-break: break-word;
    word-wrap: break-word;
  }
  .footer-landing h2 {
    font-size: 1.75em;
  }
}
/* Profile Hero Section for Portfolio Site*/
.profile-hero {
  width: 100%;
  /*background: linear-gradient(to right, #f1f1f1 0%, #f1f1f1 50%, #c3c3c3 50%, #c3c3c3 100%);*/
  background-image: url("../img/tweedlight2.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 10em 3em 6em;
  display: flex;
  flex-wrap: wrap;
}
.profile-hero .content {
  max-width: 60em;
  position: relative;
  margin: 0 auto;
  display: inherit;
  animation: landing 3.5s;
  -webkit-animation: landing 3.5s;
  -moz-animation: landing 3.5s;
  -o-animation: landing 3.5s;
}
.profile-hero .content img {
  width: 250px;
  height: 250px;
  float: left;
  border: 2px solid #c7c7c7;
  display: inline;
  border-radius: 200px;
}
.profile-hero .content h2 {
  display: inline;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: bold;
  font-family: quasimoda, sans-serif;
}
.profile-hero .content p {
  font-family: quasimoda, sans-serif;
  font-size: 1.65em;
  font-weight: normal;
  line-height: 1.25em;
  padding-top: 0.25em;
}
.profile-hero .content .hero-content {
  padding-left: 4em;
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  .profile-hero {
    padding: 11em 3em 5em;
  }
  .profile-hero .content .hero-content {
    padding-left: 2em;
  }
}
@media screen and (max-width: 550px) {
  .profile-hero {
    padding: 12em 1em 5em;
  }
  .profile-hero .content {
    display: flex;
    flex-wrap: wrap;
  }
  .profile-hero .content .animate {
    margin: 0 auto;
  }
  .profile-hero .content .hero-content {
    text-align: center;
    padding-left: 0em;
    margin-top: 3em;
  }
  .profile-hero .content img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
}
/* Portfolio Work Section for Portfolio Site*/
.homepage-work {
  width: 100%;
  max-width: 90em;
  margin: 0 auto;
}
.homepage-work .work-title {
  max-width: 45em;
  margin: 0 auto;
  padding: 5em 0em;
}
.homepage-work .work-title h2 {
  font-size: 2.5em;
  font-weight: 300;
  font-family: quasimoda, sans-serif;
}
.homepage-work h3 {
  padding-left: 1em;
  font-family: quasimoda, sans-serif;
  font-weight: 800;
}
.homepage-work .work-button {
  margin: 0 auto;
  max-width: 90em;
  text-align: center;
  padding: 5em 0em 15em;
}
.homepage-work .work-button a {
  padding: 1em 3em;
  width: 30%;
  font-size: 1.35em;
  max-width: 20em;
  border: 2px solid #d40000;
  color: #d40000;
}
.homepage-work .work-button a:hover {
  background-color: #d40000;
  text-decoration: none;
  color: #fff;
}
.homepage-work .work-quadtych {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square2 {
  width: 24.5%;
  background-image: url("../img/work-squares/ju-homepage.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  position: relative;
  padding: 10em 2em;
  margin: 0.25%;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square2 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.homepage-work .work-quadtych .work-square2 h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square2 .thumbnail-title {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square {
  width: 24.5%;
  background-image: url(../img/work-squares/soleralandingpage.jpg);
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work .work-quadtych .work-square h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square .thumbnail-title2 {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square3 {
  width: 24.5%;
  background-image: url("../img/work-squares/openhouse.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square3 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work .work-quadtych .work-square3 h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square3 .thumbnail-title3 {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square4 {
  width: 24.5%;
  background-image: url("../img/work-squares/toolkit.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square4 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work .work-quadtych .work-square4 h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square4 .thumbnail-title4 {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square5 {
  width: 24.5%;
  background-image: url("../img/work-squares/opposite.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square5 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work .work-quadtych .work-square5 h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square5 .thumbnail-title5 {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square6 {
  width: 24.5%;
  background-image: url("../img/work-squares/landingpage.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square6 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work .work-quadtych .work-square6 h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square6 .thumbnail-title6 {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square7 {
  width: 24.5%;
  background-image: url("../img/work-squares/studentorg.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square7 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work .work-quadtych .work-square7 h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square7 .thumbnail-title7 {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square8 {
  width: 24.5%;
  background-image: url("../img/work-squares/nerf.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work .work-quadtych .work-square8 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work .work-quadtych .work-square8 h3:hover {
  display: inline-block;
}
.homepage-work .work-quadtych .work-square8 .thumbnail-title8 {
  transition: all 0.3s ease 0s;
}
.homepage-work .work-quadtych .work-square:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work .work-quadtych .work-square2:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work .work-quadtych .work-square3:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work .work-quadtych .work-square4:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work .work-quadtych .work-square5:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work .work-quadtych .work-square6:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work .work-quadtych .work-square7:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work .work-quadtych .work-square8:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}

.vanish-desktop {
  display: none;
}
.vanish-desktop p {
  font: 1.5em quasimoda, sans-serif;
  font-weight: 200;
  line-height: 1em;
  padding: 0em 0.3em;
  margin: 5px 0px 1em 0px;
}

@media screen and (max-width: 930px) {
  .homepage-work .work-title {
    padding: 5em 2em;
  }
  .homepage-work .work-quadtych .work-square {
    width: 49%;
  }
  .homepage-work .work-quadtych .work-square2 {
    width: 49%;
  }
  .homepage-work .work-quadtych .work-square3 {
    width: 49%;
  }
  .homepage-work .work-quadtych .work-square4 {
    width: 49%;
  }
  .homepage-work .work-quadtych .work-square5 {
    width: 49%;
  }
  .homepage-work .work-quadtych .work-square6 {
    width: 49%;
  }
  .homepage-work .work-quadtych .work-square7 {
    width: 49%;
  }
  .homepage-work .work-quadtych .work-square8 {
    width: 49%;
  }
}
@media screen and (max-width: 450px) {
  .homepage-work h3 {
    font-size: 3em;
  }
  .homepage-work .work-quadtych .work-square {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work .work-quadtych .work-square2 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work .work-quadtych .work-square3 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work .work-quadtych .work-square4 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work .work-quadtych .work-square5 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work .work-quadtych .work-square6 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work .work-quadtych .work-square7 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work .work-quadtych .work-square8 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }

  .vanish-desktop {
    display: block;
    width: 100%;
    text-align: center;
  }
  .vanish-desktop hr {
    margin: 1em auto 3em;
    width: 50%;
    border: 0;
    border-top: 1px solid #d40000;
  }
}
/* Portfolio Work Section for Portfolio Site*/
.homepage-work-2 {
  width: 100%;
  max-width: 90em;
  margin: 0 auto;
  text-align: center;
}
.homepage-work-2 .work-title {
  max-width: 45em;
  margin: 0 auto;
  padding: 5em 0em;
}
.homepage-work-2 .work-title h2 {
  font-size: 2.5em;
  font-weight: 300;
  font-family: quasimoda, sans-serif;
}
.homepage-work-2 h3 {
  font-weight: 100;
  font-family: quasimoda;
  font-size: 3.5em;
  padding-bottom: 0.6em;
}
.homepage-work-2 .work-button {
  margin: 0 auto;
  max-width: 90em;
  text-align: center;
  padding: 5em 0em 15em;
}
.homepage-work-2 .work-button a {
  padding: 1em 3em;
  width: 30%;
  font-size: 1.35em;
  max-width: 20em;
  border: 2px solid #d40000;
  color: #d40000;
}
.homepage-work-2 .work-button a:hover {
  background-color: #d40000;
  text-decoration: none;
  color: #fff;
}
.homepage-work-2 .work-quadtych {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square {
  width: 24.5%;
  background-image: url("../img/work-squares/soleralandingpage.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  position: relative;
  padding: 10em 2em;
  margin: 0.25%;
  margin-bottom: 0.3em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square .thumbnail-title {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square2 {
  width: 24.5%;
  background-image: url("../img/work-squares/solerastyleguide.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  margin-bottom: 0.3em;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square2 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square2 h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square2 .thumbnail-title2 {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square3 {
  width: 24.5%;
  background-image: url("../img/work-squares/ppi.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  margin-bottom: 0.3em;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square3 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square3 h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square3 .thumbnail-title3 {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square4 {
  width: 24.5%;
  background-image: url("../img/work-squares/landingpage.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  margin-bottom: 0.3em;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square4 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 50%;
  font-size: 2em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square4 h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square4 .thumbnail-title4 {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square5 {
  width: 24.5%;
  background-image: url("../img/work-squares/admissions.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  margin-bottom: 0.3em;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square5 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square5 h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square5 .thumbnail-title5 {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square6 {
  width: 24.5%;
  background-image: url("../img/work-squares/toolkit.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  margin-bottom: 0.3em;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square6 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square6 h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square6 .thumbnail-title6 {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square7 {
  width: 24.5%;
  background-image: url("../img/work-squares/ju-homepage.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  margin-bottom: 0.3em;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square7 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square7 h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square7 .thumbnail-title7 {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square8 {
  width: 24.5%;
  background-image: url("../img/work-squares/soleraemail.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  margin-bottom: 0.3em;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-2 .work-quadtych .work-square8 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-2 .work-quadtych .work-square8 h3:hover {
  display: inline-block;
}
.homepage-work-2 .work-quadtych .work-square8 .thumbnail-title8 {
  transition: all 0.3s ease 0s;
}
.homepage-work-2 .work-quadtych .work-square:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-2 .work-quadtych .work-square2:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-2 .work-quadtych .work-square3:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-2 .work-quadtych .work-square4:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-2 .work-quadtych .work-square5:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-2 .work-quadtych .work-square6:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-2 .work-quadtych .work-square7:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-2 .work-quadtych .work-square8:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}

.vanish-desktop {
  display: none;
}
.vanish-desktop p {
  font: 1.5em quasimoda, sans-serif;
  font-weight: 200;
  line-height: 1em;
  padding: 0em 0.3em;
  margin: 5px 0px 1em 0px;
}

@media screen and (max-width: 930px) {
  .homepage-work-2 h3 {
    padding: 1em 0.5em;
    font-size: 3em;
  }
  .homepage-work-2 .work-quadtych .work-square {
    width: 49%;
  }
  .homepage-work-2 .work-quadtych .work-square2 {
    width: 49%;
  }
  .homepage-work-2 .work-quadtych .work-square3 {
    width: 49%;
  }
  .homepage-work-2 .work-quadtych .work-square4 {
    width: 49%;
  }
  .homepage-work-2 .work-quadtych .work-square5 {
    width: 49%;
  }
  .homepage-work-2 .work-quadtych .work-square6 {
    width: 49%;
  }
  .homepage-work-2 .work-quadtych .work-square7 {
    width: 49%;
  }
  .homepage-work-2 .work-quadtych .work-square8 {
    width: 49%;
  }
}
@media screen and (max-width: 450px) {
  .homepage-work-2 h3 {
    font-size: 3em;
  }
  .homepage-work-2 .work-quadtych .work-square {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-2 .work-quadtych .work-square2 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-2 .work-quadtych .work-square3 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-2 .work-quadtych .work-square4 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-2 .work-quadtych .work-square5 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-2 .work-quadtych .work-square6 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-2 .work-quadtych .work-square7 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-2 .work-quadtych .work-square8 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }

  .vanish-desktop {
    display: block;
    width: 100%;
    text-align: center;
  }
  .vanish-desktop hr {
    margin: 1em auto 3em;
    width: 50%;
    border: 0;
    border-top: 1px solid #d40000;
  }
}
/* Portfolio Work Section for Portfolio Site*/
.homepage-work-3 {
  width: 100%;
  max-width: 90em;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10em;
}
.homepage-work-3 .work-title {
  max-width: 45em;
  margin: 0 auto;
  padding: 5em 0em;
}
.homepage-work-3 .work-title h2 {
  font-size: 2.5em;
  font-weight: 300;
  font-family: quasimoda, sans-serif;
}
.homepage-work-3 h3 {
  font-weight: 100;
  font-family: quasimoda;
  font-size: 3.5em;
  padding-bottom: 0.6em;
}
.homepage-work-3 .work-button {
  margin: 0 auto;
  max-width: 90em;
  text-align: center;
  padding: 5em 0em 15em;
}
.homepage-work-3 .work-button a {
  padding: 1em 3em;
  width: 30%;
  font-size: 1.35em;
  max-width: 20em;
  border: 2px solid #d40000;
  color: #d40000;
}
.homepage-work-3 .work-button a:hover {
  background-color: #d40000;
  text-decoration: none;
  color: #fff;
}
.homepage-work-3 .work-quadtych {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square {
  width: 24.5%;
  background-image: url("../img/work-squares/opposite.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  position: relative;
  padding: 10em 2em;
  margin: 0.25%;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square .thumbnail-title {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square2 {
  width: 24.5%;
  background-image: url("../img/work-squares/biology.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square2 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square2 h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square2 .thumbnail-title2 {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square3 {
  width: 24.5%;
  background-image: url("../img/work-squares/nerf.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square3 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square3 h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square3 .thumbnail-title3 {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square4 {
  width: 24.5%;
  background-image: url("../img/work-squares/rainbow.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square4 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 50%;
  font-size: 2em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square4 h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square4 .thumbnail-title4 {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square5 {
  width: 24.5%;
  background-image: url("../img/work-squares/menofhonor.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square5 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square5 h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square5 .thumbnail-title5 {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square6 {
  width: 24.5%;
  background-image: url("../img/work-squares/landingpage.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square6 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square6 h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square6 .thumbnail-title6 {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square7 {
  width: 24.5%;
  background-image: url("../img/work-squares/soleralandingpage.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square7 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square7 h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square7 .thumbnail-title7 {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square8 {
  width: 24.5%;
  background-image: url("../img/work-squares/nerf.jpg");
  background-size: cover;
  background-position: center;
  display: inline;
  margin: 0.25%;
  position: relative;
  padding: 10em 2em;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.homepage-work-3 .work-quadtych .work-square8 h3 {
  color: white;
  font-family: quasimoda, sans-serif;
  font-weight: bold;
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  padding: 3em 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-work-3 .work-quadtych .work-square8 h3:hover {
  display: inline-block;
}
.homepage-work-3 .work-quadtych .work-square8 .thumbnail-title8 {
  transition: all 0.3s ease 0s;
}
.homepage-work-3 .work-quadtych .work-square:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-3 .work-quadtych .work-square2:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-3 .work-quadtych .work-square3:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-3 .work-quadtych .work-square4:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-3 .work-quadtych .work-square5:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-3 .work-quadtych .work-square6:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-3 .work-quadtych .work-square7:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}
.homepage-work-3 .work-quadtych .work-square8:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
  background-color: black;
}

.vanish-desktop {
  display: none;
}
.vanish-desktop p {
  font: 1.5em quasimoda, sans-serif;
  font-weight: 200;
  line-height: 1em;
  padding: 0em 0.3em;
  margin: 5px 0px 1em 0px;
}

@media screen and (max-width: 930px) {
  .homepage-work-3 h3 {
    padding: 1em 0.5em;
    font-size: 3em;
  }
  .homepage-work-3 .work-quadtych .work-square {
    width: 49%;
  }
  .homepage-work-3 .work-quadtych .work-square2 {
    width: 49%;
  }
  .homepage-work-3 .work-quadtych .work-square3 {
    width: 49%;
  }
  .homepage-work-3 .work-quadtych .work-square4 {
    width: 49%;
  }
  .homepage-work-3 .work-quadtych .work-square5 {
    width: 49%;
  }
  .homepage-work-3 .work-quadtych .work-square6 {
    width: 49%;
  }
  .homepage-work-3 .work-quadtych .work-square7 {
    width: 49%;
  }
  .homepage-work-3 .work-quadtych .work-square8 {
    width: 49%;
  }
}
@media screen and (max-width: 450px) {
  .homepage-work-3 .work-quadtych .work-square {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-3 .work-quadtych .work-square2 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-3 .work-quadtych .work-square3 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-3 .work-quadtych .work-square4 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-3 .work-quadtych .work-square5 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-3 .work-quadtych .work-square6 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-3 .work-quadtych .work-square7 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }
  .homepage-work-3 .work-quadtych .work-square8 {
    width: 100%;
    margin: 0.5em;
    border-bottom: 5px solid #4e4e4e;
  }

  .vanish-desktop {
    display: block;
    width: 100%;
    text-align: center;
  }
  .vanish-desktop hr {
    margin: 1em auto 3em;
    width: 50%;
    border: 0;
    border-top: 1px solid #d40000;
  }
}
/* Work hero */
.work-hero {
  margin: 0 auto;
  width: 100%;
  max-width: 90em;
}
.work-hero .content-spotlight {
  padding: 0em 1em 9em 2em;
}
.work-hero .content-spotlight .paragraph {
  width: 35%;
  margin-right: 5%;
  display: inline-block;
  float: left;
}
.work-hero .content-spotlight .paragraph p {
  font-size: 2em;
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.75em;
}
.work-hero .content-spotlight .focus {
  width: 60%;
  display: inline-block;
}
.work-hero .content-spotlight .focus p {
  font-style: italic;
  font-size: 2em;
}

@media screen and (max-width: 950px) {
  .work-hero .content-spotlight .paragraph p {
    font-size: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  .work-hero .content-spotlight {
    padding: 0em 2em 6em 2em;
  }
  .work-hero .content-spotlight .paragraph {
    width: 100%;
    padding-bottom: 3em;
  }
  .work-hero .content-spotlight .paragraph p {
    font-size: 1.45em;
    line-height: 1.65em;
  }
  .work-hero .content-spotlight .focus {
    width: 100%;
  }
  .work-hero .content-spotlight .focus p {
    font-size: 1.25em;
  }
}
/* Work Title */
.work-title {
  /*background-image:url("../img/portfolio-bg/opposite.png");
  background-size: cover;
  background-position: center;*/
}
.work-title .content {
  margin: 0 auto;
  width: 100%;
  max-width: 90em;
  padding: 10em 2em 6em;
}
.work-title h2 {
  text-transform: inherit;
  font-family: quasimoda, sans-serif;
  font-size: 4em;
  font-weight: 800;
  display: block;
  padding-bottom: 0;
  line-height: 1em;
  width: 100%;
}
.work-title p {
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.75em;
  width: 70%;
  padding-left: 0px;
  color: #000000;
  line-height: 1.5;
}
.work-title .subtext {
  text-transform: capitalize;
  font-family: quasimoda-2, sans-serif;
  font-size: 2em;
  font-weight: 300;
  display: inline-block;
  padding-left: 0;
  float: left;
  margin-top: -0.2em;
}
.work-title .subtext span {
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2em;
  width: 70%;
  padding-left: 0px;
  color: #000000;
  line-height: 1.5;
}
.work-title hr {
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #d400006b;
  width: 20%;
  margin-left: 1em;
  margin-top: -0.5em;
  padding: 1em 0em 0.5em 0em;
}
.work-title .icons {
  font-size: 1.5em;
  color: #d40000;
}
.work-title .icons a {
  color: #d40000;
}

@media screen and (max-width: 1000px) {
  .work-title .content {
    padding: 10em 2em 4em;
  }
}
@media screen and (max-width: 767px) {
  .work-title {
    padding: 10em 0em 2em;
  }
  .work-title h2 {
    font-size: 2.5em;
  }
  .work-title .content {
    padding: 0em 2em 0em;
  }
  .work-title p {
    width: 100%;
    font-size: 1.45em;
  }
}
@media screen and (max-width: 480px) {
  .work-title {
    padding: 10em 0em 0em;
  }
  .work-title hr {
    margin-left: 0em;
    margin-top: 0.5em;
  }
  .work-title h2 {
    font-size: 2.5em;
  }
  .work-title .content {
    padding: 0em 2em 0em;
  }
  .work-title p {
    width: 100%;
    font-size: 1.45em;
  }
}
/* Work Title */
.work-title-2 {
  background-image: url("../img/portfolio-bg/opposite.png");
  background-position: center;
  text-align: center;
  background-attachment: fixed;
}
.work-title-2 .content {
  margin: 0 auto;
  width: 100%;
  max-width: 90em;
  padding: 10em 2em 10em;
}
.work-title-2 h2 {
  text-transform: inherit;
  font-family: quasimoda, sans-serif;
  font-size: 4em;
  font-weight: 800;
  color: #fff;
  display: block;
  padding-bottom: 0;
  line-height: 1em;
  width: 100%;
}
.work-title-2 p {
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75em;
  width: 70%;
  padding-left: 0px;
  color: #fff;
  line-height: 1.5;
  margin: 0 auto;
}
.work-title-2 .subtext {
  text-transform: capitalize;
  font-family: quasimoda-2, sans-serif;
  font-size: 2em;
  font-weight: 300;
  display: inline-block;
  padding-left: 0;
  float: left;
  margin-top: -0.2em;
}
.work-title-2 .subtext span {
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2em;
  width: 70%;
  padding-left: 0px;
  color: #000000;
  line-height: 1.5;
}
.work-title-2 hr {
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #d400006b;
  width: 20%;
  margin-left: 1em;
  margin-top: 0em;
  padding: 1em 0em 0.5em 0em;
}

@media screen and (max-width: 767px) {
  .work-title-2 {
    padding: 14em 2em 3em;
  }
  .work-title-2 .content {
    padding: 0em 0em 10em;
  }
  .work-title-2 p {
    width: 100%;
  }
}
/* Work Title */
.work-title-contact {
  /*background-image:url("../img/portfolio-bg/opposite.png");
  background-size: cover;
  background-position: center;*/
}
.work-title-contact .content {
  margin: 0 auto;
  width: 100%;
  max-width: 90em;
  padding: 10em 2em 6em;
}
.work-title-contact h2 {
  text-transform: inherit;
  font-family: quasimoda, sans-serif;
  font-size: 4em;
  font-weight: 800;
  display: block;
  padding-bottom: 0;
  line-height: 1em;
  width: 100%;
}
.work-title-contact p {
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.75em;
  width: 70%;
  padding-left: 0px;
  color: #000000;
  line-height: 1.5;
}
.work-title-contact .subtext {
  text-transform: capitalize;
  font-family: quasimoda-2, sans-serif;
  font-size: 2em;
  font-weight: 300;
  display: inline-block;
  padding-left: 0;
  float: left;
  margin-top: -0.2em;
}
.work-title-contact .subtext span {
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2em;
  width: 70%;
  padding-left: 0px;
  color: #000000;
  line-height: 1.5;
}
.work-title-contact hr {
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #d400006b;
  width: 20%;
  margin-left: 1em;
  margin-top: -0.5em;
  padding: 1em 0em 0.5em 0em;
}
.work-title-contact .icons {
  font-size: 1.5em;
  color: #d40000;
}
.work-title-contact .icons a {
  color: #d40000;
}

@media screen and (max-width: 1000px) {
  .work-title-contact .content {
    padding: 10em 2em 4em;
  }
}
@media screen and (max-width: 767px) {
  .work-title-contact {
    padding: 10em 0em 2em;
  }
  .work-title-contact h2 {
    font-size: 2.5em;
  }
  .work-title-contact .content {
    padding: 0em 2em 0em;
  }
  .work-title-contact p {
    width: 100%;
    font-size: 1.45em;
  }
}
@media screen and (max-width: 480px) {
  .work-title-contact {
    padding: 10em 0em 5em;
  }
  .work-title-contact hr {
    margin-left: 0em;
    margin-top: 0.5em;
  }
  .work-title-contact h2 {
    font-size: 2.5em;
  }
  .work-title-contact .content {
    padding: 0em 2em 0em;
  }
  .work-title-contact p {
    width: 100%;
    font-size: 1.45em;
  }
}
/* Work Secondary Focus */
.work-focus {
  background-color: #d6f6ff;
  padding: 11em 3em;
}
.work-focus .content-spotlight {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.work-focus .content-spotlight .paragraph {
  width: 30%;
  float: right;
  display: inline-block;
}
.work-focus .content-spotlight .paragraph p {
  font-size: 2em;
  font-family: quasimoda, sans-serif;
  font-size: 1.75em;
  line-height: 1.75em;
  font-weight: 300;
}
.work-focus .content-spotlight .paragraph h3 {
  font-weight: bold;
  font-family: quasimoda, sans-serif;
  text-transform: inherit;
  margin-top: 0;
  font-size: 3em;
}
.work-focus .content-spotlight .focus {
  float: left;
  width: 60%;
  display: inline-block;
  margin-left: 0em;
  margin-top: 0em;
}
.work-focus .content-spotlight .focus p {
  font-style: italic;
  font-size: 2em;
}
.work-focus .content-spotlight img {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .work-focus {
    padding: 6em 1.5em 10em;
  }
  .work-focus .content-spotlight .focus {
    width: 50%;
  }
  .work-focus .content-spotlight .paragraph {
    width: 40%;
  }
  .work-focus .content-spotlight .paragraph p {
    font-size: 1.55em;
  }
  .work-focus .content-spotlight .paragraph h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .work-focus {
    display: block;
    padding: 7em 1em 0em 2em;
  }
  .work-focus .content-spotlight {
    padding: 0em 1em 6em 2em;
  }
  .work-focus .content-spotlight .focus p {
    font-size: 1.25em;
  }
  .work-focus .content-spotlight .paragraph {
    width: 100%;
  }
  .work-focus .content-spotlight .paragraph h3 {
    font-size: 2.5em;
  }
  .work-focus .content-spotlight .paragraph p {
    font-size: 1.45em;
    line-height: 1.65em;
  }
  .work-focus .content-spotlight .focus {
    width: 100%;
    margin-left: -1.5em;
    margin-top: 0em;
  }
}
/* Work Secondary Focus */
.work-secondary-focus .paragraph-spotlight {
  padding: 0em 1em 11em 2em;
  background-color: white;
  margin: 0 auto;
  display: inline-block;
  width: 50%;
  float: left;
}
.work-secondary-focus .paragraph-spotlight .paragraph {
  width: 90%;
  padding: 6em 1em;
  margin-right: 10%;
  display: inline-block;
}
.work-secondary-focus .paragraph-spotlight .paragraph p {
  font-size: 2em;
  font-family: quasimoda, sans-serif;
  font-size: 1.75em;
  line-height: 1.75em;
  font-weight: 300;
}
.work-secondary-focus .paragraph-spotlight .paragraph h3 {
  font-weight: bold;
  font-family: quasimoda, sans-serif;
  text-transform: inherit;
  margin-top: 0;
  font-size: 3em;
}
.work-secondary-focus .image-spotlight {
  width: 50%;
  margin-top: -6em;
  background-color: #ff9ea6;
  display: inline-block;
}
.work-secondary-focus .image-spotlight .focus {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 11em 3em;
  margin-top: -1em;
}
.work-secondary-focus .image-spotlight .focus img {
  width: 100%;
}
.work-secondary-focus .image-spotlight .focus p {
  font-style: italic;
  font-size: 2em;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .work-secondary-focus .paragraph-spotlight .paragraph h3 {
    font-size: 2.5em;
  }
  .work-secondary-focus .paragraph-spotlight .paragraph p {
    font-size: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  .work-secondary-focus {
    background-color: #ff9ea6;
    padding: 0em 1em 6em 1em;
  }
  .work-secondary-focus .image-spotlight {
    width: 100%;
  }
  .work-secondary-focus .image-spotlight .focus {
    padding: 1em 3em 5em;
  }
  .work-secondary-focus .paragraph-spotlight {
    width: 100%;
    padding: 0em 1em 2em 2em;
    background-color: #ff9ea6;
  }
  .work-secondary-focus .paragraph-spotlight .paragraph {
    padding: 5em 0.5em;
    margin-right: 0%;
    width: 100%;
  }
}
.lb-container {
  transition: transform .2s;
  background-color: white;
}

.lb-container:hover {
  transform: scale(1.2);
}
