/* Reset =================================================== */
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

button {
  padding: 0px;
}

.release__outlets {
  display: flex;
  justify-content: center;
}
.release__outlets a, .release__outlets svg, .release__outlets img {
  display: block;
  height: 40px;
}

.main {
  padding: 2rem;
}

.release {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.release_announcement {
  margin-bottom: 1rem;
}

.release__cover {
  margin-bottom: 1rem;
}

.release__outlets {
  display: flex;
  justify-content: center;
}
.release__outlets a {
  margin: 0 1rem;
  opacity: 0.5;
  transition: all 0.3s;
}
.release__outlets a:hover {
  opacity: 1;
}
.release__outlets a, .release__outlets svg, .release__outlets img {
  display: block;
  height: 40px;
}

/*************************************************** TYPOGRAPHY ***/
body {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  background-color: #000;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

h1 a, h2 a, h3 a {
  color: #000;
}

@media (max-width: 767px) {
  .main p, .main li, .main input, .main label, .main textarea, .main select, .main table, .main dl {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .main p, .main li, .main input, .main label, .main textarea, .main select, .main table, .main dl {
    font-size: 16px;
  }
}

h1 {
  font-size: 2.65em;
  padding-bottom: 0.5em;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1301px) {
  html {
    font-size: 19px;
  }
}
/*************************************************** GENERAL STYLES *****/
.text-center {
  text-align: center;
}

.image-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.width-50 {
  width: 50%;
}

.section-callout {
  text-align: center;
  margin: 1rem auto;
  width: 50%;
}
.section-callout p {
  font-size: 1.25rem !important;
}

.back {
  padding: 2rem;
}

/*
.spinner {
  position: absolute;
  z-index: 10000;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 100px;
  height: 80px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 12px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}


 */
/*
.wrap {
  display:flex;
  flex-direction: column;
  max-height:0;
  overflow:hidden;
  position: relative;
  z-index: 1;
  opacity:0;
  transition:all 2.5s;


  &.loaded {
    transition-delay:.5s;
    max-height:1000000px;
    opacity:1;
    //height:100vh;
  }
}
*/
header, footer, section, div, iframe {
  box-sizing: border-box;
}

.main p, .main li {
  margin-bottom: 1em;
}

.main-content {
  position: relative;
}
@media (max-width: 1199px) {
  .main-content .social-icons {
    display: none;
  }
}

.page-content {
  max-width: 900px;
}
@media (min-width: 1200px) {
  .page-content {
    max-width: 920px;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
}

ul, li {
  list-style: none;
}

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

.content a:hover {
  text-decoration: underline;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

body.need-padding footer {
  position: relative;
  padding-bottom: 140px;
}

.back-to-top {
  position: absolute;
  z-index: 1000;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  height: 0px;
  display: none;
  border: solid 1px #555;
  height: 60px;
  width: 60px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.back-to-top:after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1001;
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  transform: rotate(-45deg) translate(-20%, -50%);
  border-top: solid 2px #555;
  border-right: solid 2px #555;
}

@media (max-width: 767px) {
  .back-to-top {
    height: 40px;
    width: 40px;
  }
  .back-to-top:after {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1025px) {
  .back-to-top {
    transition: all 0.2s;
    opacity: 0.7;
  }
  .back-to-top:after {
    transition: all 0.4s;
  }
  .back-to-top:hover {
    cursor: pointer;
    border-width: 4px;
    opacity: 1;
    border-color: #fff;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  .back-to-top:hover:after {
    transform: rotate(-405deg) translate(-20%, -50%);
    border-color: #fff;
  }
}
.row {
  overflow: hidden;
  clear: both;
}

body:not(.home) .main {
  max-width: 1020px;
}

@media (max-width: 480px) {
  body:not(.home) .main {
    padding: 2em 1rem;
  }
}
@media (min-width: 481px) {
  body:not(.home) .main {
    padding: 2em 1.5rem;
  }
}
@media (min-width: 1024px) {
  body:not(.home) .main {
    /* padding:2em 24px;
     border:solid 8px darken($lightbeige,5%);
     @include box-shadow(0px 0px 20px rgba(0,0,0,.1));*/
  }
  .main section a:hover {
    text-decoration: underline;
  }
}
.button {
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  background-color: #444;
  outline: none;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 12px 36px;
  border: solid 1px transparent;
}
.button:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .button {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .button {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .button {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .button:hover {
    text-decoration: none !important;
    box-shadow: 0px 0px 30px 6px rgba(255, 255, 255, 0.7);
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
}

.button-ghost {
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: #555;
  background-color: transparent;
  outline: none;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 12px 36px;
  border: solid 1px #777;
}
.button-ghost:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .button-ghost {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .button-ghost {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .button-ghost {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .button-ghost span {
    display: inline-block;
    transition: all 0.2s;
  }
  .button-ghost:hover {
    border-color: #fff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  .button-ghost:hover span {
    display: inline-block;
    transform: translateX(5px);
  }
}

.button.orange {
  background-color: #ffa725;
}
@media (min-width: 1025px) {
  .button.orange:hover {
    background-color: #ffbc58;
  }
  .button.orange:hover:before {
    background-color: #f19000;
  }
}

.button.green {
  background-color: #38b78d;
}
@media (min-width: 1025px) {
  .button.green:hover {
    background-color: #57cba5;
  }
  .button.green:hover:before {
    background-color: #2c906f;
  }
}

header {
  position: relative;
  z-index: 4;
}

.header-inner {
  position: relative;
  z-index: 1;
  /*height:100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 2rem 1rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-inner {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .header-inner {
    padding: 60px 3.5rem 30px 3.5rem;
  }
}

.logo {
  display: block;
  font-family: "Encode Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "width" 100;
  color: #333;
  height: 100%;
  width: 100%;
  max-width: 600px;
}
.logo img {
  width: 600px;
}
@media (max-width: 480px) {
  .logo {
    max-width: 220px;
    font-size: 36px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .logo {
    max-width: 250px;
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .logo {
    font-size: 60px;
    max-width: 300px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .logo {
    transition: all 0.7s;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .logo:hover {
    text-shadow: 5px 5px rgba(255, 255, 255, 0.5);
  }
}
.logo span {
  position: absolute;
  left: -3000px;
}

/*************************************************** MENU ********/
.hamburger {
  width: 60px;
  height: 36px;
  cursor: pointer;
  z-index: 5;
  transform: translateY(0);
}
@media (max-width: 480px) {
  .hamburger {
    width: 44px;
    right: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .hamburger {
    right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hamburger {
    right: 3.5rem;
  }
}
.hamburger .bar {
  width: 100%;
  height: 4px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}
.home .hamburger .bar, .web .hamburger .bar, .songwriter .hamburger .bar {
  background-color: #333;
}
.hamburger .bar.bar-top {
  width: 100%;
  top: 2px;
}
.hamburger .bar.bar-middle {
  width: 50%;
  top: 16px;
}
.hamburger .bar.bar-bottom {
  width: 80%;
  bottom: 2px;
}
.hamburger .bar.bar-x-top, .hamburger .bar.bar-x-bottom {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  visibility: hidden;
  height: 0;
}
.hamburger .bar.bar-x-top {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  top: 2px;
}
.hamburger .bar.bar-x-bottom {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  bottom: 2px;
}
.hamburger:hover .bar:not(.bar-x) {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.9);
}
.hamburger:hover .bar.bar-top {
  width: 40%;
}
.hamburger:hover .bar.bar-middle {
  width: 80%;
}
.hamburger:hover .bar.bar-bottom {
  width: 40%;
}

.menu-open .hamburger .bar.bar-top, .menu-open .hamburger .bar.bar-middle, .menu-open .hamburger .bar.bar-bottom {
  display: none;
}
.menu-open .hamburger .bar-x-top, .menu-open .hamburger .bar-x-bottom {
  -moz-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  position: absolute;
  background-color: #111;
  width: 80%;
  visibility: visible;
  height: 4px;
}
.menu-open .hamburger .bar-x-top {
  top: 16px;
  transform: rotate(45deg);
}
.menu-open .hamburger .bar-x-bottom {
  bottom: 16px;
  transform: rotate(-45deg);
}

.nav {
  display: block;
  position: relative;
  z-index: 1;
}

.main-menu.activated {
  transition: transform 500ms linear;
  -webkit-transition: -webkit-transform 500ms linear;
  transition: all 0.5s;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  transition: position 0.3s;
  overflow: hidden;
  background: rgb(255, 255, 255) url(/images/Sean_menu_bg.jpg) no-repeat center bottom;
  background-size: auto 100%;
  letter-spacing: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  display: table;
  transform: translateY(-200%);
  pointer-events: none;
  z-index: 4;
}
.main-menu a {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.main-menu > ul > li > a {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .main-menu > ul > li > a {
    font-size: 2rem;
  }
}
.main-menu > ul > li > ul a {
  font-size: 16px;
}
.menu-open .main-menu {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-open .main-menu li {
  display: block;
}
.main-menu ul {
  max-width: 400px;
}
.main-menu ul a:hover, .main-menu ul li.active > a {
  background-color: #333;
  color: #fff;
}
.main-menu ul li.active > a {
  cursor: default;
}
.main-menu ul li {
  text-align: center;
  padding: 0.25rem 0;
}
.main-menu ul li a, .main-menu ul li .nolink {
  display: block;
  padding: 10px 20px;
  color: #111;
  text-decoration: none;
}
.main-menu ul li li a, .main-menu ul li li .nolink {
  padding: 10px 40px;
}

@media (max-width: 479px) {
  .main-menu {
    padding-top: 48px;
  }
}
.main-menu ul {
  display: table-cell;
  vertical-align: middle;
}

/*************************************************** FOOTER ***/
.home footer {
  z-index: 2;
}

body:not(.home) footer {
  margin-top: 3em;
}

.floating-footer footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

footer {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
footer .copyright {
  padding: 0 1rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.web footer .copyright, .songwriter footer .copyright {
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  footer .copyright {
    width: auto;
    display: inline-block;
    position: relative;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.5);
}

/************************************************ FORM ELEMENTS ***/
.form-group {
  margin: 1.5em 0;
}

label {
  font-weight: bold;
  margin-bottom: 0.25em;
  display: block;
}

textarea, input[type=text], input[type=email], input[type=password], select {
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 450px;
  width: 100%;
  background-color: #f9f9f9;
}

textarea {
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
}

input[type=text], input[type=email], input[type=password] {
  padding: 10px;
  height: 36px;
}

@media (min-width: 1024px) {
  input[type=text], input[type=email], input[type=password] {
    height: 50px;
  }
}
input[type=submit], button {
  padding: 10px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  background-color: #444;
  outline: none;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 12px 36px;
  background-color: #ffa725;
  margin-top: 0.5em;
  padding: 6px 36px;
}
input[type=submit]:hover, button:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  input[type=submit], button {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  input[type=submit], button {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  input[type=submit], button {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  input[type=submit]:hover, button:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #ffbc58;
  }
  input[type=submit]:hover:before, button:hover:before {
    background-color: #f19000;
  }
}

.contact-form {
  background-color: #333;
  border-radius: 20px;
  padding: 1rem;
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.contact-form .ff-submit {
  background-color: #666 !important;
}

/****************************************  PAGE TEMPLATE STYLES  ****/
.social-icons {
  z-index: 1;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-content .social-icons {
  position: absolute;
}
@media (max-width: 480px) {
  .main-content .social-icons {
    right: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .main-content .social-icons {
    right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .main-content .social-icons {
    right: 3.5rem;
  }
}
header .social-icons {
  position: fixed;
  left: -100%;
}

.social-icons__icon {
  margin-bottom: 1rem;
  width: 26px;
  height: 24px;
  padding: 0.4rem 0.8rem;
  border: solid 2px #aaa;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.social-icons__icon path {
  fill: #333;
  transition: all 0.2s ease-in-out;
}
.social-icons__icon:hover {
  border-color: #fff;
  background: linear-gradient(#ccc 0%, #bbb 100%);
  box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.9);
}
.social-icons__icon:hover path {
  fill: #fff;
}

/*************************************** HOME PAGE STYLES ***/
/*************************************** INTERNAL PAGE STYLES ***/
.main-content p {
  font-size: 1rem;
}
.main-content .intro {
  font-weight: 300;
  margin-bottom: 2rem;
}
.main-content .intro p {
  font-size: 1.25rem;
}
.main-content ul {
  padding-left: 1.33rem;
}
.main-content li {
  list-style: disc;
  font-size: 1rem;
}

.album {
  background-color: #333;
  padding: 2rem;
  margin-bottom: 2rem;
}
.album a {
  color: #fff;
}
.album h2 {
  padding-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.album > h2 {
  padding-bottom: 2rem;
}

.album__info {
  color: rgba(255, 255, 255, 0.8);
}

.credit {
  margin-bottom: 1em;
  font-size: 1.2em;
}

@media (min-width: 600px) {
  .album-description {
    float: left;
    width: 70%;
  }
}

@media (max-width: 767px) {
  .cover {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cover {
    margin-bottom: 1rem;
    display: flex;
  }
}
.cover a {
  display: block;
}
@media (max-width: 599px) {
  .cover a {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .cover a {
    width: 26%;
    margin-right: 4%;
  }
}
.cover img {
  display: block;
}
@media (max-width: 767px) {
  .cover img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 599px) {
  .cover img {
    max-width: 150px;
  }
}

.song {
  margin: 0 0 2em 0;
}
.song h3 {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.song .description {
  clear: both;
}
.song iframe {
  margin-bottom: 1em;
}

.song__meta {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .song__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.buy {
  position: relative;
}
@media (max-width: 767px) {
  .buy {
    margin-top: 0.25rem;
  }
}
.buy a {
  display: flex;
  align-items: center;
}
.buy span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  height: 16px;
  transition: all 0.2s;
  border: solid 2px #f5f5f5;
  padding: 0.5rem;
}
.buy img {
  height: 16px;
  background-color: #f5f5f5;
  border: solid 2px #f5f5f5;
  padding: 0.5rem 0.75rem;
}
.buy:hover span {
  left: 110px;
}

.page-top h2 {
  padding-bottom: 0.5rem;
}
.case__description, .case__skills {
  margin-bottom: 1em;
}
@media (max-width: 479px) {
  .case__description, .case__skills {
    margin: 0 0 1em;
  }
}

.case__teaser {
  margin-top: 2rem;
  padding-top: 2rem;
  background: #333;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 2rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: flex;
}
@media (max-width: 767px) {
  .case__teaser {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .case__teaser .case__teaser__content {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .case__teaser:hover {
    cursor: pointer;
    color: #fff;
  }
  .case__teaser:hover img {
    opacity: 0.5;
  }
  .case__teaser:hover .button {
    text-decoration: none !important;
    box-shadow: 0px 0px 30px 6px rgba(255, 255, 255, 0.7);
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
}
.case__teaser h2 {
  padding-bottom: 0.5rem;
}
.case__teaser h3 {
  padding-bottom: 1rem;
}

.case__teaser__image {
  position: relative;
}
.case__teaser__image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  opacity: 1;
  background-color: #000;
}
@media (min-width: 768px) {
  .case__teaser__image {
    width: 48%;
    margin-right: 3%;
  }
}
.case__teaser__image img {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.case__bottom {
  text-align: center;
}
.case__bottom img {
  margin-top: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 400px) {
  .case__logo {
    max-width: 350px;
  }
  .case__colors {
    max-width: 300px;
  }
  .case__fonts {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .case__teaser__content {
    padding-top: 1rem;
  }
}

.frame {
  position: relative;
}

.case {
  margin: 2rem 0;
  padding: 3rem 2rem;
  background: #333;
  color: rgba(255, 255, 255, 0.8);
}
.case h2 {
  padding-bottom: 2rem;
}
.case h3 {
  padding-bottom: 0.25rem;
}

.case__section {
  position: relative;
}
.case__section h3 {
  font-size: 1.5rem !important;
}
.case__section p {
  font-size: 1.15rem !important;
}
.case__section:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.case__section:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: block;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
}

.case__images {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .case__images {
    display: flex;
    justify-content: space-between;
  }
}

.case__images__thumb {
  display: block;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .case__images__thumb {
    max-width: 250px;
    margin: 0.5rem auto;
  }
  .case__images__thumb img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .case__images__thumb {
    width: 32%;
    position: relative;
    height: 0;
    padding-top: 32%;
    overflow: hidden;
  }
  .case__images__thumb:hover {
    opacity: 0.85;
  }
  .case__images__thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

.popup {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding: 30px 20px 30px 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  width: 90%;
}
@media (min-width: 768px) {
  .popup {
    width: 100%;
    height: 100%;
    max-height: 90%;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .popup {
    max-width: 90%;
  }
}
.popup img {
  max-height: 100%;
  border: solid 1px #ccc;
}

.popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  border: solid 1px #999;
  border-radius: 50%;
  text-decoration: none;
  color: #999;
}
.popup .close:hover {
  color: #000;
  cursor: pointer;
}

.screen-list img {
  height: auto;
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .screen-list img.mobile {
    max-width: 240px;
  }
}
@media (min-width: 600px) {
  .screen-list img.mobile {
    width: 31%;
  }
  .screen-list img.planning {
    width: 31%;
  }
  .screen-list img.full-width {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .screen-list img {
    width: 100%;
  }
}

.screen-group {
  margin-bottom: 4%;
}

@media (min-width: 768px) {
  .screens-desktop-mobile img {
    width: 100%;
    max-width: 74%;
  }
  .screens-desktop-mobile img.mobile {
    max-width: 24%;
  }
}
@media (max-width: 767px) {
  .screens-desktop-mobile img.mobile {
    display: none;
  }
}
.design .screen-list img {
  margin-bottom: 20px;
}

.screen-list__entry {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .screen-list__entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.screens-mobile {
  max-width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .screens-mobile img {
    margin: 0 auto 20px auto;
  }
}

.screens-planning {
  max-width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .screens-planning img {
    margin: 0 auto 20px auto;
  }
}

.screens-50 {
  display: flex;
  justify-content: space-between;
}
.screens-50 img {
  width: 48%;
}

.screens-thirds {
  display: flex;
  justify-content: space-between;
}
.screens-thirds img {
  width: 31%;
}

.screens-logos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.screens-logos img {
  padding: 2%;
  background-color: #fff;
  display: block;
  max-height: 160px;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .screens-logos {
    flex-direction: row;
  }
  .screens-logos img.logo-50 {
    width: 44%;
  }
  .screens-logos img.logo-full {
    padding: 2% 10%;
  }
}

.section-50 img {
  display: block;
}
@media (max-width: 767px) {
  .section-50.image-right img {
    margin-top: 4%;
  }
  .section-50.image-left img {
    margin-bottom: 4%;
  }
}
@media (min-width: 768px) {
  .section-50 {
    display: flex;
    align-items: center;
  }
  .section-50 > * {
    width: 48%;
  }
  .section-50.image-left img {
    margin-right: 4%;
  }
  .section-50.image-right img {
    margin-left: 4%;
  }
}

.app-buttons {
  margin-top: 1em;
}

.site-link {
  display: inline-block;
  width: auto;
  max-width: 48%;
}
.site-link img {
  display: block;
}
.site-link span {
  position: absolute;
  left: -30000px;
}

@media (max-width: 767px) {
  .main > .container-fluid:first-child {
    padding: 4em 15px 2em 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main > .container-fluid:first-child {
    padding: 4em 20px 4em 20px;
  }
}
@media (min-width: 1024px) {
  .main > .container-fluid:first-child {
    padding: 4em 30px 4em 30px;
  }
}

.content-sections {
  overflow: hidden;
  position: relative;
  background-color: #ffedd2;
  padding: 20px;
  border-radius: 5px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 520px) {
  .content-sections .page-header {
    text-align: center;
    position: relative;
  }
  .content-sections .page-header:before {
    content: "";
    display: block;
    height: 4px;
    background-color: #e9d6b9;
    transform: translateY(30px);
  }
  .content-sections h1 {
    text-align: center;
    background-color: #ffedd2;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
  }
  .content-sections h1:before, .content-sections h1:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    background-color: #ffedd2;
    position: absolute;
    top: 0;
  }
  .content-sections h1:before {
    left: -1em;
  }
}
@media (min-width: 1024px) {
  .content-sections {
    padding: 20px 3.5rem;
  }
}
.img-center {
  clear: both;
}

.img-right {
  margin-right: 0;
}

.caption {
  font-style: italic;
  margin-top: 0.25em;
  margin-bottom: 0;
}

.cms-document {
  background-color: #eee;
  padding: 1em;
  max-width: 350px;
}

.cms-image {
  clear: both;
}

.text p a, .text li a, .text dl a, .text table a {
  text-decoration: underline;
}
.text p a:hover, .text li a:hover, .text dl a:hover, .text table a:hover {
  color: #6ad1af;
}

@media only screen and (max-width: 480px) {
  .img-left, .img-right {
    float: none;
    margin: 1em 0;
  }
  .cms-image {
    text-align: center;
  }
  .cms-image .img-responsive {
    display: inline-block;
  }
  .cms-document {
    max-width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .img-left, .img-right {
    float: none;
    margin: 1em 0;
  }
  .cms-image {
    text-align: center;
  }
  .cms-image .img-responsive {
    display: inline-block;
  }
  .cms-document {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .img-left {
    float: left;
    margin: 0 2em 2em 0;
  }
  .img-right {
    float: left;
    margin: 0 0 2em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .img-left {
    margin-bottom: 1em;
  }
  .img-right {
    margin-bottom: 1em;
    margin-left: 2em;
  }
  .img-left, .img-right {
    max-width: 33%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .img-left {
    margin-bottom: 1em;
  }
  .img-right {
    margin-bottom: 1em;
    margin-left: 2em;
  }
  .img-left, .img-right {
    max-width: 33%;
  }
}
@media only screen and (min-width: 1201px) {
  .img-left {
    margin-bottom: 1em;
  }
  .img-right {
    margin-bottom: 1em;
    margin-left: 2em;
  }
  .img-left, .img-right {
    max-width: 33%;
  }
}
/*
.content-sections {
  @media (max-width:767px) { padding:2em $mobile-padding; }
  @media (min-width:768px) { margin-left:auto; margin-right:auto; padding:2em 0; width:66%; max-width:850px;}
  @media (min-width:1024px) { max-width:850px; padding:2em 0;  }
  @media (min-width:1270px) { padding:2em 0;  }
}
*/
/*
.page-background {
  @media (max-width:767px) {}
  @media (min-width:768px) { position:absolute; top:0px; left:50%; width:1024px; height:363px; max-width:200%; @include transform(translateX(-50%)); }
  @media (min-width:1024px) { width:1270px; height:450px; }
  @media (min-width:1271px) { width:1920px; height:681px; }
}
  */
.section {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (max-width: 767px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1270px) {
  .section {
    padding: 2em 3.5rem;
  }
}
@media (min-width: 1271px) {
  .section {
    padding: 2em 3.5rem;
  }
}

/*
.container-inner {
  @media (min-width: 1100px) {max-width:1084px; margin-left:auto; margin-right:auto;}
}
*/
@media (max-width: 1023px) {
  .section-content h3 {
    font-size: 14px;
  }
}
.separator {
  height: 2em;
  display: block;
  clear: both;
}

/********************************************* SUBSCRIBE ***/
.indicates-required {
  display: none;
}

.subscribe-heading {
  text-align: center;
}

#mc_embed_signup {
  margin: 1em auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
}
#mc_embed_signup .subscribe-heading {
  padding-bottom: 0;
  font-size: 18px;
}
#mc_embed_signup p, #mc_embed_signup .subscribe-heading, #mc_embed_signup div, #mc_embed_signup label {
  color: #fff !important;
}
#mc_embed_signup label {
  margin-top: 0.5em;
  font-size: 12px;
}
#mc_embed_signup .button {
  margin: 1em auto 0;
  display: block;
  max-width: 200px;
}
#mc_embed_signup .indicates-required {
  font-size: 14px;
}
@media (max-width: 450px) {
  #mc_embed_signup {
    margin: 1em;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  #mc_embed_signup {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  #mc_embed_signup .form-inputs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #mc_embed_signup .mc-field-group {
    margin-right: 1em;
  }
  #mc_embed_signup input[type=text], #mc_embed_signup input[type=email], #mc_embed_signup input[type=password] {
    height: 39px;
  }
}
@media (min-width: 1200px) {
  #mc_embed_signup .subscribe-heading {
    max-width: 360px;
    line-height: 1.2;
    text-align: left;
  }
  #mc_embed_signup #mc_embed_signup_scroll {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #mc_embed_signup #mc_embed_signup_scroll p {
    margin: 0 1em 0 1em !important;
    max-width: 300px;
  }
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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