/* S94 Import Typography */


@font-face {
    font-family: 'oggroman';
    src: url('https://files.cargocollective.com/c769315/ogg_roman-webfont.woff2') format('woff2'),
    url('https://files.cargocollective.com/c769315/ogg_roman-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'brownbold_italic';
    src: url('https://files.cargocollective.com/c769315/brown-bold-italic-webfont.woff2') format('woff2'),
    url('https://files.cargocollective.com/c769315/brown-bold-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brownbold';
    src: url('https://files.cargocollective.com/c769315/brown-bold-webfont.woff2') format('woff2'),
    url('https://files.cargocollective.com/c769315/brown-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brownregular_italic';
    src: url('https://files.cargocollective.com/c769315/brown-regular-italic-webfont.woff2') format('woff2'),
    url('https://files.cargocollective.com/c769315/brown-regular-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brownregular';
    src: url('https://files.cargocollective.com/c769315/brown-regular-webfont.woff2') format('woff2'),
    url('https://files.cargocollective.com/c769315/brown-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/**
 * Content
 */

body {
	color: #000;

}

a:active {
	opacity: 0.8;
}

.page a.active {
	opacity: .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;
}

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

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

.content img {
	float: none;
	margin-bottom: .5em;
}




/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.70rem;
	color: rgba(0, 0, 0, 1);
	font-family: 'brownregular', Icons;
	font-weight: normal;
	line-height: 1.36;
}

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


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

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: "oggroman", Icons;
	font-style: bold;
	padding: 0;
	margin: 0;
	font-size: 4.3rem;
	line-height: 1.0;
	color: rgba(0, 0, 0, 0.9);

	}



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

[data-predefined-style="true"] h2 {
	font-family: 'brownregular', Icons;
	font-style: normal;
	padding: 0;
	margin: 0;
    font-size: 1rem;
	color: rgba(0, 0, 0, 0.85);
	line-height: 0.9;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: "brownregular", Icons;
	font-style: normal;
	color: rgba(0, 0, 0, 1);
}

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

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: #f3f3f3 /*!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*/;
    background-color: #f3f3f3;

}

[data-css-preset] body {
	background-color: rgb(243, 243, 243)/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 1.9rem /*!main_margin*/;
	padding-right: 1.9rem /*!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: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.0);
    outline: 1px solid #d1d1d1;
}

.thumbnails .title {
    margin-top: 1.1rem;
    margin-bottom: .3rem;
    font-size: 1.42rem;
	font-weight: 400;
	color: #3d3d3d;
	font-family: "brownregular", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
    z-index: 100;
}

.thumbnails .tags {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
    font-family: "brownbold", Icons;
    font-style: normal;
	line-height: 1.2;
    text-align: left;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 0px;
    line-height: 1;
    background: transparent;
    position: fixed;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: 4px;
    font-size: 36px;
    width: 90px;
    margin-left: -1px;
    border-bottom: 3px solid black;
    padding-bottom: 6px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	background: rgba(243, 243, 243, 0.90);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: center;
    font-family: "oggroman";
	display: flex;
	justify-content: space-around;
    
}

body.mobile #site_menu {
	width: 100%;


}

#site_menu .page-link a {
	color: rgba(0, 0, 0, 1);
    font-size: 2.8em;
    text-decoration: underline;
    text-decoration-color: #fff;

    
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	color: #000;
}

#site_menu .close {
	display: none;
	color: rgba(0, 0, 0, 1);
	line-height: .85em;
	font-size: 38px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 78px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 3.0rem /*!shop_button*/;
	right: 3.0rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 2.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "brownbold", Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}


body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "brownbold", Icons;
	font-size: 1.8rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "brownbold", Icons;
    font-size: 1.8rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "brownbold", Icons;
	font-size: 1.8rem;
    background: rgba(0, 0, 0, .75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

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


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

.quick-view-caption {
    font-family: "brownbold", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,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: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: transparent;
    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: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

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

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

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

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

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


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 1px dashed #d1d1d1;
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

#dna-nav-desktop {
	margin: 20px 25px 0px ;
}
/* Homepage Image Hover */

.hover-title {
    pointer-events: auto;
    cursor: pointer;
}

/* Change width and height to scale images */




body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;

}


#introblock {
    height: 70vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    z-index: -30;
    width: 100%;
    padding: 0% 2.0%;
	background-color: transparent;
}

#introblock h1 {
    margin-top: 27vh;
    margin-right: 1.9rem;
    margin-left: 1.9rem;
	font-size: 5.00rem;
}



/* 2nd section of homepage. (3col info bar)*/
#homepage-info-bar{
	background-color: #f3f3f3;
	display: flex;
    z-index: 40;
    margin: 0px;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    display: flex;
    padding: 0px;
    
}


#homepage-info-bar h2 {
	font-size: 2.2rem;
    line-height: 2.7rem;
}

#homepage-info-bar h1 {
	font-size: 4.6rem ;
}

#homepage-info-bar p {
    font-size: 25pt;
    color: #000;
	margin-bottom: -5px;
}

.info-box {
    border: 1px solid #d1d1d1;
}


/* Homepage Menu Hover */

.list-head {
/*    border: 1px solid #f3f; */
	margin-bottom: 90px;
    color: #C9C9C9;
}





#essay-list-items {
    display: flex;
  	flex-direction: column;
    margin-bottom: 100px;
    
}

#essay-list-items h2 {
    margin: 20px 100px;
}

@media only screen and (max-width: 600px) {
	#essay-list-items h2 {
    margin: 20px 20px;
}

}

/*
#essay-list-items a:hover {

}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0;
}*/

/* responsive typographry */




/* start scroll test */
body {
  overflow-x: hidden;
}

.section {
  padding: 20px;
  background-color: #f3f3f3;
}



.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-center__inner {
  display: table-cell;
  vertical-align: middle;
}

.section--full {
  text-align: left;
}

.section--full,
.section--vertical {
  min-height: 10vh;
  position: relative;
}

.block-list {
  white-space: nowrap;
  overflow-y: scroll;
  display: flex;
  align-content: flex-start;
  color: #3D3D3D;
}

.block-list__item {
  width: 400px;
  height:  400px;
  min-height:  400px;
  min-width:  400px;
  display: inline-block;
  white-space: normal;
  margin-right: 30px;
  color: #3D3D3D;

}

@media only screen and (max-width: 800px) {

    .gallery_image_caption {
	font-weight: 400;
	line-height: 1.3; 
    width: 80%;
}
    .thumbnails .title {
	width: 100%;
}
    
}

.block-list__item-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #C9C9C9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.block-list__item:first-child {
  margin-left: 5px;
}

#first {
    padding-right: 18px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
	padding-left: 25px;
}

#first h2 {
	color: #000;
    font-size: 16pt;
    font-family: "brownbold", icons;
	font-weight: 400;
    font-style: normal;
    letter-spacing: -0.12mm;
    
}

#second {
	border-bottom: 1px solid #d1d1d1;
    padding-bottom: 70px;
}




#third {
  background: #f3f3f3;
  padding-top: 60px;
 	padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 25px;
}

#fourth {
}

#fourth h1 {
	color: #000;
    font-size: 2em;
}
#fourth {
  background: #f3f3f3;
  padding-top: 130px;
}

.twocolhome {
	width: 100%;
    display: flex;
    flex-direction: row;
    
}

.twocolhome-1 {
	width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.twocolhome-2 {
    width: 40%;
	text-align: right;
    color: #000;
    display: flex;
	flex-direction: column;
    justify-content: flex-end;
}


html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
}

/* start jquery class adds for comp essay backgeround images */




[data-predefined-style="true"] bodycopy {
	font-family: "brownregular", Icons;
	font-size: 1.90rem;
}
[data-predefined-style="true"] h1{
	font-family: 'oggroman' !important;
}

[data-predefined-style="true"] h2 {
	font-family: "brownregular", Icons;
	font-size: 1.3rem;
}
[data-predefined-style="true"] small {
	font-family: "brownregular", Icons;
	font-size: 6.5rem;
}


.block-list__item h2 a{
	font-size: 3.0rem;
    font-family: "oggroman";
    font-style: normal;
    color: #3d3d3d;
    line-height: 3.00rem;
}

@supports (-webkit-text-stroke: 1px black) {
.block-list__item h2 a{

    }
 
}

#dna-nav-desktop {
	border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
}


#firstessay-p {
    margin-top: 0px;
}

.essaypage.gallery_image_caption {
	font-size: 91%;
}

.essaypage h1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d1d1;
}

.essay-pad {
	margin-bottom: 35px;
}


.itemcontent {
	position: relative;
    top: 136px;
}

#footerlinks a {
    font-size: 1.0em;
}

#third h2 {
	color: #000;
    font-size: 16pt;
    font-family: "brownbold", icons;
	font-weight: 400;
    font-style: normal;
    letter-spacing: -0.12mm;
    
}

#homepage-about div{
  max-width: 604px;
  padding-right: 19px;
}

#homepage-about {
    background-color: #f3f3f3; 
    display: flex;
    justify-content: center;
    padding-top: 25px;

}

#dna-about-col1 {
    padding: 0px 13px 0px 26px; 

    
}
#dna-about-col2 {
    padding: 0px 26px 36px 23px; 
}



#box_01 {
	background-image: url(https://freight.cargo.site/t/original/i/23dcf6e4393723197ea5a93b91dae2846d8adc40dc582d884c63e430e97858b4/box_01.gif);
    background-size: contain;
}

#box_02 {
	background-image: url(https://freight.cargo.site/t/original/i/23dcf6e4393723197ea5a93b91dae2846d8adc40dc582d884c63e430e97858b4/box_01.gif);
    background-size: contain;
}

.essayshowcase {
    margin: 25px;
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
	
}

.essayshowcase img {
	border: 1px solid #d1d1d1;
    
}

#ui-scroll-1 h1 {
	font-size: 4.5rem;
    line-height: 2.7rem;
}

#ui-scroll-2 h1 {
	font-size: 4.5rem;
    line-height: 2.7rem;
}

#ui-scroll-1 {
	padding: 50px 25px 40px 25px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #d1d1d1;
	margin-bottom: 25px;
}

#ui-scroll-2 {
	padding: 160px 35px 40px 25px;
    background-color: #f3f3f3;
   	border-bottom: 1px solid #d1d1d1;
}

#feat-essays {
	display: flex;
    justify-content: center;
    background-color: #f3f3f3;
	margin-top:-25px;
    margin-left: -1.9rem;
    margin-right: -1.9rem;
}

#feat-essays img {
	outline: 1px solid #d1d1d1;
    padding: 0px;
}

#feat-essays.gallery_image_caption {
}

#feat-essays  {
    font-size: 1.42rem;
	font-weight: 400;
	color: #3d3d3d;
	font-family: "brownregular", Icons;
	font-style: normal;
	line-height: 1.2;
    text-align: left;
    z-index: 100;
}

#essay-nav h2 {
    font-family: 'brownregular', Icons;
	font-style: normal;
	font-size: 2.0rem;
    line-height: 2.7rem;
   	font-weight: 400;

}

#essay-nav {
	border-top: 1px solid #d1d1d1;
    margin-top: 110px;
    padding-top: 60px;
}


.gallery_image_caption {
	padding-top: 16px;
    font-size: 1.7rem;
    width: 100%;
}