@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: ThePhiladelphiaStory;
  src: url("../fonts/The Philadelphia Story.ttf");
}

/* Colour Pallet */
.WarmSage {
	color: #7D8D74;
}
.Olive {
	color: #4A563E;
}
.DarkOlive {
	color: #2F3528;
}
.SoftGray {
	color: #D1CAC0;
}
.Cream {
	color: #F5F2E3;
}
.WarmTaupe {
	color: #B2A597;
}
.DustyRose {
	color: #A3817D;
}

/* -------- */


/* SHOWER Colour Pallet */
.ShowerBlue {
	color: #89bacb;
}

.WarmWhite {
	color: #f8f5f2;
}

.CharcoalGray  {
	color: #2d2d2d;
}

.WarmTaupe {
	color: #b9a079;
}

/* -------- */

h1 {
	font-size: 60px;
	font-family: ThePhiladelphiaStory;
	color: #7D8D74;
	line-height: 1.8;
}

h4 {
	font-style: italic;
	line-height: 1;
	
}
h2 {
	font-size: 55px;
}
h6 {
	font-size: 30px;
	font-family: ThePhiladelphiaStory;
	color: #7D8D74;
	line-height: 1.8;
}

/* Solid border */
hr.solid {
  border-top: 2px solid #7D8D74;
}

body {
	color: #4A563E;
	font-family: "Times New Roman", "serif";
	line-height: 1.8;
	font-size: 16.5px;
}

.jumbo {
	background-image: url("../images/jumbo.jpg"); 
	background-position: 50% 80%;
	background-size: cover;
	height: 600px;
}
/* MED Breakpoint 
@media only screen and (max-width:850px) {
	.jumbo {
		height: 400px;
	}
}

@media only screen and (max-width:590px) {
	.jumbo {
		height: 200px;
	}
}
*/

@media only screen and (max-width:768px) /* MED Breakpoint */ {
	.jumbo {
		height: 450px;
		background-image: url("../images/jumbo_MD.jpg");
		background-position: 50% 50%;
		background-size: cover;
	}
}
@media only screen and (max-width:992px) /* LEG Breakpoint */ {
	.jumbo {
		height: 450px;
		
	}
}


.textSize22 {
	font-size: 22px;
}

.accordion-button {
	background-color: #fff !important; 
}
.accordion-button {
	color: #7D8D74 !important;

	font-size: 20px;
}
.accordion-body {
	text-align: left;
}
.transportationBG {
	background-image: url( "../images/engagement_photos/alannah+brad-eng-132.jpg"); 
	background-position: 50% 80%;
	background-size: cover;
}

.footerBG {
	background-image: url( "../images/engagement_photos/alannah+brad-eng-163.jpg"); 
	background-position: 50% 70%;
	background-size: cover;
	margin-top: 50px;
	padding: 40px;
	min-height: 300px;
	align-content: center;
	color: #4A563E;
	
}
.detailsCard {
	background-color: #4A563E;
	color: #F5F2E3;
	margin-bottom: 20px;
}
.buttonDarkGreen {
	background-color: #2F3528;
	color: #F5F2E3;
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
	align-content: center;
	justify-content: center;
	text-decoration: none;
}
.buttonDarkGreen:hover {
	background-color: #7D8D74;
}
.buttonOlive {
	background-color: #4A563E;
	color: #F5F2E3;
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
	align-content: center;
	justify-content: center;
	text-decoration: none;
}
.buttonOlive:hover {
	background-color: #2F3528;
}
.homeLinks:hover {
	text-decoration: underline;
}

/* hamburger menu */
.navHamburgerActive {
	font-weight: bolder;
	text-decoration: underline;
}
.navHamburger {
	padding: 5px 0px;
}
.mobileAB {
	align-content: center;
	text-align: center;
}







/* SHOWER Styles background-image: url("../images/ShowerBackground.svg"); */
.showerBG {
	background-color: #fff;
	color: #2d2d2d;
	font-family: "Times New Roman", "serif";
	line-height: 1.8;
	font-size: 16px;
}
.showerBGSection {
	
	
}

.iconBottom {
	margin-bottom: 15px;
}

.sectionBottom {
	margin-bottom: 40px;
}

.iconColourBlue {
  fill: #89bacb;
}
.AlannahT {
	font-size: 35px;
	font-family: ThePhiladelphiaStory;
	line-height: 1.8;
	padding-top: 15px;
}
.ShowerButton {
	background-color: #89bacb; 
  	border: none;
  	color: white;
	width: 150px;
	height: 100px;
  	text-align: center;
  	font-size: 16px;
	border-radius: 8px;
	padding: 14px 25px;
	text-decoration: none;
	
}
.showerLink {
	color: #89bacb;
}








body{}
.timeline {
    border-left: 3px solid #4A563E;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 70%;
}

@media (max-width: 768px) {
    .timeline {
        max-width: 100%;
        padding: 25px;
    }
}



.timeline h2,
.timeline h3 {
    
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #D1CAC0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 768px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 768px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #4A563E;
    box-shadow: 0 0 0 3px #4A563E;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 768px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #4A563E;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.event {
	
}

