/** Shopify CDN: Minification failed

Line 54:0 Unexpected "}"

**/
/*
	Theme Name: Mark Dawson Store
	Theme URI: https://markjdawson.com/
	Author: @dcoed
	Author URI: https://dcoed.com/
	Description: Mark Dawson Store Overrides
*/

@import url("https://use.typekit.net/iqs7fyx.css");

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
  font-family: "dharma-gothic-e", sans-serif !important;
  text-transform: uppercase;
}
header nav{
  font-family: "dharma-gothic-e", sans-serif !important;
  text-transform: uppercase;
}
header nav .link{
  font-size: 2.5rem;
  font-weight: 100;
}
footer{
  position:relative;
  background: url('front-image-crop.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
}
footer div{
  z-index:1;
  position:relative;
}
footer .footer__content-bottom{
  border-top:none;
}
footer:before{
  content:'';
  position: absolute;
  top: -1px;
  left: 0;
  height: 101%;
  width: 100%;
  background:rgba(0,0,0,0.8);
  z-index:0;
}
.footer__localization #FooterCountryLabel{
  display: none;
}
}











