/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
#top, #bottom, #left, #right {
	background: #E54096;
	position: fixed;
  z-index: 35;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
    #bottom { bottom: 0; }
    
    @font-face {
      font-family: 'league_gothicregular';
      src: url('../font/leaguegothic-regular-webfont.woff2') format('woff2'),
           url('../font/leaguegothic-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*

 ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


 /* ==========================================================================
   Author's custom styles
  ========================================================================== */

@media only screen and (min-width: 1024px)  {

/* GLOBAL GRID STYLES  */

.hero-section {
  height: 100vh;
  width: 100vw;
  display: block;
}
.cta-section {
  position: relative;
  height: 70vh;
  width: 100vw;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
.grid {
  display: grid;
  grid-gap:45px;
  grid-template-columns:  repeat( 12, 1fr);
}
/* .grid > div {
  border: 2px solid rgb(233,171,88);
  background-color: rgba(233,171,88,.5);
  color: #d9480f;
} */
.grid-full {
  display: grid;
  grid-column: 1/-1;
  grid-gap: 25px !important;

  grid-template-columns: repeat( 12, 1fr);
}
.grid-full-two-column {
  display: grid;
  grid-column: 1/-1;
  
  grid-template-columns: repeat(12, 1fr);
}
.left-column {
  position: relative;
  grid-column: 1/7;
  margin: auto;
}
.left-column--med {
  position: relative;
  grid-column: 1/9;
  margin: auto;
}
.left-column--content{
  grid-column: 2/6;
  margin: auto;
}
.right-column {
  grid-column: 8/12;
}
.right-column-sm {
  grid-column: 9/-1;
}
.right-column-below {
  grid-column: 4/10;
}
.grid-full-bg--image {
  display: grid;
  grid-column: 1/-1;

  grid-template-columns: repeat(12, 1fr)
}
.img-column {
  position: relative;
  grid-column:  3/-1;
  margin: auto;
}
.right-column--tall {
  position: relative;
  grid-column: 7/-1;
}
.h1-headline--container {
  grid-column: 3/8;
  grid-row: row;
}
.industry-desktop {
  visibility: visible;
}
.industry-mobile {
  display: none;
}
.one-desktop {
  visibility: visible;
}
.one-mobile {
  display: none;
}
/* GLOBAL PADDING & MARGINS  */

.margin-top--lg {
  margin-top: 150px;
}
.margin-top--med {
  margin-top: 110px;
}
.margin-top--sm {
  margin-top: 50px;
}
.margin-bottom--lg {
  margin-bottom: 150px;
}
.margin-bottom--med {
  margin-bottom: 110px;
}
.margin-bottom--sm {
  margin-bottom:  25px;
}
.padding-bottom--lg {
  padding-bottom: 150px;
}

/* BEGIN CONTENT STYLES HERE */

.hero-container {
  position: relative;
  width: 100%;
  height: 97vh;
  display: block;
  background-color: #84CFCC;

  display: grid;
  grid-gap:45px;
  grid-template-columns:  repeat( 12, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr;

  transition: filter 0.5s ease;
}
.hero-content-wrapper {
  display: block;
  grid-column: 5/9;
  grid-row: 2/4;
  margin: auto;
}
.cta-container {
  width: 100%;
  height: 100%;;
  background-color: #E54096;

  display: grid;
  grid-gap:45px;
  grid-template-columns:  repeat( 12, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.cta-content-wrapper {
  grid-column: 3/11;
  grid-row: 2/3;
  margin: auto;
}
.cta-button-container {
  position: relative;
  grid-column: 3/11;
  grid-row: 3/4;
  width: 309px;
  height: auto;

  margin: auto;
}
.cta-button-container:hover {
  cursor: pointer;
}
.button {
  display: block;
  position: relative;
  width: 309px;
  height: 65px;
  background-color: #FFFFFF;

  margin: auto;
  text-align: center;
  z-index: 2;
}
.button-offset {
  display: block;
  position: absolute;
  width: 309px;
  height: 65px;
  background-color: #E54096;
  box-shadow:0px 0px 0px 3px #FFFFFF inset;
  
  z-index: 1;
  top: 10px; 
  left: 10px;
}
#arrow-container {
  grid-column: 6/8;
  grid-row: end;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: bounce 3s infinite ease-in-out;
  -webkit-animation: bounce 3s infinite ease-in-out;
}
#arrow-container > svg {
  width: 48px;
  height: auto;
}
#arrow-container:hover {
 cursor: pointer;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-15px); }
	80% { -webkit-transform: translateY(-5px); }
}

.hero-content-wrapper > svg {
  overflow: visible;
  width: 100%;
  height: auto;
  text-align: center;
}
.title-svg {
  z-index: 150;
}
.hover-me, .hover-me-two, .hover-me-three, .hover-me-four, .hover-me-five:hover {
  cursor: pointer;
}
.sticker {
  width: 175px;
  height: 175px;
  z-index: 25;
}
.sticker:hover {
  cursor: pointer;
}
.hat {
  position: absolute;
  top: 150px;
  left: 200px;

  transform: rotate(-12deg);
  background-image: url(../img/kit-stickers/apparel-hat@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.identity {
  position: absolute;
  top: 200px;
  right: 250px;

  background-image: url(../img/kit-stickers/kit_sticker-identity@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.5s ease;
}

.packaging {
  position: absolute;
  bottom: 50px;
  right: 50px;

  background-image: url(../img/kit-stickers/kit_sticker-packaging@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.5s ease;
}

.web {
  position: absolute;
  bottom: 30px;
  left: 350px;

  transform: rotate(-12deg);
  background-image: url(../img/kit-stickers/kit_sticker-web@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.5s ease;
}

.print {
  position: absolute;
  bottom: 300px;
  left: 50px;

  transform: rotate(-5deg);
  background-image: url(../img/kit-stickers/kit_sticker-print@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.5s ease;
}

.signage {
  position: absolute;
  bottom: 300px;
  right: 330px;

  background-image: url(../img/kit-stickers/kit_sticker-signage@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.5s ease;
}

/* MODAL STYLES */
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
  transition: filter 0.5s ease;
}
.modal-scroll-fixed {
  overflow: hidden;
}
.modal { 
  position: absolute;
  margin: auto;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  z-index: 26;
  visibility: hidden;

  height: 373px;
  width: 572px;
  border: 4px solid #E54096;
  background-color: #FFFFFF;
}
.modals-position--container {
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 26;
  visibility: hidden;
}
.apparel-content-container {
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
}
.web-content-container {
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
}
.identity-content-container {
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
}
.print-content-container {
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
}
.signage-content-container {
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
}
.packaging-content-container {
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
}
.close {
  position: absolute;
  top: -45px;;
  right: 15px;
  visibility: hidden;
}
.close:hover {
  cursor: pointer;
}
.title-container {
  width: 100%;
  height: 20%;
  border-bottom: #000 solid 2px;
}
.modal-two-column-container {
  width: 100%;
  height: 80%;
}
.modal-content-left {
  float: left;
  width: 50%;
  height: 99.5%;
  border-right: #000 solid 2px;
}
.modal-content-right {
  float: left;
  width: 48%;
  height: 100%;
  text-align: center;
}
.modal-image-container {
  width: 100%;
  height: 100%;
  background-color: green;
}
.modal-content-container {
  margin-top: 15px;
  display: inline-block;
  width: 80%;
  height: 80%;
}
.apparel-img {
  background-image: url(../img/sticker-modal-imgs/MD-Brew-Kit-apparel.jpg);
  background-size: cover;
}
.identity-img {
  background-image: url(../img/sticker-modal-imgs/MD-Brew-Kit-identity.jpg);
  background-size: cover;
}
.web-img {
  background-image: url(../img/sticker-modal-imgs/MD-Brew-Kit-web.jpg);
  background-size: cover;
}
.print-img {
  background-image: url(../img/sticker-modal-imgs/MD-Brew-Kit-print.jpg);
  background-size: cover;
}
.signage-img {
  background-image: url(../img/sticker-modal-imgs/MD-Brew-Kit-signage.jpg);
  background-size: cover;
}
.packaging-img {
  background-image: url(../img/sticker-modal-imgs/MD-Brew-Kit-packaging.jpg);
  background-size: cover;
}

/* FOOTER STYLES */

footer {
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 75px;
  background-color: #FFFFFF;
  
  z-index: 36;
}
.footer-container {
  max-width: 100vw;
  margin-left: 45px;

}
.malley-design-logo {
  grid-column: 1/4;

  height: 75px;

  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.67px;
  line-height: 75px;
  text-transform: uppercase;
}
.malley-design-logo:hover {
  cursor: pointer;
}
.social-container {
  grid-column: 10/-1;
  height: 75px;
}
.instagram-container {
  float: left;
  height: 75px;
  width: 33%;
  border-right: #000 solid 2px;
  border-left: #000 solid 2px;
  display: flex;
  justify-content: center;
  
}
.instagram-container > svg {
  margin: auto;
}
.instagram-container, .dribbble-container:hover {
  cursor: pointer;
}

.dribbble-container {
  float: left;
  height: 75px;
  width: 33%;

  border-right: #000 solid 2px;
  display: flex;
  justify-content: center;
}
.dribbble-container > svg {
  margin: auto;
}
.shield-container {
  float: left;
  height: 75px;
  width: 31%;
  display: flex;
  justify-content: center;

}
.shield-container > svg {
  margin: auto;
}

/*  IMAGE SYLES */
.image-the-hangar {
  height: 95%;
  width: 95%;
  background-image: url(../img/the-hangar-two-column-image@2x.jpg);
  background-size: cover;
} 
.image-backyard-steakout { 
  height: 95%;
  width: 96.5%;
  background-image: url(../img/backyard-steakout-big-image@2x.jpg);
  background-size: cover;
}
.image-mncbg {  
  height: 95%;
  width: 96%;
  background-image: url(../img/mncbg-image@2x.jpg);
  background-size: cover;
}
.image-industry {  
  height: 96%;
  width: 95%;
  background-image: url(../img/industry-image@2x.jpg);
  background-size: cover;
}
.image-one {  
  height: 96%;
  width: 95%;
  background-image: url(../img/test.gif);
  background-size: cover;
  background-position: center center;
}
.sticker-back {
  position: relative;
  height: 445px;
  width: 564px;
  border: 4px solid #E54096;
  background-color: #FFFFFF;

  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 2;
}
.med {
  height: 479px !important;
  width: 684px !important;

  
}
.texture-med {
  height: 479px !important;
  width: 684px !important;

  background-image: url(../img/sticker-background-texture-mncbg.svg);
  background-size: contain;
}
.big {
  width: 914px !important;
  height: 604px !important;
}
.texture-big {
  height: 604px !important;
  width: 914px !important;

  background-image: url(../img/sticker-background-texture-backyard-steakout.svg);
  background-size: contain;
}
.tall {
  height: 557px !important;
  width: 448px !important;
}
.texture-tall {
  height: 557px !important;
  width: 448px !important;

  background-image: url(../img/sticker-background-texture-industry.svg);
  background-size: contain;
}
.texture-reg {
  height: 445px;
  width: 565px;

  background-image: url(../img/sticker-background-texture-hangar.svg);
  background-size: contain;
}
.texture-background {
  position: absolute;
  top: 25px;
  left: 25px;
  border: 4px solid #E54096;
  z-index: 1;
 
}

/* TEXT CONTAINER */
.list-item-container {
  display: block;
  margin: auto;
  min-width: 50px;
  height: 30px;
  margin-right: 15px;
  clear: both;
}
.rectangle-check {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  border: 2px solid #222222;
}
.checkmark {
  position: absolute;
  width: 25px;
  height: auto;

  top: -10px;;
}
li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 25px;
  margin-bottom: 25px;
}
.unchecked-list-item {
  color: #CCCCCC !important;
}
.unchecked-list-item-border {
  border: 2px solid #CCCCCC !important;
}
a {
  text-decoration: none;
  color: #222;
}
a:hover {
  color: #E54096;
  cursor: pointer;
}
.case-study {
  display: inline-block;
  grid-column: 8/12;
  
  width: 100%;
}
.case-study-link {
  margin-top: 50px;
  opacity: 0;
}
.case-study-link:hover {
  color: #E54096 !important;
}
/* WAVE STYLE  */
.waves {
 position: absolute;
 left: 0;
 right: 0;
 width: 100%;
 height: 3.5em;
 z-index: 20;
}
#wave {
 width: 100%;
 height: 100%;
 fill: #84CFCC;
 transform-origin: center;
 transform: rotate(180deg);
}
.wave-border--top {
  top: -55px;
}
 #wave-top {
  width: 100%;
  height: 100%;
  fill:#E54096;
 }

/* TYPE STYLES */
h1 {
  color: #222222;
  font-family: "league_gothicregular";
  font-size: 6.250em;
  line-height: 80px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
h5 {
  color: #222222;
  font-family: Futura;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline;
  margin-left: 10px;
}
h6 { 
  font-family: Futura;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.313em;
  color: #222222;
  line-height: 60px;
}
h3{ 
  font-family: Futura;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.750em;
  color: #222222;
  margin: 0 auto;
  text-align: center;
  line-height: 75px;
}
p {
  color: #222222;
  font-size: 2.125em;
  line-height: 41px;
  text-align: center;

  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.small {
  color: #222222;
  font-family: Futura;
  font-size: 16px !important;
  line-height: 22px;
  text-align: left;
}


}

 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

  @media only screen and (min-width: 320px) and (max-width: 1024px)  {
    
    #left, #right, #top, #bottom {
      display: none;
    }
    .hero-section {
      position: relative;
      width: 100vw;
      height: 100vh;
      background-color: #84CFCC;
    }
    .hero-container {
      width: 100%;
      height: 100%;
    }
    .hero-content-wrapper {
      width: 85%;
      height: 400px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);  
      transform: translate(-50%, -50%);   
      text-align: center;
    }
    .title-svg, .hero-content {
      width: 300px;
      height: auto;
    
    }
    #arrow-container {
      width: 100%; 
      height: 50px;
      text-align: center;
      animation: bounce 3s infinite ease-in-out;
      -webkit-animation: bounce 3s infinite ease-in-out;
    }
    @keyframes bounce {
      0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
        40%  { -webkit-transform: translateY(-15px); }
      80% { -webkit-transform: translateY(-5px); }
    }
    @-webkit-keyframes bounce {
      0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
        40%  { -webkit-transform: translateY(-15px); }
      80% { -webkit-transform: translateY(-5px); }
    }
    #arrow-container > svg {
      width: 48px;
      height: auto;
    }
    .grid {
      display: block !important;
    }
    .grid-full {
      display: block;
      grid-gap: 25px !important;
    }
    .grid-full-two-column {
      display: block;
      
      margin-right: auto;
      margin-left: auto;
    }
    .right-column, .right-column-below, .right-column-sm, .right-column--tall  {
      display: block;
      width: 85%;
      margin-right: auto;
      margin-left: auto;
    }
    .h1-headline--container {
      width: 85%;
      margin-right: auto;
      margin-left: auto;
    }
    .industry-desktop {
      display: none;
    }
    .industry-mobile {
      visibility: visible;
    }
    .one-desktop  {
      display: none;
    }
    .one-mobile {
      visibility: visible;
    }
    .case-studies {
      padding-bottom: 0px !important;
    }

  /* GLOBAL PADDING & MARGINS  */

    .margin-top--lg {
      margin-top: 75px;
    }
    .margin-top--med {
      margin-top: 50px;
    }
    .margin-top--sm {
      margin-top: 25px;
    }
    .margin-bottom--lg {
      margin-bottom: 75px;
    }
    .margin-bottom--med {
      margin-bottom: 50px;
    }
    .margin-bottom--sm {
      margin-bottom:  25px;
    }
    .padding-bottom--lg {
      padding-bottom: 50px;
    }
        

  /* BEGIN STYLES HERE */
    .hero-content-wrapper {
      display: block;
      margin: 0 auto;
    }
    
  
  /* IMAGE STYLES */
   
     .image-the-hangar {
      height: 95%;
      width: 95%;
      background-image: url(../img/the-hangar-two-column-image@2x.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    } 
    
    .image-backyard-steakout { 
      height: 95%;
      width: 95%;
      background-image: url(../img/backyard-steakout-big-image@2x.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    .image-mncbg {  
      height: 95%;
      width: 95%;
      background-image: url(../img/mncbg-image@2x.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    .image-industry {  
      height: 95%;
      width: 95%;
      background-image: url(../img/industry-image@2x.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    .image-one {  
      height: 96%;
      width: 95%;
      background-image: url(../img/test.gif);
      background-size: cover;
      background-position: center center;
    }
    .sticker-back {
      display: block;
      height: 350px;
      width: 85%;
      margin: auto;
      border: 4px solid #E54096;
      background-color: #FFFFFF;

      display: flex;
      justify-content: center;
      align-items: center; 
      z-index: 2;
    }
    .med, .big, .tall {
      height: 350px !important;
      width: 85%;
    }
    
    .texture-background {
      display: none;
    }
    

/* TEXT CONTAINER */
  .list-item-container {
    display: block;
    margin: 0 auto;
    min-width: 50px;
    height: 30px;
    margin-right: 15px;
  }
  .rectangle-check {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #222222;
  }
  .checkmark {
    position: absolute;
    width: 25px;
    height: auto;

    top: -10px;;
  }
  li {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .unchecked-list-item {
    color: #CCCCCC !important;
  }
  .unchecked-list-item-border {
    border: 2px solid #CCCCCC !important;
  }
  a {
    text-decoration: none;
    color: #222;
    text-align: center;
  }
  a:hover {
    color: #E54096;
    cursor: pointer;
  }
  .case-study {
    display: block;
    grid-column: 2/-1;
    grid-auto-rows: minmax(125px, auto);
  }
  .case-study-link {
    margin-top: 50px;
    margin-bottom: 75px;
    opacity: 1;
    visibility: visible;
  }
  .case-study-link:hover {
    color: #E54096 !important;
  }

/* HIDDEN ELEMENTS  */
  .sticker {
    display: none;
  }
  .waves {
    display: none;
  }

  /* CTA SECTION */

  .cta-section {
    position: relative;
    height: 75vh;
    width: 100vw;
    background-color: #E54096;
  }
  .cta-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .cta-content-wrapper {
    width: 85%;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .cta-button-container {
    position: relative;
    width: 250px;
    height: auto;
    margin: auto;
  }
  .button {
    display: block;
    position: relative;
    width: 250px;
    height: 65px;
    background-color: #FFFFFF;
  
    margin: auto;
    text-align: center;
    z-index: 2;
  }
  .button-offset {
    position: absolute;
    width: 250px;
    height: 65px;
    background-color: #E54096;
    box-shadow:0px 0px 0px 3px #FFFFFF inset;
    
    top: 10px;
    left: 10px;
    
  }

  /* FOOTER */
  footer {
    display: block;
    width: 100%;
    height: 75px;
    background-color: #FFFFFF;
    
    z-index: 16;
  }
  .footer-container {
    max-width: 100vw;
    margin: 0 auto;
  }
  .malley-design-logo {
    height: 75px;
    font-family: termina, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1.67px;
    line-height: 75px;
    text-transform: uppercase;
  }

  .malley-design-logo:hover {
    cursor: pointer;
  }
  .social-container {
    display: block;
    width: 100%;
    height: 75px;
    
    border-top: #000 solid 2px;
  }
  .instagram-container {
    height: 75px;
    width: 49%;
    border-left: none;
    display: flex;
    justify-content: center;
    float: left;
    border-right: #000 solid 2px;
  }
  .instagram-container > svg {
    margin: auto;
  }
  .instagram-container, .dribbble-container:hover {
    cursor: pointer;
  }
  
  .dribbble-container {
    height: 75px;
    width: 50%;
    display: flex;
    justify-content: center;
    float: left;
  }
  .dribbble-container > svg {
    margin: auto;
  }
  .shield-container {
    display: none;
  
  }
  .shield-container > svg {
    margin: auto;
  }
  
  /* TYPE STYLES  */
    h1 {
      color: #222222;
      font-family: "league_gothicregular";
      font-size: 3.0em;
      line-height: 80px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }
    h5 {
      color: #222222;
      font-family: Futura;
      font-size: .95em;
      font-weight: 500;
      text-transform: uppercase;
      display: inline;
      margin-left: 10px;
    }
    h6 { 
      font-family: Futura;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1em;
      color: #222222;
      line-height: 60px;
    }
    h3{ 
      font-family: Futura;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.750em;
      color: #222222;
      margin: 0 auto;
      text-align: center;
      line-height: 75px;
    }
    p {
      color: #222222;
      font-size: 1.625em;
      line-height: 41px;
      text-align: center;
    
      font-family: futura-pt-condensed, sans-serif;
      font-weight: 500;
      font-style: normal;
    }
    .small {
      color: #222222;
      font-family: Futura;
      font-size: 18px !important;
      line-height: 23px;
      text-align: left;
    }
    .modal {
      display: none;
    }
  }


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
