@charset "UTF-8";
/* CSS Document */
html {
	margin-bottom:80px;;
}
body {
		margin: 0;
	color: #4a525e;
	background-color: #121a27;
	width: 100%;
	height:100%;
	cursor-stroke: none;
	cursor-fill: #4682B4;
	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;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
	text-transform: uppercase;

}
/*.frame__demos a {
	font-size: 11px;
	font-weight: 300;
	color: #4682B4;
	  font-family: halyard-display, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	text-decoration:none;
}
.frame__demos a:hover {
	color:white;
}*/
.page {
	display: grid;
	padding: 0 auto;
	max-width: 1400px;
	margin: 0 auto;
	grid-template-columns: 100%;
	grid-template-areas: 'header' 'meta' 'grid';
	will-change: transform;
}

	.page--layout-2 {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'header meta' '...  meta' 'grid grid';
	}

.gallery__item-caption {
	margin:103px 0  0 90px;
	font-family: moret, serif;
    font-weight: 800;
    font-style: italic;
    align-self: center;
	
	
	
}

.gallery__item-number {
	font-size: 6rem;
	color: #4682B4;
		float:left;
}

.gallery__item-title {
	margin: 0;
	font-size: 3.5rem;
	font-size: clamp(2rem,5vw,4rem);
	float:left;
	color: white;
	margin:20px 10px 0 10px;
	font-family: moret, serif;
    font-weight: 800;
    font-style: italic;
    align-self: center;
}

.gallery__item-number,
.gallery__item-title,
.gallery__text {
	font-family: moret, serif;
	font-weight: 800;
	font-style: italic;
	align-self: center;
}

.gallery__item-tags {
	font-size: 20px;
	grid-gap: 1rem;
	cursor: pointer;
	  font-family: halyard-display, sans-serif;
    font-weight: 300;
	color: #4682B4;;
	float:right;
	width: 100%;
}
.gallery__item-tags a {
	font-size: 20px;
	grid-gap: 1rem;
	cursor: pointer;
	  font-family: halyard-display, sans-serif;
    font-weight: 300;
	color: #4682B4;;
	float:right;
	width: 100%;
}


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

.icon {
  position: relative;
  border: none;
  outline: none;
  width: 50px;
  vertical-align: middle;
}

.flaticon-phone-call-1 {
  font-weight:bold;
  background-image: url(../img/usa.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
	padding: 0 15px;

}
.flaticon-phone-call-2 {
  font-weight:bold;
  background-image: url(../img/england.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
	padding: 0 15px;

}
.hotel-info a {
	font-family: halyard-display, sans-serif;
}



/*.gallery {
	display: flex;
	margin-left: 12vw;
	padding-right: 12vw;
}*/


.gallery__item-img {
	width: 100%;
	height: auto;



}
.gallery__item-img img {
width:100%;
	height:auto;
	border-radius:20px;
margin:30px;


}
.hotel-info-left {
	width:30%;
	float:left;
	margin-right: 10%;
}
.hotel-info-right {
	width:60%;
	float:left;
	margin:60px 0 0 0;
}
/*
.hotel-info-right a {
	color: #121a27;
	padding-right:15px;
}

.hotel-info-right a:hover {
	color: #4682B4;
}


*/

.drop-shadow {
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0,0,0,.8));
    filter: drop-shadow(0px 0px 30px rgba(0,0,0,.8));
    }


.gallery__item-link {
	grid-area: gallery-link;
	align-self: end;
	background: var(--color-gallery-link-bg);
	color: white;
	text-decoration: none;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative; 
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.gallery__item-link:focus,
.gallery__item-link:hover {
	background: white;
	color: #121a27;
	text-decoration: none;
}





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

.border-gradient-gold{
	width: 100px;
  height: 100px;
  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;
 /* border-image-source: linear-gradient(to left, #aa771c, #fbf5b7);
	 border-radius: inherit;*/
}
.link-location {
	margin: -80px 0 0px -20px;
	position:absolute;
}


/*hover*/
/* [1] The container */
.img-hover-zoom {
  height: 300px; /* [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*/




.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: #4682B4;
	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;
}



.hotels {
	position:relative;
	width:80%;
	margin: 0 10%;

}

.hotels h2 {
	grid-area: gallery-number;
	font-size: 6rem;
	font-size: clamp(2.5rem,9vw,6.5rem);
	justify-self: end;
	padding-right: 2rem;
	color:#fff;
	font-family: moret, serif;
    font-weight: 800;
    font-style: italic;
    align-self: center;
	margin:200px 0 0 50px;
}
.hotels h3 {
	grid-area: gallery-number;
	font-size: 22px;
	justify-self: end;
	padding-right: 2rem;
	color: #4682B4;
	font-family: moret, serif;
	font-weight: 800;
	font-style: italic;
	align-self: center;
	margin: 0;
}
.hotels p{
	
	font-family: halyard-display, sans-serif;
	color:121a27;

	
	
}
a {
	color:#4682B4;
	
}
a:hover {
	color:white;
	cursor: default;
}

.frame__demo {
	margin: 0 1rem;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
	cursor: default;
}


.frame__title {
	margin: 0 0 1rem;
	font-weight: 300;
}

.frame__links {
	display: inline;
}

@media screen and (max-width:767px){
	.border-gradient {
		width:75px;
		height:75px;
		font-size:300px;
	}
	.gallery__item-title {
    margin: 20px 0 0 0px;
    font-size: 2.5rem;
    float: left;
    color: white;
    /* margin: 20px 10px 0 10px; */
    font-family: moret, serif;
    font-weight: 800;
    font-style: italic;
    align-self: center;
		
}
		.gallery__item-tags{
		width:90%;
		margin:0 10% 80px 10%;
		font-size: 17px;
	}
	.gallery__item-caption {
		margin:0px 0 0 0;
		padding:0;
	}

	
	.hotel-info-left{
		width:100%;

		
	}
	.hotel-info-right{
		width:100%;

		
	}

	
	.gallery__item-img {
	width: 80%;
	height: auto;
		margin:-50px 10% 0 10%;



}
.gallery__item-img img {
width:100%;
	height:auto;
	border-radius:20px;



}
	.page--layout-2 {
		grid-template-columns: 0;
	}
	.page{
		padding:5vw 0 0 15vw;
		display:block;
	}
	.gallery__item-number{
		margin-right:10px;
	}
	.gallery__item-caption{
		font-size:22px;
	
	}
	.link-location {
		margin:-50px 0 0 -30px;
	}
	
	
}

@media screen and (max-width:767px) {
	.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: 1.75rem;
		pointer-events: none;
		grid-template-columns: auto 1fr 1fr auto;
		grid-template-rows: auto;
		grid-template-areas: 'title demos demos links';
	}
	.frame__title {
		margin: 0 4rem 0 0;
		grid-area: title;
	}
	.frame__info {
		grid-area: info;
	}
	.frame__demos {
		grid-area: demos;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content {
		height: 100vh;
		justify-content: center;
	}
}


@media screen and (max-width:767px){
	.border-gradient {
		width:75px;
		height:75px;
		font-size:12px;
	}
	.gallery__item-title {
    margin: 20px 0 0 0px;
    font-size: 2.5rem;
    float: left;
    color: white;
    /* margin: 20px 10px 0 10px; */
    font-family: moret, serif;
    font-weight: 800;
    font-style: italic;
    align-self: center;
}
		.gallery__item-tags{
		width:90%;
		margin:0 10% 80px 10%;
		font-size: 17px;
	}
	.gallery__item-caption {
		margin:0px 0 0 0;
		padding:0;
	}

	
	.hotel-info-left{
		width:100%;

		
	}
	.hotel-info-right{
		width:100%;

		
	}

	
	.gallery__item-img {
	width: 80%;
	height: auto;
		margin:-50px 10% 0 10%;



}
.gallery__item-img img {
width:100%;
	height:auto;
	border-radius:20px;



}
	.page--layout-2 {
		grid-template-columns: 0;
	}
	.page{
		padding:5vw 0 0 15vw;
		display:block;
	}
	.gallery__item-number{
		margin-right:10px;
	}
	.gallery__item-caption{
		font-size:22px;
	
	}
	.link-location {
		margin:-50px 0 0 -30px;
	}
	
	
}

