@import "normalize.css";
@import url("https://fonts.googleapis.com/css?family=Lusitana:400,700|Pinyon+Script|Lateef&display=swap");

.banner {
	background-color: #004455;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/banner-separator.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.banner-square {
	width: 400px;
	height: 400px;
	background-color: #fff;
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}

.banner-square__bg {
	position: absolute;
	background-image: url("../images/rhombus-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 750px;
	height: 750px;
}

.banner-square__text {
	transform: rotate(-45deg);
	font-family: "Pinyon Script", cursive;
	text-align: center;
}

.font-big {
	font-size: 120px;
}

h1.banner-title {
	font-size: 60px;
	font-weight: normal;
	margin-bottom: 0;
}
p.banner-subtitle {
	font-family: "Lusitana", serif;
	letter-spacing: 2px;
	color: #666666;
}

.banner-square__text .font-big {
	line-height: 0.8;
}

.opening-salam {
	/*width: 960px;*/
	margin: auto;
}

.opening-salam__text {
	font-family: "Lateef", cursive;
	font-size: 32px;
	font-weight: normal;
}

.bride {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 80px;
	justify-content: center;
	/* background-image: url("../images/woman-bg.png");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 700px;
	min-height: 100vh; */
}
.vertical-separator img {
	width: 80px;
}
.bride-man,
.bride-woman {
	padding: 0 50px;
}
.time {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 30px;
}
.time::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 120px;
	background-image:  url(../images/horizontal-separator.png);
	background-size: contain;
	/*background-repeat: no-repeat;*/
	opacity: 0.4;
	background-position: center top;
}
.reminder{
	margin:20px auto;
}
.font-large {
	font-size: 50px;
}

.font-medium {
	font-size: 30px;
}

.font-small {
	font-size: 16px;
}

.text-bold {
	font-weight: 700 !important;
}
.font-weight{
    font-weight: 500;
  }
.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.font-lutsiana {
	font-family: "Lutsiana", serif;
	font-weight: 400;
	letter-spacing: 2px;
}
.time-text h3.font-lutsiana{
	font-size: 1.3rem;
    font-weight: 900;
    font-style: italic;
}

.font-pinyon {
	font-family: "Pinyon Script", cursive;
	font-weight: normal;
}

.color-gold {
	color: #aa8800;
}

.color-grey {
	color: #666666;
}

.separator {
	margin: 50px auto;
	display: block;
	width: 200px;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-4 {
	margin-bottom: 4px;
}
.mb-6 {
	margin-bottom: 6px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-0 {
	margin-top: 0 !important;
} 