@charset "UTF-8";
/* CSS Document */
body {
		margin: 0;
	color: #4a525e;
	background-color: #C9C9C9;
	--color-link: #395bb5;
	--color-link-hover: #000100;
	--color-gallery-title: #2c2724;
	--color-gallery-number: #d9d0be;
	--color-gallery-link: #fff;
	--color-gallery-link-bg: #2858d7;
	--color-gallery-link-hover: #fff;
	--color-gallery-link-bg-hover: #d4b77d;
	color: var(--color-text);
	width: 100%;
	height:100%;
		--cursor-stroke: none;
	--cursor-fill: #c5681c;
	--cursor-stroke-width: 1px;
	font-family: halyard-display, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.frame {
  position: fixed;
    text-align: left;
    z-index: 100;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    padding: 26px 0 0 21px;
    pointer-events: none; grid-template-columns: auto 1fr 1fr auto;
    grid-template-rows: auto;
    grid-template-areas: 'title demos demos links';
}
	  
.frame__title {
	font-size: 11px;
	font-weight: 300;
	color: #4a525e;
	  font-family: halyard-display, sans-serif;
    -webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}


.invite {
	position: fixed;
	height: auto;
	top:50%;
	left:50%;
	  transform: translate(-50%, -50%);
	background: linear-gradient( #000 50%, transparent 50%);
  filter: drop-shadow(0.6rem 0.6rem 1rem #000);
	
}




/*hover*/
/* [1] The container */
.img-hover-zoom {
/*  height: 100px;*/ /* [1.1] Set it as per your need */
 /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/*hover*/


.border-gradient {
	 border: 2px solid;
  border-image-slice: 1;
  border-width: 1px;
}

.border-gradient-gold{
	width: 200px;
  height: 80px;
  border: double 2px transparent;
  background-image: linear-gradient(#121a27, #121a27), radial-gradient(circle at top left, #fcf6ba,#aa771c,#fcf6ba,#aa771c);
  background-origin: border-box;
  background-clip: content-box, border-box;
 /* border-image-source: linear-gradient(to left, #aa771c, #fbf5b7);
	 border-radius: inherit;*/
}

.links {
	position: fixed;
	display:inline-grid;
	top:60px;
padding-left:10px;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	display: flex;
	  font-family: halyard-display, sans-serif;
    font-weight: 300;


	
}
.links .rsvp{	
padding: 10px 20px;
	text-decoration:none;
background-color: white;

color: #121a27;
	border-radius:20px;
	margin:5px;
	
	
}
.links .rsvp:hover {
background-color: #121a27;
	color:white;
}
.links .back {
	padding: 10px 20px;
	background-color: white;
	border-radius:20px;
	text-decoration:none;
color: #4682B4;
	margin:5px;
}
.links .back:hover {
	background-color: #4682B4;
	color:white;
}
.invite-mobile {
	display:none;
}

.gallery__item-link {
	grid-area: gallery-link;
	align-self: end;
	background: var(--color-gallery-link-bg);
	color: var(--color-gallery-link);
	text-decoration: none;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative; 
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.link-location {
	position:fixed;
	margin: 10px 0 0 0px;
	left:50%;
	bottom:0;
	 transform: translate(-50%, -50%);
}

.border-gradient {
	 border: 2px solid;
  border-image-slice: 1;
  border-width: 1px;
}

.border-gradient-gold{
	width: 90px;
  height: 90px;
  border: double 2px transparent;
  border-radius: 80px;
  background-image: linear-gradient(#121a27, #121a27), radial-gradient(circle at top left, #fcf6ba,#aa771c,#fcf6ba,#aa771c);
  background-origin: border-box;
  background-clip: content-box, border-box;
	margin-bottom:20px;
 /* border-image-source: linear-gradient(to left, #aa771c, #fbf5b7);
	 border-radius: inherit;*/
}

.gallery__item-link:focus,
.gallery__item-link:hover {
	background: white;
	color: #121a27;
	text-decoration: none;
}
.download {
	text-decoration: none;
	color: #121a27;
font-family: halyard-display, sans-serif;
	font-size:16px;
	font-weight:800;
margin: 0 0 0 -15px;
	
}
.download:hover {
	color:#4682B4;

}


/*@media screen and (min-width: 53em){
	
	.frame__title {
		margin: 0 4rem 0 0;
		grid-area: title;
	}
}
*/

@media (min-width:625px) and (max-width:1200px){
	.border-gradient-gold {
		width: 100px;
		height:100px;
		margin-top:20px;
	}
}
@media screen and (max-width:700px){
	
	.invite-mobile {
	display:block;
}
	
	.invite-mobile {
	position: relative;
	height: auto;
	top:90px;
	background: linear-gradient( #4682B4 50%, transparent 50%);
  filter: drop-shadow(0.6rem 0.6rem 1rem #4682B4);
		margin:0 10% 0 10%;
		padding-bottom:150px;
	
}
	.invite-mobile {
		
	}
	.invite {
		display:none;
	}
	
.img-hover-zoom {
  height: 200px; 
	}
	
	.img-hover-zoom:hover img {
  transform: scale(1.5);
}
	.link-location {
	position:fixed;
	right:-40%;
	bottom:0;
	 transform: 0;
		margin:0;
}

	
	.border-gradient {
		width:75px;
		height:75px;
		font-size:12px;
		position:fixed;
		bottom:0;
		right:0;
		margin:0;
		
	}
	.download {
		margin:10px 0 10px 0;
	}

/* [1.1] Set it as per your need */
 /* [1.2] Hide the overflowing of child elements */

/* [2] Transition property for smooth transformation of images */
/*.img-hover-zoom img {
  transition: transform .5s ease;
	overflow:visible;
}

/* [3] Finally, transforming the image when container gets hovered */

/**/