/**
 * Content
 */

body button :hover{
	background-color: #f40;
	color: #f40;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #f40;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
    font-size: 0.4em;
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	bottom: 1.0em;
	font-style: normal;
	font-weight: 400;
    font-family: "TeX Gyre Heros Condensed", Icons;
    margin-left: 0.2rem;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
}

ol>li {
        padding-left: 0.75rem;
    }

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, .15);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1.2em;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Standard, Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
	letter-spacing: 0.02em;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 420;
	color: rgba(255, 97, 97, 0.85);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.5;
    letter-spacing: 0.05rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

[data-predefined-style="true"] bodycopy a:hover {color: #777;

}

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

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 399;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.4;
	color: rgb(0, 0, 0);
	font-variation-settings: 'slnt' 0, 'MONO' 0.07;
	}

[data-predefined-style="true"] h1 a {
	color: rgb(56, 122, 242);
}

[data-predefined-style="true"] h1 a:hover {
	color: #f40;

}

/* Hover styles for img elements within a tags with a specific href */
a[href="Ukrainian-M"] img:hover,
a[href="Latitude"] img:hover,
a[href="UrbanDecay"] img:hover,
a[href="MIAOU"] img:hover,
a[href="Mama"] img:hover,
a[href="Motion-Video"] img:hover,
a[href="Beyond-the-scene"] img:hover,
a[href="Moth"] img:hover,
a[href="Versace"] img:hover,
a[href="Self-Portrait-Daft-P"] img:hover,
a[href="Shape-of-my-H"] img:hover,
a[href="Last-x"] img:hover,
a[href="Careless-W"] img:hover,
a[href="No-church"] img:hover
{
  border-color: #84b5ff;
  padding:0px;
}

img {
  padding:0px;
  border-width:5px;
  border-style: solid;
  border-color: transparent; /* Default transparent border */
  transition: border-color 0.3s ease-in-out, padding 0.3s ease-in-out; /* Add padding if you want that to transition as well */
}



[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 399;
	padding: 0;
	margin: 0;
	color: rgba(27, 27, 27, 0.85);
	font-size: 1.2rem;
	line-height: 1.4;
	    letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0.07;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.7;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 420;
	color: rgb(75, 75, 75);
    letter-spacing: 0.01em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgb(86, 86, 86);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 98%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .4rem;
    font-size: 1.3rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "iA Writer Quattro", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: .01em;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "iA Writer Quattro", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: .01em;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

[data-css-preset] #site_menu_button {
	font-size: 28px /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

div[grid-row] small a[href="GraphicDesign"]:hover {
    color: #f40;
}

div[grid-row] small a[href="Design"]:hover {
    color: #f40;
}

div[grid-row] small a[href="Reel"]:hover {
    color: rgba(0, 104, 255, 0.85);
}

div[grid-row] small a[href="Archive"]:hover {
    color: #f40;
}

div[grid-row] small a[href="About"]:hover {
    color: #f40;
}

/* Default color for all links */
div[grid-row] small a [href="https://files.cargocollective.com/c1413837/Branding-Identity-Kit-LydiaBang.pdf"]:hover {
    color: rgba(132, 181, 255, 1);
    color: #87afff; /* Or any other default color */
}

div[grid-row] small a [href="https://files.cargocollective.com/c1413837/Branding-Identity-Kit-LydiaBang.pdf"]:hover {
    color: rgba(132, 181, 255, 1);
    text-decoration: none;
}

/* Individual hover colors for each link under "Graphic Design" */
div[grid-row] small a[href="Ukrainian-M"]:hover {
    color: rgba(132, 181, 255, 1);
}
div[grid-row] small a[href="HowtoChatABC"]:hover {
    color: rgba(132, 181, 255, 1);
    }
div[grid-row] small a[href="Latitude"]:hover {
    color: rgba(132, 181, 255, 1);
     
}
div[grid-row] small a[href="UrbanDecay"]:hover {
    color: rgba(132, 181, 255, 1);
}

div[grid-row] small a[href="MIAOU"]:hover {
    color: rgba(132, 181, 255, 1);
}

div[grid-row] small a[href="Mama"]:hover {
    color: rgba(132, 181, 255, 1);
}

div[grid-row] small a[href="Motion-Video"]:hover {
    color: rgba(132, 181, 255, 1);
}

div[grid-row] small a[href="Beyond-the-scene"]:hover {
    color: rgba(132, 181, 255, 1);
}
div[grid-row] small a[href="Archive-2"]:hover {
    color: rgba(132, 181, 255, 1);
}

a.active {
    background-color: rgba(132, 181, 255, 1);
    /* Shifted to the right with a 0.5em space from the right end */
 color: #000 !important;
}

[grid-col="7"] > video {
    width: 100%;          /* Makes sure the video takes the full width of the container */
    height: 100%;         /* Makes sure the video takes the full height of the container */
    object-fit: cover;    /* This will cover the entire container, cropping the video if necessary */
    display: block;       /* To remove any line-height related whitespace below the video */
    margin: 0;            /* Remove any margins */
}

[grid-col="7"] {
    line-height: 0;
}

a.gallery_card {
    width: 80%; /* or any desired value */
    height: auto;
}

[data-css-preset] .content_padding {
	padding-top: 0.9rem /*!main_margin*/;
	padding-bottom: 0.9rem /*!main_margin*/;
	padding-left: 0.9rem /*!main_margin*/;
	padding-right: 0.9rem /*!main_margin*/;
}

html {
    cursor: url("https://files.cargocollective.com/c1413837/faviconlol-15.svg"), auto !important;
}

.content img {
    cursor: url("https://files.cargocollective.com/c1413837/faviconlol-16.svg"), auto !important;
}

a {
    cursor: url("https://files.cargocollective.com/c1413837/faviconlol-16.svg"), auto !important;
}



.leftNav:hover {
    color: rgba(102, 153, 255, 1) !important;
}

.videoLink:hover {
	border-color: #69f !important;
    border-width: 3px !important;
  padding:0px !important;
}