@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
h1 {
	font-weight: bold;
}

.nav-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	padding: 1.25rem 1rem 6rem 1rem;
	background: rgb(2,0,36);
	background: -moz-linear-gradient(180deg, rgba(2,0,36,0.6026785714285714) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(2,0,36,0.6026785714285714) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(2,0,36,0.6026785714285714) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
}
.navbar-brand {
	padding: .25rem .75rem;
}
.navbar-dark {
	color: white;
}
.navbar-dark .navbar-toggler {
	border: none;
	color: white;
}
.navbar-dark .navbar-nav .nav-link {
	color: white;
}
@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}


.section {
	padding: 30px 0;
}
	.section:nth-of-type(odd) {
		background-color: #dcd4cc;
	}


.section-headline {
	font-size: 2rem;
	color: #dcd4cc;
}
	.section:nth-of-type(odd)
	.section-headline {
		color: white;
	}
	@media (min-width: 768px) {
		.section-headline {
			font-size: 3rem;
		}
	}
	@media (min-width: 1200px) {
		.section-headline {
			font-size: 4rem;
		}
	}



.section-fullscreen {
	background: lightgray no-repeat center;
	background-size: cover;
	height: 100vh;
	position: relative;
}
	.section-fullscreen.section-head {
		background-image: url(../assets/section-head2.jpg);
		background-position: 50% 0;
		text-align: center;
		vertical-align: middle;
	}
	.wedding-date,
	.save-the-date {
	    text-shadow: 0px 0px 3px #000;
	}

.section-content-dark {
	color: white;
}

.section-content-centered {
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.map {
	height: 70vh;
}


@media (min-width: 768px) {
	.wedding-date {
		font-size: 3rem;
	}
	.save-the-date {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.wedding-date {
		font-size: 6rem;
	}
	.save-the-date {
		font-size: 3rem;
	}
}


.timeline {

}
	.timeline-left {SAVE THE DATE
		border-right: 4px solid white;
	}
	.timeline-right {
		border-left: 4px solid white;
	}

	.timeline-entry {
		position: relative;
	}
	.timeline-entry:before {
		content: '';
		display: block;
		width: 36px;
		height: 36px;
		border-radius: 25px;
		background-color: white;
		position: absolute;
	}

	.timeline-left
	.timeline-entry {
		padding-right: 1.5rem;
		text-align: right;
	}
		.timeline-left
		.timeline-entry:before {
			right: -37px;
			top: -5px;
		}

	.timeline-right
	.timeline-entry {
		padding-left: 1.5rem;
		text-align: left;
	}
		.timeline-right
		.timeline-entry:before {
			left: -37px;
			top: -5px;
		}

.credits {
	font-size: .7rem;
	color: gray;
}

address {
	display: block;
	border-left: 8px solid white;
	padding-left: 15px;
}
