/*Preloader*/

 .loader {
     background: #ffffff;
     bottom: 0;
     height: 100%;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     z-index: 10000;
}
 .loader-inner {
     left: 0;
     position: absolute;
     top: 50%;
     width: 100%;
     text-align: center;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}
 .loading-spinner {
     width: 4.5rem;
     height: 4.5rem;
     animation: spinner-rotate 2s ease-in-out infinite;
     -webkit-animation: spinner-rotate 2s ease-in-out infinite;
     -moz-animation: spinner-rotate 2s ease-in-out infinite;
     -ms-animation: spinner-rotate 2s ease-in-out infinite;
     -o-animation: spinner-rotate 2s ease-in-out infinite;
}
 .spinner {
     animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     stroke-linecap: round;
}
 @keyframes spinner-rotate {
     100% {
         transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
         -moz-transform: trotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
    }
}

@keyframes spinner-color {
    0%, 100% {
        stroke: #80a577;
    }
    20% {
        stroke: #80a577;
    }
    40% {
        stroke: #80a577;
    }
    60% {
        stroke: #80a577;
    }
    80% {
        stroke: #80a577;
    }

    
}
 @keyframes spinner-dash {
     0% {
         stroke-dasharray: 1, 200;
         stroke-dashoffset: 0;
    }
     50% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -35px;
    }
     100% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -125px;
    }
}
/*End preloader*/

/*Site wrapper*/

.wrapper {
    position: relative;
    background-color: #ffffff;
}
/*End site wrapper*/

/* Hero Section*/

.header {
    position: relative;
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    position: absolute;
}
.min-vh-80 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.curved-decoration {
    position: relative;
    z-index: 2;
    top: 5px;
    width: 100%;
}
.curved-decoration svg {
    height: 7vw;
}
.curved-decoration svg {
    position: relative;
    z-index: 2;
    top: 1px;
    width: 100%;
}
.curved-decoration svg:not([class*="bg"]) path {
    fill: #ffffff;
}

.navbar-expand-lg .navbar-logo  {
    width:1rem;
}
.header-navbar {
    padding:0; 
}
.header-navbar .navbar-brand{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #717171;
    position: relative;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.055rem;
}

/* End hero Section*/

/*Date section*/

 .countdown span.label {
     font-size: .85rem;
    font-weight: 400;
    display: block;
    color: #000000;
}
.countdown  span.counter {
     font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}
.countdown-shadow {
    box-shadow: 0.56rem 0.56rem 0 rgba(0, 0, 0, 0.02);
}

/*End date section*/

/*Story section*/

.story {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.story li .story-icon {
    margin-left: -1.5rem;
    margin-right: 1.5rem;
	z-index: 1;
    outline: 10px solid #eff5f0;
}
.story-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
}
.story-icon .icon-svg{
  height: 1rem;
}
.story li {
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: 10%;
}
@media (min-width: 768px) {
	.story li:nth-child(2n) .story-icon {
		margin-right: -1.5rem;
		margin-left: 1.5rem;
	}
	.story li:nth-child(2n) {
		margin-left: 0;
		margin-right: 50%;
		flex-direction: row-reverse;
		text-align: right; 
	}
	.story li {
		width: 50%;
		margin-left: 50%;
	}
}
.story li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #bfbbb8;
    opacity: .5;
    
}
.story li:not(:last-child) {
     position: relative;
     padding-bottom: 4.5rem;
}


/*End story section*/

/*Wedding section*/

.icon-round {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
svg.icon-svg{
    background: none !important;
}
.icon-round > .icon-svg {
    height: 2.5rem;
}

/*End wedding section*/

/*Gallery section*/

.card-gutters {
    margin-right: -8px;
    margin-left: -8px;
}
.card-gutters > .col, .card-gutters > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

/*End gallery section*/

/*Gift section*/

section#gifts:after{
	background-image: url(../assets/svg/pattern.svg);
	background-repeat: repeat;
	position: absolute;
	content: "";
	height: calc(100% + 7vw);
	width: 100%;
	z-index: 2;
	top: -7vw;
}
.icon-logo-svg {
    height: 1.5rem;
    fill: #ffffff;
}

/*End gift section*/

/*RSVP*/

.play-btn-container {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-play {
    border-radius: 50%;
    width: 4.75rem;
    height: 4.75rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-play > .icon-svg{
  height: 1rem;
}

.svg-decoration {
    position: absolute;
}
.svg-decoration.middle-left {
    top: 20%;
    left: -12rem;
}
.svg-decoration.bottom-right {
    top: 30%;
    right: -11rem;
}


/*End RSVP*/

/* Footer*/

ul.instafeed-list  {
    margin:0 -4px;
    margin-top: -5px;
}
ul.instafeed-list li {
   display: inline-block;
  padding: 5px;
}
ul.instafeed-list li a{
  display: block;
  position: relative;
  overflow: hidden;
}

/* End footer*/


/*Miscellaneous*/

::-moz-selection {
    background: #e25d5d;
    color: #ffffff;
}
 .gradient-overlay:before {
    background-color: rgba(23,23,38,.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
}
.gradient-overlay-main-header:before {
    background-color: rgba(23,23,38,.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
}
a,::before
{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.shadow-lg {
  box-shadow: 0 0 40px rgba(38, 38, 38, 0.1) !important
}
.font-size-11-5 {
    font-size: .71875rem;
}
.font-size-12 {
    font-size: .75rem;
}
.font-size-13 {
    font-size:.8125rem;
}
.font-size-14 {
    font-size: .875rem;
}
.font-size-15 {
    font-size: .9375rem;
}
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.btn-wide {
    min-width: 10rem;
}
.btn-wide-sm {
    min-width: 5.5rem;
}
.hover-effect {
    position: relative;
    display: block;
    overflow: hidden;
}
.hover-effect-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-effect-icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hover-effect:hover .hover-effect-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hover-effect-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #e25d5d;
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.75rem;
    border-radius: 50%;
    opacity: 0;
    transition: 0.4s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}
.hover-effect-icon.has-svg{
  background-color: transparent;
}
.hover-effect-icon.hover-effect-icon-small{
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.6rem;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
    color: #000000;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
    color: #df6e6e;
}
.z-index-2{
  z-index: 2;
}
.z-index-3{
  z-index: 3;
}
.scroll-to-top:not(.active) {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    pointer-events: none;
}
.scroll-to-top.active:hover {
     transform: translate3d(0, -5px, 0);
     -webkit-transform: translate3d(0, -5px, 0);
     -moz-transform: translate3d(0, -5px, 0);
}
.scroll-to-top {
    position: fixed;
    width: 2.65rem;
    height: 2.65rem;
    text-align: center;
    right: 1rem;
    bottom: 1rem;
    z-index: 100;
}
.bg-icon-primary {
    background: rgba(122,145,124,0.05) !important;
}
.bg-icon-white {
    background: rgba(255, 255, 255, 0.1) !important;
}
.bg-primary-svg {
  fill: #e25d5d;
}
.bg-secondary-svg {
  fill: #fff9f5;
}
.bg-white-svg{
  fill: #ffffff;
}
.form-group label.custom-control-label {
    color: #7c7e7f;
	width:100%;
}
.opacity-8{
  opacity: 0.8;
}
.hover-arrow:hover span {
    transform: translate3d(5px, 0, 0);
}
.hover-arrow span {
    display: inline-block;
    margin-left: .375rem;
    transition: transform 0.2s ease;
    font-size: 11px;
}
.upper-letter-space{
  letter-spacing: 0.055rem;
}
.font-secondary{
  font-family: 'Playfair Display', serif;
}
.card.bg-primary{
  border-color: #e25d5d;
}
.o-hidden{
  overflow: hidden;
}
.form-group label {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #222222;
}
svg {
    vertical-align: middle;
}
.badge-overlap{
  position: relative;
  top: -16px;
}
section,
.section {
    position: relative;
    width: 100%;
    z-index: 4;
}
.spacer-lg {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.spacer-xlg {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
section.hero {
    padding-top: 8rem;
    padding-bottom:8rem;
}
div[class*="col-"].spacer-one-bottom-lg, .spacer-one-bottom-lg{
    padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-top-lg, .spacer-one-top-lg{
    padding-top: 6rem;
}
div[class*="col-"].spacer-double-lg, .spacer-double-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-bottom-md, .spacer-one-bottom-md{
    padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-top-md, .spacer-one-top-md{
    padding-top: 5rem;
}
div[class*="col-"].spacer-double-md, .spacer-double-md {
    padding-top: 5rem;
    padding-bottom:5rem;
}
div[class*="col-"].spacer-one-bottom-sm, .spacer-one-bottom-sm{
    padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-top-sm, .spacer-one-top-sm{
    padding-top: 4rem;
}
div[class*="col-"].spacer-double-sm, .spacer-double-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-bottom-xs, .spacer-one-bottom-xs{
    padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-top-xs, .spacer-one-top-xs{
    padding-top: 2rem;
}
div[class*="col-"].spacer-double-xs, .spacer-double-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-bottom-xxs, .spacer-one-bottom-xxs{
    padding-bottom: 1.5rem;
}
div[class*="col-"].spacer-one-top-xxs, .spacer-one-top-xxs{
    padding-top: 1.5rem;
}
div[class*="col-"].spacer-double-xxs, .spacer-double-xxs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
/*End Miscellaneous*/

.header .logo-light, .header .logo-dark {
    height: 30px;
}
.header .logo-light {
    display: none;
}

ul.instafeed-list li{
  width: 78.67px;
}

.signature svg {
    width: 11em;
}
.svg-decoration.bottom-right{
  width: 17rem;
  display: none;
}
.svg-decoration.middle-left {
    width: 22rem;
    display: none;
}
.display-4 {
    font-size: 3.2rem;
}
.display-state{
  display: none !important;
}
/*Mediaqueries*/

.btn-navbar-toggler{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px 13px;
    color: #333342;
    font-size: 1rem;

}
@media (max-width: 991px) {

}
@media (min-width: 992px) {
	.display-4 {
		font-size: 3.5rem;
	}

	.min-vh-80 {
		min-height: 100vh;
	}
	.custheader .bg-image {
		object-position: 0% 100%;
	}
	.icon-logo-svg {
		height: 2.1rem;
		fill: #ffffff;
	}
	.svg-decoration.bottom-right, .svg-decoration.middle-left{
	  display: block;
	}
	.display-state{
	  display: flex !important;
	}

	ul.instafeed-list li {
		width: 87.67px;
	}
	.svg-decoration.middle-left {
		top: 20%;
		left: -12rem;
		width: 28rem
	}
	.svg-decoration.bottom-right {
		top: 24%;
		right: -4rem;
		width: 20rem;
	}

	.signature svg {
		width: 12em;
	}
	.header {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1040;
		background-color: transparent;
	}
	.header .logo-light {
		display: block;
	}

	.header .navbar-expand-lg .navbar-nav .nav-link{
	  color: #ffffff;
	}

	.header .logo-dark {
		display: none
	}
	.header.switched-header .logo-dark{
		display: block;
	}
	.header.switched-header .logo-light {
		display: none;
	}

	.header.switched-header .navbar-expand-lg .navbar-nav .nav-link{
	  color: #7c7e7f;
	}
	.navbar-expand-lg {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	  }
	.navbar-expand-lg .header-navbar-nav {
		-ms-flex-align: center;
			align-items: center;
		padding-top: 0;
		padding-bottom: 0;
		margin-left: 0;
	}
	.navbar-expand-lg .header-navbar-nav .nav-link {
		padding-top: 1.375rem;
		padding-bottom: 1.375rem;
		padding-right: 0.75rem;
		padding-left:0.75rem;
	} 
}
	.header.switched-header {
		background-color: #ffffff;
		-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		 box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
@media (max-width: 767.98px) {
}
@media(min-width:768px){
	#travel .container {
		max-width: 90%;
	}
}
@media (max-width: 575px) {
  .display-2{font-size: 4.5rem;}
  .display-3{
    font-size: 3.5rem;
  }
.display-4{
    font-size: 2.5rem;
}

h1, .h1{
    font-size: 2rem;
}

h2, .h2{
    font-size: 1.875rem
}
h5, .h5 {
    font-size: 1rem;
}
}
@media (min-width: 1200px) {
}
/*End mediaqueries*/

.custheader:before {
    background: linear-gradient(68deg, rgba(255,255,255,0) 0%, rgba(21,51,26,0.2) 50%, rgba(36,49,38,0.80) 100%);
}
@media (max-width: 991px) {
	.custheader .row {
		padding-top: 1rem;
		padding-bottom: 16rem;		
	}
	.header {
		background-color: #ffffff;
		-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.custheader {
		margin-top: 73px;
	}
}
@media (max-width: 475px) {
	.custheader:before {
		background: linear-gradient(0deg, rgba(21,51,26,0) 0%, rgba(21,51,26,0.2) 50%, rgba(36,49,38,0.70) 100%)
	}
	.custheader .row {
		text-align: center!important;
	}
	.custheader h1 {
		font-size: 3.1rem;	
	}
	.custheader .btn {
		display:none;
	}
	.bg-image {
		object-position: 0% 50%;
	}
	#date .spacer-double-lg {
		padding-top: 2rem;
	}
}
.btn-primary {
    color: #ffffff;
    background-color: #80a577;
    border-color: #80a577;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #62855a;
    border-color: #62855a;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #62855a;
    border-color: #62855a;
}
.bg-secondary {
	background-color: #eff5f0;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #eff5f0;
}
.bg-secondary-svg {
	fill: #eff5f0;
}
 {
    background: rgb(72 85 74 / 10%) !important;
}
.story-icon.bg-icon-primary {
	background: rgb(222 229 224) !important
}
.text-primary {
    color: #609767!important;
}
.card.bg-primary {
    border-color: #7a917c;
}
.bg-primary {
    background-color: #7a917c!important;
}
.bg-primary-svg {
    fill: #7a917c;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #7a917c;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #7a917c;
}
.form-control:focus {
    color: #222;
    background-color: #fff;
    border-color: rgba(122,145,124,.5);
}
.badge {
    background-color: #7a917c;
}
a {
    color: #1b9330;
}
a:hover, a:not(:disabled):not(.disabled):active, a:not(:disabled):not(.disabled).active {
    color: #32811f;
}
.text-script {
	font-family: 'Moon Dance', cursive;
}
@media (max-width: 500px) {
	.countdown .col {
		padding-right:0px !important;
	}
	.countdown .col:last-of-type {
		padding-right:15px !important;
	}
	.countdown .col .p-3 {
		padding: 0.5rem !important;
	}
}
.story li {
	align-items:normal;
}
@media (max-width: 767px) {
	.countdown .col {
		padding-right:0px !important;
	}
	.countdown .col:last-of-type {
		padding-right:15px !important;
	}
	.countdown .col .p-3 {
		padding: 0.5rem !important;
	}
	#stay .container:first-of-type {
		padding-bottom: 2rem;
	}
}
.navbar-toggler {
	outline-color: #696969;
    color: #696969;
}
.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:focus-visible, .navbar-toggler:hover,  {
	outline-color: #696969;
}

.scrollprompt {
 	.scroll-btn {
		display: block;

		> * {
			display: inline-block;
			line-height: 18px;
			font-size: 13px;
			font-weight: normal;
			color: #7f8c8d;
			color: #ffffff;
			letter-spacing: 2px;
		}

		.mouse {
			position: relative;
			display: block;
			width: 35px;
			height: 55px;
			margin: 1rem auto 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border: 2px solid #676767;
			border-radius: 23px;

			> * {
				position: absolute;
				display: block;
				top: 29%;
				left: 49%;
				width: 8px;
				height: 8px;
				margin: -4px 0 0 -4px;
				background: #676767;
				border-radius: 50%;
				-webkit-animation: ani-mouse 2.5s linear infinite;
				-moz-animation: ani-mouse 2.5s linear infinite;
				animation: ani-mouse 2.5s linear infinite;
			}
		}
	}
}
.mobilebanner .scrollprompt .mouse {
	border-radius: 10px;
	margin: 35px auto 10px;
}
.mobilebanner .scrollprompt .mouse span {
	-webkit-animation: ani-mouse-touchscreen 2.5s linear infinite;
	-moz-animation: ani-mouse-touchscreen 2.5s linear infinite;
	animation: ani-mouse-touchscreen 2.5s linear infinite;
}

	.scrollprompt.scrollpromptunderrsvp {
		display: inline-block!important;
		margin-right: -10px;
		.scroll-btn {
			> * {
				color: #ffffff;
			}

			.mouse {
				border: 2px solid #ffffff;
				> * {
					background: #ffffff;
				}
			}
		}
	}
@media (min-width: 476px) {
	.mobilebanner {
		display:none!important
	}
}
@media (max-width: 475px) {
	.scrollprompt.scrollpromptunderrsvp {
		display:none!important;
	}
}

@keyframes ani-mouse {

    0% {
        opacity: 1;
        top: 29%;
    }  
    
    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse-touchscreen {

    0% {
        opacity: 1;
        top: 65%;
    }  
    
    15% {
        opacity: 1;
        top: 35%;
    }

    50% {
        opacity: 0;
        top: 35%;
    }

    100% {
        opacity: 0;
        top: 65%;
    }
}
#party .container {
	max-width: 90%;
}
#qa .container {
}
#qa {
	background-color: #6b6b74;
}
#qa .container .row .mb-4 {
	margin-bottom: 1.5rem!important;
}
#qa .container .row .mb-4 .card {
	color:#d8e1da;
	background-color: #7a917c;
	border-color: #636963;
}
#qa .container .row .mb-4 .card h5 {
	color: #ffffff;
}
.bg-qas-svg {
	fill: #6b6b74;
}
@media (max-width: 991px) {
	.btn-lg {
		padding: 0.875rem 2rem;
		font-size: 1.1rem;
	}
	#bigday .custmargintop  {
		padding-top: 1rem!important;
		margin-top: 1rem!important;
	}
}
@media (max-width: 991px) {
	.btn-lg {
		padding: 0.875rem 2rem;
		font-size: 1.1rem;
	}
}
.choochoo {
	margin-right:0;
	margin-left:0;
}
.choochoo h3 {
	color: #80a577
}
.dialog-content {
	display:none;
	width:100%;
	max-width:500px;
}
.dialog-content ul {
	padding-left: 20px;
}
button img {
	height:25px;
}
.logo-large {
	width:100%;
	height:100%;
}
.ajax-error {
	color: #b13737;
}
.mobilebanner {
	margin: 0!important;
    align-items: center;
	position:relative
}
.mobilebanner a.scroll {
    margin-bottom: 1rem;
    margin-top: 2.8rem;
	border: 2px solid #676767;
	background-color: #ffffff;
}
.mobilebanner .upper-letter-space, .scrollpromptunderrsvp .upper-letter-space {
	line-height: 1.3rem;
}
.mobilebanner .or-center p {
    margin-top: 1rem;
    color: #8b8b8b;
    padding: 12px;
    border-radius: 40px;
	z-index: 1;
    position: relative;
	outline: 4px solid white;
}

.mobilebanner .or-center:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 70%;
    background: #bfbbb8;
    opacity: .5;
	top: 15%;
    left: 50%;
}
.svgtick {
	top:-1px;
	position: relative;
	margin-left: 5px;
	height:20px;
}
#stats tbody tr td strong {
    background-color: #72a37c;
    display: inline-block;
    width: 28px;
    text-align: center;
    border-radius: 28px;
    height: 28px;
    color: white;	
}