/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.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;
}

/*
 * 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
   ========================================================================== */

/* ==========================================================================
   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
*/

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

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

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

/*
* 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;
}
/* ==========================================================================
  END BOILERPLATE
  ========================================================================== */











/* ==========================================================================
  DEFAULT
  ========================================================================== */

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

ul {
  list-style: none;
  padding: 0;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: inherit;
}


/* --- Colors --- */

/* --- Bronze #9A8371 --- */
/* --- Grafite #2F292B --- */
/* --- Light Gray #E3E7EA --- */
/* --- Light Gold #d4cfc4 --- */

.bronze {
  background-color: #9A8371;
}

.grafite {
  background-color: #2F292B;
}

.lightgray {
  background-color: #E3E7EA;
}

.lightgold {
  background-color: #d4cfc4;
}



/* ==========================================================================
  FONTS
  ========================================================================== */

  * {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
  }


* {
  font-family: 'sofia-pro', Helvetica, Arial, sans-serif;
}

h1 {
  line-height: 1.25em;
  font-family: 'sofia-pro', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #2F292B;
}

h3 {
  font-size: 1em;
  letter-spacing: 5px;
  font-family: 'sofia-pro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  font-size: 1.15em;
  color: white;
  font-family: 'sofia-pro', Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}



/* ==========================================================================
  HEADER
  ========================================================================== */

/* grafite #2F292B */
/* bronze #9A8371 */

header {
  position: fixed;
  width: 100%;
  background-color: #2F292B;
  z-index: 9999;
  /*border-bottom: 1px white solid;*/
}

.h-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1.5em;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.logo img {
  max-height: 45px;
}

.h-left a, .h-right a {
  padding: 1em;
  color: #9A8371;
  font-size: .75em;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}

.hamburger{
  display: none;
  font-size: 1.7em;
}








/* trying hamburger */


/* -- Menu Dropdown -- */
header ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header li a {
  display: flex;
  padding: 10px;
  color: #9A8371;
  font-size: 1.2em;
  font-family: 'sofia-pro', Helvetica, Arial, sans-serif;
}

header li a:hover,
header .menu-btn:hover {
  color: white;
}


/* -- menu -- */
header .menu {
  clear: both;
  max-height: 0;
  display: none;
}

/* menu icon */
header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 20px;
  position: relative;
  user-select: none;
  z-index: 10;
}

header .menu-icon .navicon {
  background: #9A8371;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
  z-index: 8;
}

header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: #9A8371;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

header .menu-icon .navicon:before {
  top: 5px;
}

header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
header .menu-btn {
  display: none;
}

header .menu-btn:checked ~ .menu {
  left: 0;
  top: 0;
  min-height: 100vh;
  background-color: #2F292B;
  position: absolute;
  width: 100%;
  z-index: 3;
  display: flex;
}


header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


/* -- Social Media Icons -- */
.social {
  display: flex;
  position: inherit;
  bottom: 20px;
}

header .social a {
  padding: 10px;
  font-size: 0.75em;
}

/* ==========================================================================
   END OF HEADER
   ========================================================================== */









/* ==========================================================================
  HOMEPAGE
  ========================================================================== */

.home-hero {
   background-image: url("../img/home/adao-home-flower-kids-frogs.jpg");
   background-size: cover;
   height: 80vh;
}

.somespace {
  margin-top: 40px;
}

.clients {
  padding: 30px;
}

.clients h3 {
  color: #2F292B;
  text-align: center;
}

.presslogos {
  text-align: center;
}

.clienteachlogo img {
  max-width: 100%;
}

.gal-img {
  width: 49%;
  min-height: 270px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.portfolio-gallery {
  padding: 75px 0;
}

.portfolio-gallery h3 {
  padding-bottom: 45px;
  text-align: center;
  color: #9A8371;
}

.portfolio-gallery .gal-img{
  min-height: 250px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
}

.port-gal-1 {
  background-image: url("../img/portfolio/adao-flower-kids-owls.jpg");
  background-position: top center;
}

.port-gal-2 {
  background-image: url("../img/portfolio/adao-borgata.jpg");
}

.port-gal-3 {
  background-image: url("../img/portfolio/adao-paulmitchell-tarinatarantino.jpg");
}

.port-gal-4 {
  background-image: url("../img/portfolio/adao-paulmitchell-agh.jpg");
}

.port-gal-5 {
  background-image: url("../img/portfolio/adao-home-flower-kids-ladybugs.png");

}

.port-gal-6 {
  background-image: url("../img/portfolio/adao-paulmitchell-mashup.jpg");
}


.port-gal-8, .port-gal-9 {
  background-position: bottom;
}

.port-gal-7 {
  background-image: url("../img/brands/adao-brand-fluida.jpg");
}

.port-gal-8 {
  background-image: url("../img/brands/adao-brand-mabonita.png");
}

.port-gal-9 {
  background-image: url("../img/brands/adao-brand-babette.jpg");
}

.port-gal-10 {
  background-image: url("../img/brands/adao-brand-tropica.jpg");
}

.port-gal-11 {
  background-image: url("../img/brands/adao-brand-va04.gif");
  background-position: center;
}

.port-gal-12 {
  background-image: url("../img/brands/adao-brand-fluida-samba.jpg");
}







/* ==========================================================================
  PORTFOLIO
  ========================================================================== */

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


.por-frame {
  width: 31%;
  margin-bottom: 20px;
}


.por-img {
  width: 100%;
  min-height: 270px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.por-frame h2 {
    color: white;
    margin-top: -10px;
    margin-bottom: 0px;
}

.por-frame h3 {
    color: #9A8371;
    text-align: left;
    margin: 0px;
    font-size: 0.85em;
}



.appear{
  opacity: 0;
}


.port-1 {
  background-image: url("../img/portfolio/adao-flower-kids-frogs.jpg");
}

.port-1:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-drewbarrymore_flower_kids-mouseover.gif");
}


.port-2 {
  background-image: url("../img/portfolio/adao-borgata.jpg");
}

.port-2:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-borgata-mouseover.gif");
}

.port-3 {
  background-image: url("../img/portfolio/adao-paulmitchell-agh.jpg");
}

.port-3:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-paulmitchell_agh-mouseover.gif");
}



.port-4 {
  background-image: url("../img/portfolio/adao-puffs-1.jpg");
}

.port-4:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-puffs-mouseover.gif");
}


.port-5 {
  background-image: url("../img/portfolio/adao-playboy-bunny-plaid.jpg");
}

.port-5:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-playboyl_plaid-mouseover.gif");
}


.port-6 {
  background-image: url("../img/portfolio/adao-grammy-jam.jpg");
}

.port-6:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-grammy-mouseover.gif");
}


.port-7 {
  background-image: url("../img/portfolio/adao-paulmitchell-mashup.jpg");
}

.port-7:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-paulmitchell_mash-mouseover.gif");
}


.port-8 {
  background-image: url("../img/portfolio/adao-flower-kids-owls.jpg");
}

.port-8:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-drewbarrymore_flower_baby-mouseover.gif");
}


.port-9 {
  background-image: url("../img/portfolio/adao-paulmitchell-tarinatarantino.jpg");
}

.port-9:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-tarinatarantino-mouseover.gif");
}


.port-10 {
  background-image: url("../img/portfolio/adao-bounty-1.jpg");
}

.port-10:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-bounty-mouseover.gif");
}


.port-11 {
  background-image: url("../img/portfolio/adao-interbrand-haloween-witch.jpg");
}

.port-11:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-interbrand-mouseover.gif");
}


.port-12 {
  background-image: url("../img/portfolio/adao-flower-kids-humming-birds.jpg");
}

.port-12:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-drewbarrymore_flower_home-mouseover.gif");
}


.port-13 {
  background-image: url("../img/portfolio/adao-atomic-baby.jpg");
}

.port-13:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-atomicbaby-mouseover.gif");
}


.port-14 {
  background-image: url("../img/portfolio/adao-organica.jpg");
}

.port-15 {
  background-image: url("../img/portfolio/adao-lumee.jpg");
}

.port-15:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-lumee-mouseover.gif");
}


.port-16 {
  background-image: url("../img/portfolio/adao-epos.jpg");
}

.port-17 {
  background-image: url("../img/portfolio/adao-vanilla-star-collateral.jpg");
}

.port-17:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-vanillastar-mouseover.gif");
}



.port-18 {
  background-image: url("../img/portfolio/adao-playboy-bunny-floral.jpg");
}

.port-18:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-playboyl_floral-mouseover.gif");
}


.port-19 {
  background-image: url("../img/portfolio/adao-bounty-santa-claus.jpg");
}

.port-20 {
  background-image: url("../img/portfolio/adao-kaleidoscope.jpg");
}

.port-20:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-cortisio_assorted-mouseover.gif");
}


.port-21 {
  background-image: url("../img/portfolio/adao-paulmitchell-pm-artists.jpg");
}

.port-21:hover{
  opacity: 1;
  background-image: url("../img/portfolio/adao-paulmitchell_pmartists-mouseover.gif");
}








/* ==========================================================================
  BRANDS
  ========================================================================== */

.brands-gallery {
  padding: 100px 0;
}

/* .brand-img {
  width: 49%;
  min-height: 333px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}*/

.brand-img {
  width: 32%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  margin-bottom: 1%;
}

.brands-gallery h3 {
  color: #2F292B;
  text-transform: uppercase;
  text-align: center;
}

.brands-gallery a {
  color: #9A8371;
}

.bran-gal-1 {
  background-image: url("../img/brands/adao-brand-holychinoiserie.jpg");
}

.bran-gal-2 {
  background-image: url("../img/brands/adao-brand-fluida.jpg");
}

.bran-gal-3 {
  background-image: url("../img/brands/adao-brand-babette.jpg");
}

.bran-gal-4 {
  background-image: url("../img/brands/adao-brand-bendita.jpg");
}

.bran-gal-5 {
  background-image: url("../img/brands/adao-brand-fluida-samba.jpg");
}

.bran-gal-6 {
  background-image: url("../img/brands/adao-brand-va04.gif");
}

.bran-gal-7 {
  background-image: url("../img/brands/adao-brand-rancid.jpg");
}

.bran-gal-8 {
  background-image: url("../img/brands/adao-brand-luv.jpg");
  background-position: top;
}

.bran-gal-9 {
  background-image: url("../img/brands/adao-brand-cosmica.jpg");
}

.bran-gal-10 {
  background-image: url("../img/brands/adao-brand-rosita.jpg");
}

.bran-gal-11 {
  background-image: url("../img/brands/adao-brand-theforeigners.jpg");
}

.bran-gal-12 {
  background-image: url("../img/brands/adao-brand-fra.jpg");
}

.bran-gal-13 {
  background-image: url("../img/brands/adao-brand-mabonita.png");
}

.bran-gal-14 {
  background-image: url("../img/brands/adao-brand-princesas.png");
}

.bran-gal-15 {
  background-image: url("../img/brands/adao-brand-tropica.jpg");
}








/* ==========================================================================
  SERVICES
  ========================================================================== */
  /* grafite #2F292B */
  /* bronze #9A8371 */

.serv-img {
  width: 32%;
  min-height: 175px;
  background-size: cover;
  background-position: center;
  border: 1px solid #9A8371;
  display: flex;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  margin-bottom: 1%;
}

.serv-img h4 {
  color: #9A8371;
  text-transform: uppercase;
  margin: auto;
  letter-spacing: 5px;
}

.serv-gal-1:hover {
  background-image: url("../img/services/adao-pattern-design.jpg");
}

.serv-gal-2:hover {
  background-image: url("../img/services/adao_collection-library.jpg");
}

.serv-gal-3:hover {
  background-image: url("../img/services/adao_illustration.jpg");
}

.serv-gal-4:hover {
  background-image: url("../img/services/adao_character-design.jpg");
}

.serv-gal-5:hover {
  background-image: url("../img/services/adao_lettering.jpg");
}

.serv-gal-6:hover {
  background-image: url("../img/services/adao_logo.jpg");
}

.serv-gal-7:hover {
  background-image: url("../img/services/adao_painting.jpg");
  background-position: bottom;
}

.serv-gal-8:hover {
  background-image: url("../img/services/adao_moodboard.jpg");
}

.serv-gal-9:hover {
  background-image: url("../img/services/adao-collective_babette.gif");
  background-position: bottom;
}







/* ==========================================================================
  CATALOG
  ========================================================================== */

.catalog {
  padding: 80px;
  text-align: center;
}

.catalog h3, .catalog h1, .catalog h2 {
  color: #9A8371;
}

.cta {
  background-color: #2F292B;
  border: 1px solid #9b8270;
  color:#9b8270;
  text-decoration: none;
  padding: 2%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.cta:hover {
  background-color: #9b8270;
  text-decoration: none;
  color: black;
}






/* ==========================================================================
  A BRAND
  ========================================================================== */

.brand-hero {
  height: 80vh;
  display: flex;
  align-items: center;
}

.brand-left{
  background-image: url("../img/frogs.jpg");
  width: 50%;
  height: 100%;
}

.brand-logo{
  background-color: yellow;
  width: 50%;
  height: 100%;
  align-items: center;
  display: flex;
  text-align: center;
}

.brand-logo img {
  margin: auto;
}






/* ==========================================================================
  ABOUT
  ========================================================================== */

.about-hero {
   background-image: url("../img/about/adao-studio-fabric.jpg");
   background-size: cover;
   background-position: top center;
   height: 80vh;
   width: 100vw;
}

.about-sketch {
  background-image: url("../img/about/adao-studio-sketch.png");
  background-size: cover;
  background-position: top center;
  height: 80vh;
  width: 100vw;
}

.about-sketchbook {
  background-image: url("../img/about/adao-studio-sketchbook.jpg");
  background-size: cover;
  background-position: top center;
  height: 80vh;
  width: 100vw;
}

.about-overview {
   background-image: url("../img/about/adao-studio-overview.jpg");
   background-size: cover;
   background-position: top center;
   height: 80vh;
   width: 100vw;
}


.overview {
  background-color: #2F292B;
  text-align: center;
  margin: auto;
  color: white;
  padding: 5% 10%;
}

.overview a{
  text-decoration: none;
}

.white {
  background-color: white;
  padding: 1em;
 }

.space {
  margin-bottom: 60px;
}

.about h1 {
  color: #9A8371;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* ==========================================================================
  CONTACT
  ========================================================================== */

.contact {
  text-align: center;
  padding: 80px;
}

.contact h1 {
    color: #9A8371;
    margin-bottom: 80px;
  }

.logolock {
  width: 25vw;
}






/* ==========================================================================
  FOOTER
  ========================================================================== */

footer {

}

.col-4 {
  width: 33%;
}

.back-to-the-top {
  text-align: center;
  width: 100vw;
  padding: 10px 0;
  font-size: 0.15em;
  background-color: #9A8371;
  border-bottom: 1px #2F292B solid;
}

/* --- Bronze #9A8371 --- */
/* --- Grafite #2F292B --- */
/* --- Light Gray #E3E7EA --- */

.footer-main {
  text-align: center;
  background-color: #9A8371;
  padding: 30px 0 30px 0;
  /* --- border-top: 1px #2F292B solid;--- */
}

.footer-main .col-4 {
  max-width: 29%;
}

.footer-main p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #2F292B;
}

.footer-left p {
  text-align: left;
}

.fa-pinterest {
  padding: 0 5%;
}

.social-icons .fa-pinterest:hover, .social-icons .fa-behance:hover, .social-icons .fa-envelope:hover {
  color: white;
}


.footer-main .email{
  float: left;
  border: none;
  padding: 0px;
  font-size: 15px;
  min-height: 30px;
  width: 80%;
  color: #2F292B;
  background: none;
  border-bottom: 1px #2F292B solid;
  letter-spacing: 0.07em;
}

.footer-main .email::placeholder {
  color: #2F292B;
}

input[type="submit"] {
    color: #2F292B;
    width: 12%;
    float: left;
    padding: 8px;
    padding-right: 0px;
    min-height: 30px;
    font-size: 12.5px;
    background: none;
    border: none;
    border-bottom: 1px #2F292B solid;
    letter-spacing: 1px;
    text-align: right;
}

.footer-main input:focus {
    outline:none;
}

.i {
  background-size: 10px 10px;
}



.sub-footer {
  background-color: #2F292B;
  text-align: center;
  padding: 1em;
}

.sub-footer p {
  margin: 0;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  color: #9A8371;
}

/* end new footer from VA */









/* ==========================================================================
  MEDIA QUERIES
  ========================================================================== */

/* Query for iPad */
@media only screen and (max-width: 768px) {
  /* --- Menu --- */
  .h-left, .h-right {
    display: none;
  }

  .hamburger{
    display: inline;
    color: #9C8560;
  }

   h1{
    font-size: 1.75em;
    line-height: 1.15em;
  }

  .portfolio-gallery {
    padding: 30px 0;
  }

  .portfolio-gallery h1 {
    padding-top: 60px;
  }

  .portfolio-gallery h3 {
    padding-bottom: 20px;
  }

  .serv-img {
    width: 100%;
    margin: 10px 0px;
  }

  .gal-img, .por-frame, .brand-img {
    width: 100%;
  }

  .row {
    display: block;
    padding-bottom: 0;
  }

  .presslogos {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand-hero {
    display: block;
  }

  .brand-left, .brand-logo {
    width: 100%;
  }

  .bran-gal-3 {
    background-position: bottom;
  }

  .logolock, .comp {
    width: 50vw;
  }

  .cta {
    padding: 3%;
  }

  .about-sketchbook, .about-hero, .about-overview {
    height: 40vh;
  }

  .catalog {
    padding: 80px 40px;
  }


  /* --- Footer --- */

  .footer-main {
    padding: 40px 0 80px 0;
  }

  .footer-center {
    padding: 10px 0 30px 0;
  }

 .footer-main .container {
  max-width: 80%;
  margin: auto;
 }

.footer-main .col-4 {
  width: 100%;
  max-width: 100%;
 }

.footer-main p {
  text-align: center;
 }

.footer-main .flex {
  display: block;
 }


}


/* Query for Mobile */
@media only screen and (max-width: 375px) {

  .home-hero {
    height: 70vh;
  }

  .clients {
    padding: 30px 5px;
  }

  .portfolio-gallery h3 {
    padding-bottom: 0;
  }

  .presslogos {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }

  .about-sketch {
    height: 65vh;
    background-position: top right;
  }

  .home h1, .about h1, .catalog h1, .contact h1, .brands-gallery h1 {
    font-size: 1.5em;
  }

  .about h2 {
    font-size: 1em;
  }

  .about-sketchbook, .about-hero, .about-overview {
    height: 30vh;
  }

  .catalog, .contact {
    padding: 80px 20px;
  }

  .container {
    padding: 7px 10px;
  }

  .cta {
    padding: 5%;
  }

  .overview {
    padding: 5% 2%;
  }

}









/* ==========================================================================
   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;
}

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

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   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;
    }
}
