/* all text */

@media screen and (max-width: 700px) {
	
    bodycopy {
	font-size: 10px !important;
}
   .h1{ 
	text-shadow: #ffefad 10px 0 10px;	
}   
    
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1000;
 }
 
 .footer {
    position: fixed;
    left: 0;
    bottom: -10px;
    width: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 1000;
 }

 .container {
    display: grid; 
    grid-template-columns: 70% 30%; 
    grid-template-rows: auto; 
    gap: 0px 0px; 
    grid-template-areas: 
      ". ."; 
  }

/* bodycopy */

[data-predefined-style="true"] bodycopy {
    font-family: "IBM Plex Mono", Icons;
	font-size: 1.1rem;
	color: rgb(226, 226, 226);
	line-height: 1.3;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover {
    text-decoration: underline;
    color: rgba(46, 48, 0, 0.85);
}

/* image text */

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

/* h1 */

[data-predefined-style="true"] h1 {
	font-family: Celtic, sans-serif;
    font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.2;
	color: rgba(226, 226, 226, 1);
	}

[data-predefined-style="true"] h1 a {
	color: rgb(226, 226, 226);
    text-decoration: underline;
}

[data-predefined-style="true"] h1 a:hover {
	color: rgba(46, 48, 0, 0.85);
    text-decoration: underline;
}

/* h3 */

[data-predefined-style="true"] h2 {
	font-family: Celtic, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(226, 226, 226);
	font-size: 3.8rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(46, 48, 0, 0.85);
    text-decoration: underline;
}

/* small */

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: Celtic, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgb(226, 226, 226);
}

[data-predefined-style="true"] small a {
	color: rgba(226, 226, 226, 1);
	border-bottom-width: 0em;
    text-decoration: underline;
}

/* custom fonts */

@font-face {
    font-family: 'Furkan';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1479634/furkan19098.woff') format('woff');
}

@font-face {
    font-family: 'Celtic';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1479634/CeltGael.woff') format('woff');
}

.content img.image-zoom:active {
  opacity: .7;
}

.slideshow_caption {
	font-family: Celtic, sans-serif;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: Celtic, sans-serif;
    font-weight: 400;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/* layouts */

 .container {
    display: grid; 
    grid-template-columns: 70% 30%; 
    grid-template-rows: auto; 
    gap: 0px 0px; 
    grid-template-areas: 
      ". ."; 
  }

 .c1{
   display: inline-block;
 }

 .c2{
  display: inline-block;
}

.c3{
  display: inline-block;
}

 .type1{
  overflow: hidden;
  border-right: .15em solid rgb(255, 255, 255);
  white-space: nowrap;
  animation: typing 1s steps(20, end) forwards;
  font-size: 1.6rem;
  width: 0;
}

.type2{
  overflow: hidden;
  border-right: .15em solid rgb(255, 255, 255);
  white-space: nowrap;
  animation: typing 1.5s steps(20, end) forwards, blinking .8s infinite;
  font-size: 1.6rem;
  width: 0;
  animation-delay: 1.5s;
}

.type3{
  overflow: hidden;
  border-right: .15em solid rgb(255, 255, 255);
  white-space: nowrap;
  animation: typing 2s steps(20, end) forwards, blinking .8s infinite;
  font-size: 1.6rem;
  width: 0;
  animation-delay: 3s;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blinking {
  from { border-color: transparent }
  to { border-color: rgb(255, 255, 255); }
}
