/* Exit Menu button */
#exit-menu {
	position: absolute;
    top: 33px;
    right: 24px;
}

#angela-menu {
	position: absolute;
    top: -250px;
}

/* Menu and Cargo built-in menu button */
/*#site_menu {
	max-width: 100%;
    font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
} */
/*
#site_menu_button {
	position: fixed;
    z-index: 100px;
} */

[data-css-preset] #site_menu_button {
	font-size: 24px /*!site_menu_button*/;
	top: 35px /*!site_menu_button*/;
    color: rgb(144, 43, 84); 
	left: 3rem /*!site_menu_button*/;
    display: none;
}

/* Interactive Grid Images */
/* https://www.youtube.com/watch?v=eeK_LVyo18c */
.second {
	display: none;
}

.img_wrapper:hover > .second {
	display: block;
    cursor: pointer;
}

.img_wrapper:hover > .first {
	display: none;
    cursor: pointer;
}

/* No Wrapping */
#nav-contact {
	white-space: nowrap;
}

#footer-copyright {
	white-space: nowrap;
}

/* Hamburger Icon > fa-fa bar*/
#fafa-bar {
	display: none;
}

/* Aligning the name with the other nav */
#nav-angela {
	position: absolute;
    top: -17.5px;
}

/* Website limit */
/* https://www.w3schools.com/cssref/css3_pr_mediaquery.php */
/* Responsive Navbar */
/* https://www.w3schools.com/howto/howto_js_mobile_navbar.asp */
@media screen and (max-width: 55rem) {
	#bottom-description { /* to hide the bottom descriptions */
		display: none;
}
    #nav-2d {
		display: none;
}
    #nav-3d {
		display: none;
}
    #nav-4d {
		display: none;
}
    #fafa-bar {
		display: block;
}
  	#footer-copyright{
   		position: absolute;
		align-content: left;
}
}

#toolset {
	display: none;	
}

body {
	background-color: #fff;
	color: #000;
}

/* Prevent header 1 from wrapping or breaking */
h1 {
	white-space: nowrap;
    position: fixed;
}

/* Prevent header 2 from wrapping or breaking */
h2 {
/*	white-space: nowrap;*/
/*	position: fixed; */
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: rgba(0, 0, 0, 0.4);
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
    list-style-type: decimal-leading-zero;
}

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

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

/* Horizontal Rule on Header and Footer*/

hr {
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	height: 1px;
	display: none; /*was display: block; */
}

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

.gallery_image_caption {
    margin-top: 0.8em;
    margin-bottom: 3.0rem;
    font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Variable", Icons;
	color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.03em;
    text-align: center;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.4;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
	color: rgba(144, 43, 84, 1);
	text-decoration: none;
}

/* Hover changes text link colour to grey */
[data-predefined-style="true"] bodycopy a:hover {
	color: rgba(0, 0, 0, 0.4);
}

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"] h1 {
	font-family: "Guyot Text", Icons;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 3.4rem;
	line-height: 0.9;
	color: rgba(0, 0, 0, 0.85);
    position: absolute;
}

[data-predefined-style="true"] h1 a {
	color: rgba(144, 43, 84, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
	color: rgba(144, 43, 84, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
    letter-spacing: 0.03em;
	font-variation-settings: 'slnt' -10, 'MONO' 0;
    padding-bottom: 1.5rem; /* added padding-bottom */
}

[data-predefined-style="true"] small a {
	color: rgba(144, 43, 84, 1);
}

[data-predefined-style="true"] small a:hover {
}


/**
 * 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: center /*!text_center*/;
}
[data-css-preset] body {
	background-color: #f9f7f5 /*!body_bgcolor*/;
}

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

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

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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -3rem/*!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: 1.2rem;
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: center;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.thumbnails .thumbnail:hover .title {
	
}

.thumbnails .tags {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.5;
    text-align: center;
    padding: 0 1rem 0 1rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.thumbnails .tags a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.thumbnails .tags a:hover {
}

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

/** 
 * 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: rgba(255, 255, 255, 1);
    stroke-width: 2px;
}

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