/**
 * Content
 */
@media all and (min-width:401px) {
	
    body { 
        background: linear-gradient(to bottom, #f8f8f8, #ecfefe);
    }

#me {
    position: absolute;
	font-size: 12px;
    color: #ACDCD7;
    font-family: helvetica, arial, sans-serif;
}

#menu {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: flex-start;
    top: 2px;
    height: 12px;
    list-style-type: none;
}

a {
    transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none;
	font-size: 14px;
    height: auto;
    margin: 0;
    color: black;
    font-family: helvetica, arial, sans-serif;
}

a:hover {
	color: #7EB7D7;
}

.scatter {
	position: relative;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: flex-start;
    top: 2px;
    height: 12px;
    width: 100%;
    list-style-type: none;
}

.scatter li:first-child {
  position: relative;
}

.scatter li:nth-child(2) {
  position: relative;
}

.scatter li:nth-child(3) {
  position: relative;
}

.scatter li:nth-child(4) {
  position: relative;
}

.scatter li:nth-child(5) {
  position: relative;
}

.scatter li:nth-child(6) {
  position: relative;
}

.scatter li:nth-child(7) {
  position: relative;
}

.scatter li:nth-child(8) {
  position: relative;
}

#cv {
    position: relative;
	margin-left: 2%;
    margin-top: 30px;
    font-size: 13px;
    font-family: sans-serif;
}

.gallery_card {
	margin: auto;
    -webkit-transition: .75s;
	-moz-transition: .75s;
	-o-transition: .75s;
	-ms-transition: .75s;
	transition: .75s;
}

p {
    -webkit-transition: .75s;
	-moz-transition: .75s;
	-o-transition: .75s;
	-ms-transition: .75s;
	transition: .75s;
}

.gallery_card:hover {
    transform: scale(1.03);
}

.gallery_card {
	position: relative;
    display: block;
	cursor: pointer;
	overflow: hidden;
}

.gallery_card:hover .gallery_image_caption {
	opacity: 1;
    top: 0;
    left: 0;
}

.gallery_image_caption {
	opacity: 0;
	position: absolute;
    width: 100%;
    height: auto;
	background: rgba(44, 44, 60, 0.5);
	color: #fff;
    display: block;
    z-index: 3;
}

.gallery_image_caption p {
	font-family: 'helvetica';
	position: relative;
    margin: auto;
	font-size: 10px;
    left: 4.5%;
    top: 10px;
}

.gallery_image_caption h1 {
	font-family: 'helvetica';
	position: absolute;
    margin: auto;
	font-size: 15px;
    left: 4.5%;
    top: 10px;
}

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

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

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

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


}

@media all and (min-width:250px) and (max-width:400px) { 

    body { 
        background: linear-gradient(to bottom, #f8f8f8, #ecfefe);
    }

#me {
    position: absolute;
	font-size: 10px;
    color: #ACDCD7;
    font-family: helvetica, arial, sans-serif;
}

#menu {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
    padding-left: 0px;
}

a {
    transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none;
	font-size: 12.5px;
    height: auto;
    margin: 0;
    color: black;
    font-family: helvetica, arial, sans-serif;
}

a:hover {
	color: #7EB7D7;
}

.scatter {
	position: relative;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: flex-start;
    top: 2px;
    height: 12px;
    width: 100%;
    list-style-type: none;
}

.scatter li:first-child {
  position: relative;
}

.scatter li:nth-child(2) {
  position: relative;
}

.scatter li:nth-child(3) {
  position: relative;
}

.scatter li:nth-child(4) {
  position: relative;
}

.scatter li:nth-child(5) {
  position: relative;
}

.scatter li:nth-child(6) {
  position: relative;
}

.scatter li:nth-child(7) {
  position: relative;
}

.scatter li:nth-child(8) {
  position: relative;
}
    
#menu {
    border-bottom: none;
    }

#cv {
    position: relative;
	margin-left: 2%;
    margin-top: 30px;
    font-size: 13px;
    font-family: sans-serif;
}

.gallery_card {
	margin: auto;
    -webkit-transition: .75s;
	-moz-transition: .75s;
	-o-transition: .75s;
	-ms-transition: .75s;
	transition: .75s;
}

p {
    -webkit-transition: .75s;
	-moz-transition: .75s;
	-o-transition: .75s;
	-ms-transition: .75s;
	transition: .75s;
}

.gallery_card:hover {
    transform: scale(1.03);
}

.gallery_card {
	position: relative;
    display: block;
	cursor: pointer;
	overflow: hidden;
}

.gallery_card:hover .gallery_image_caption {
	opacity: 1;
    top: 0;
    left: 0;
}

.gallery_image_caption {
	opacity: 0;
	position: absolute;
    width: 100%;
    height: auto;
	background: rgba(44, 44, 60, 0.5);
	color: #fff;
    display: block;
    z-index: 3;
}

.gallery_image_caption p {
	font-family: 'helvetica';
	position: relative;
    margin: auto;
	font-size: 10px;
    left: 4.5%;
    top: 10px;
}

.gallery_image_caption h1 {
	font-family: 'helvetica';
	position: absolute;
    margin: auto;
	font-size: 15px;
    left: 4.5%;
    top: 10px;
}

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

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

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

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


    
}




/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#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 {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

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

#site_menu .break {
	height: 28px;
}

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

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


/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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-color: transparent /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

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