
/*test above map style*/

/*
 * Content
 */

body {
    font-family:sans-serif;
	color: black;
}

a:active {
	opacity: 0.7;
}

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 2em;
}

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

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



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

.gallery_image_caption {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
    text-shadow: 1px 1px 3px #000;
	margin-left: -3rem;
    margin-right: -3rem;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Archivo Narrow", Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	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: "Gravity Variable", Icons;
	font-style: normal;
	padding: 20px;
	margin: 0;
	font-size: 3rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
        letter-spacing: 0.075rem;
	font-variation-settings: 'wdth' 100;
}

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

[data-predefined-style="true"] h2 {
	font-family: Oswald, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 3rem;
	line-height: 1.2;
	}

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

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

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.85);
	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_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
    
    
}
[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 4.6rem /*!main_margin*/;
	padding-bottom: 4.6rem /*!main_margin*/;
	padding-left: 4.6rem /*!main_margin*/;
	padding-right: 4.6rem /*!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 {
    display: none;
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!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;
    display: none;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * 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.92);
	font-size: 18px;
	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;
    z-index: 100;
}

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



/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 16.8rem /*!quick_view_padding*/;
    padding-bottom: 16.8rem /*!quick_view_padding*/;
    padding-left: 16.8rem /*!quick_view_padding*/;
    padding-right: 16.8rem /*!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: transparent /*!quick_view_bgcolor*/;
}

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

.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;
    display: none;
}

.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;
    display: none;
}

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

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    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;
}

/*
Header
*/

.header1{
    /*column-count: 2;*/
    z-index: 100;
    position: fixed;
    height: 70px;
    width:100%;
    background-color: #8d818c;
    text-align: right;
    padding-right: 6em;
    padding-top: 1.5em;
    align-items: center;
    
}

/*
Know More Drawer
*/


.menu {
   font-family: sans-serif;
   font-weight: 100;
   background: #7e846b;
   width: 300px;
   height: 100%;
   padding-left: 50px;
   position: fixed;
   z-index: 100;
   -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
   box-shadow: -3px 0px 5px 3px rgba(0, 0, 0, 0.2);
   right: -240px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
   color: #fff;
}

.menu:hover,
.menu:focus {
   transform: translate3d(-130px, 0, 0);
   animation-timing-function: 1s ease-in;
}

.menu .title {
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   transform: rotate(270deg);
   left: -20px;
   font-weight: 800;
   font-size: 15px;
}

.menu .nav {
   position: absolute;
   top: 53%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font-weight: 100;
}

.menu .nav li {
   padding-bottom: 30px;
   list-style-type: none;
}

.menu .nav li a {
   display: block;
   text-decoration: none;
   color: inherit;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}

.menu .nav li a:hover {
   color: #aaa;
}

/*
Output Drawer
*/

.output_drawer {
   font-weight: 100;
   background: #7e846b;
   width: 25%;
   height: 300px;
   position: fixed;
    left: 0px;
   z-index: 4;
   -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
   top: -180px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
   color: #fff;
   align-items: center;
   justify-content: center;
   text-align: center;
   border-radius: 20px;
}

.output_drawer:hover,
.output_drawer:focus {
   transform: translate3d(0px,200px, 0);
   animation-timing-function: 1s ease-in;
}

.output_drawer .title {
   position: relative;
   top: 90%;
   font-weight: 800;
   font-size: 15px;
   align-items: center;
   justify-content: center;
   text-align: center;
    font-family: sans-serif;
}

.output_drawer .nav {
   position: relative;
   top: 40%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font-weight: 100;
}

.output_drawer .nav li {
   padding-bottom: 30px;
   list-style-type: none;
}

.output_drawer .nav li a {
   display: block;
   text-decoration: none;
   color: inherit;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}

.output_drawer .nav li a:hover {
   color: #aaa;
}


/*
Map Drawer
*/

.map_drawer {
   font-weight: 100;
   background: #7e846b;
   width: 75%;
   height: 300px;
   position: fixed;
    left: 0;
   z-index: 4;
   -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
   bottom:-240px;
   right: 0px;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
   color: #fff;
   align-items: center;
   justify-content: center;
   text-align: center;
   border-radius: 20px;
}

.map_drawer:hover,
.map_drawer:focus {
   transform: translate3d(0px,-200px, 0);
   animation-timing-function: 1s ease-in;
}

.map_drawer .title {
   position: relative;
   top: 10%;
   font-weight: 800;
   font-size: 15px;
   align-items: center;
   justify-content: center;
   text-align: center;
    font-family: sans-serif;
}

.map_drawer .nav {
   position: relative;
   top: 40%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font-weight: 100;
}

.map_drawer .nav li {
   padding:50px;
   padding-bottom: 30px;
   list-style-type: none;
}

.map_drawer .nav li a {
   display: block;
   text-decoration: none;
   color: inherit;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
}

.map_drawer .nav li a:hover {
   color: #aaa;
}

[data-predefined-style="true"].h3 a{
    color: rgba(255, 255, 255, 0.85);
    padding-left: 60px;
}



/*
Map Drawer END
*/

.body-text {
    border-style: solid;
    padding: 2.5rem;
    font-size: 1.2rem;
    background: rgba(255,255,255);
      
}

.body-text-menu {
    border: 0.1rem;
    border-style: solid;
    border-color: black;
    padding: 2.5rem;
    font-size: 1.2rem;
    background-image: url("image1");
    background-color: white;      
}

.about-section {
    margin: 2rem;
	border-style: solid;
    padding: 2rem;
    font-size: 1.2rem;
    background: rgba(255,255,255);
}

.body-text-yellow {
    border-style: solid;
    padding: 2.5rem;
    font-size: 1.2rem;
    background: #FFFFE0;
      
}

.google-map {
	color: yellow;
    border-style: dotted;
    border-color: yellow;
    border-radius: 2rem;
    padding: 1rem;
    
}

.button-1 {
	border-style: solid;
    border-radius: 2rem;
    padding: 1rem;
}

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

.hover-image {
    visibility: hidden;
}

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

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: yellow;
    font-size: 2rem;

/* Change width and height to scale images */
   width: 90vw;
   height: 90vh;
}

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


/* BUTTONS */

.my_gallery .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Montreal Port';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: #fff;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Montreal Port';
}

.my_gallery .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Rue Chabanel';
}

.my_gallery .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Joe Lebb';
}

.my_gallery .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}

@media screen and (max-width: 770px) {
	.my_gallery .gallery_card:nth-child(1n) .gallery_card_image:before {
	display: 1;
}
}


.my_gallery_montreal_port .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Montreal Port';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_montreal_port .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Montreal Port';
}

.my_gallery_montreal_port .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Rue Chabanel';
}

.my_gallery_montreal_port .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Maurice Brassard';
}

.my_gallery_montreal_port .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'St. Lawrence River';
}

.my_gallery_montreal_port .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}

/* MERCEDES MORIN */

.my_gallery_morin .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Rue Chabanel';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_morin .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Rue Chabanel';
}

.my_gallery_morin .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_morin .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_morin .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_morin .gallery_card:nth-child(5) .gallery_card_image:before {
	content: "Someone's apartment";
}

.my_gallery_morin .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}


.my_gallery_morin_two .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Rue Chabanel';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_morin_two .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Rue Chabanel';
}

.my_gallery_morin_two .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_morin_two .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_morin_two .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_morin_two .gallery_card:nth-child(5) .gallery_card_image:before {
	content: "Someone's apartment";
}

.my_gallery_morin_two .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}



.my_gallery_morin_three .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Lila Rousselet';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_morin_three .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Lila Rousselet';
}

.my_gallery_morin_three .gallery_card:nth-child(2) .gallery_card_image:before {
	content: "Mercedes Morin";
}

.my_gallery_morin_three .gallery_card:nth-child(3) .gallery_card_image:before {
	content: "Mercedes Morin";
}

.my_gallery_morin_three .gallery_card:nth-child(4) .gallery_card_image:before {
	content: "Mercedes Morin";
}

.my_gallery_morin_three .gallery_card:nth-child(5) .gallery_card_image:before {
	content: "Someone's apartment";
}

.my_gallery_morin_three .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}



/* SOMEONE'S APARTMENT */

.my_gallery_apartment .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Mercedes Morin';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_apartment .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_apartment .gallery_card:nth-child(2) .gallery_card_image:before {
	content: "Someone's apartment";
}

.my_gallery_apartment .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}


/* JOE LEBB */


.my_gallery_lebb .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Montreal Port';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_lebb .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Montreal Port';
}

.my_gallery_lebb .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Joe Lebb';
}

.my_gallery_lebb .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Ajax';
}

.my_gallery_lebb .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Lila Rousselet';
}

.my_gallery_lebb .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}


/* AJAX */


.my_gallery_ajax .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Joe Lebb';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_ajax .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Joe Lebb';
}

.my_gallery_ajax .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Ajax';
}

.my_gallery_ajax .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Lila Rousselet';
}

.my_gallery_ajax .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}

/* LILA ROUSSELET */


.my_gallery_rousselet .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Joe Lebb';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_rousselet .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Joe Lebb';
}

.my_gallery_rousselet .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Ajax';
}

.my_gallery_rousselet .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Lila Rousselet';
}

.my_gallery_rousselet .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Lila Rousselet';
}

.my_gallery_rousselet .gallery_card:nth-child(5) .gallery_card_image:before {
	content: 'Lila Rousselet';
}

.my_gallery_rousselet .gallery_card:nth-child(6) .gallery_card_image:before {
	content: 'Mercedes Morin';
}

.my_gallery_rousselet .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}


/* STAGE */

.my_gallery_stage .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Liz Vandal';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_stage .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Liz Vandal';
}

.my_gallery_stage .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Julie Desmarais';
}

.my_gallery_stage .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Stage';
}


.my_gallery_stage .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}


/* JULIE DESMARAIS */

.my_gallery_julie .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Claire Douerin';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_julie .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Claire Douerin';
}

.my_gallery_julie .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Julie Desmarais';
}

.my_gallery_julie .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Stage';
}

.my_gallery_julie .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Cirque du Soleil';
}

.my_gallery_julie .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 102%;
    transition: 0.3s;

}


/* CLAIRE DOUERIN */

.my_gallery_claire .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Julie Desmarais';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_claire .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Julie Desmarais';
}

.my_gallery_claire .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Claire Douerin';
}

.my_gallery_claire .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Cirque du Soleil';
}

.my_gallery_claire .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Stage';
}

.my_gallery_claire .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 103%;
    transition: 0.3s;

}


/* LIZ VANDAL */

.my_gallery_liz .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'St. Lawrence River';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_liz .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'St. Lawrence River';
}

.my_gallery_liz .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Liz Vandal';
}

.my_gallery_liz .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Liz Vandal';
}

.my_gallery_liz .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Cirque du Soleil';
}

.my_gallery_liz .gallery_card:nth-child(5) .gallery_card_image:before {
	content: 'Vestechpro';
}

.my_gallery_liz .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}

/* CIRQUE DU SOLEIL */

.my_gallery_cirque .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Julie Desmarais';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_cirque .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Julie Desmaraisr';
}

.my_gallery_cirque .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Claire Douerin';
}

.my_gallery_cirque .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Liz Vandal';
}

.my_gallery_cirque .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Cirque du Soleil';
}

.my_gallery_cirque .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}


/* VESTECHPRO */

.my_gallery_vestechpro .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Liz Vandal';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_vestechpro .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Liz Vandal';
}

.my_gallery_vestechpro .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Cirque du Soleil';
}

.my_gallery_vestechpro .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Vestechpro';
}

.my_gallery_vestechpro .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}

/* ST LAWRENCE RIVER */

.my_gallery_lawrence .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Montreal Port';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_lawrence .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Montreal Port';
}

.my_gallery_lawrence .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Liz Vandal';
}

.my_gallery_lawrence .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'St. Lawrence River';
}

.my_gallery_lawrence .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Meghan Price';
}

.my_gallery_lawrence .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;

}

/* MAURICE BRASSARD */

.my_gallery_maurice .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Montreal Port';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_maurice .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Montreal Port';
}

.my_gallery_maurice .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Maurice Brassard';
}

.my_gallery_maurice .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Meghan Price';
}

.my_gallery_maurice .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Helen Liene Dreifields';
}

.my_gallery_maurice .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;
}

/* MEGHAN PRICE */

.my_gallery_meghan .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Maurice Brassard';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_meghan .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Maurice Brassard';
}

.my_gallery_meghan .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'St. Lawrence River';
}

.my_gallery_meghan .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Meghan Price';
}

.my_gallery_meghan .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Meghan Price';
}

.my_gallery_meghan .gallery_card:nth-child(5) .gallery_card_image:before {
	content: 'Gallery spaces';
}

.my_gallery_meghan .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;
}

/* MONTREAL CENTRE FOR CONTEMPORARY TEXTILES */

.my_gallery_textiles .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Montreal Centre for Contemporary Textiles';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_textiles .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Montreal Centre for Contemporary Textiles';
}

.my_gallery_textiles .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Meghan Price';
}

.my_gallery_textiles .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Gallery spaces';
}

.my_gallery_textiles .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;
}

/* HELEN LIENE DREIFIELDS */

.my_gallery_helen .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Maurice Brassard';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_helen .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Maurice Brassard';
}

.my_gallery_helen .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Helen Liene Dreifields';
}

.my_gallery_helen .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Gallery spaces';
}

.my_gallery_helen .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;
}

/* GALLERY SPACES */

.my_gallery_galleries .gallery_card:nth-child(1n) .gallery_card_image:before {
	content: 'Meghan Price';
    font-size: 1rem;
    color: black;
    position: absolute;
    top: -8px;
    right: -27px;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}


.my_gallery_galleries .gallery_card:nth-child(1) .gallery_card_image:before {
	content: 'Meghan Price';
}

.my_gallery_galleries .gallery_card:nth-child(2) .gallery_card_image:before {
	content: 'Montreal Centre for Contemporary Textiles';
}

.my_gallery_galleries .gallery_card:nth-child(3) .gallery_card_image:before {
	content: 'Helen Liene Dreifields';
}

.my_gallery_galleries .gallery_card:nth-child(4) .gallery_card_image:before {
	content: 'Gallery spaces';
}

.my_gallery_galleries .gallery_card:nth-child(1n):hover .gallery_card_image:before {
	opacity: 100%;
    transition: 0.3s;
}