
@media screen and (max-width: 899px) 
{
	/* Gobal */ 
	body {
		background-image: url("Images/floral-artichoke-mobile.jpg");
		background-position: right bottom;
		background-size: contain;
		font-size: 16px;
	}

	.site-wrapper {
		max-width: 85%;
		margin: 0 auto;
	    background-image: url(Images/top-backg.png);
	    margin-top: 30px;
	    margin-bottom: 50px;
	}

	.desktop-nav 
    {
        display: none;
    }

    .multipage .mobile-nav 
    {
        display: block;
    }

	.site-title, 
	article h2, 
	.countdown h3 {
    	font-size: 20px;
	}

	article h3 {
		font-size: 18px;
	}

	article h4 {
		font-size: 16px;
	}

	/* Header */
	
	.site-name .line1 {
    	font-size: 12px;
	}

	.site-name .line2 {
    	font-size: 18px;
	}

	/* Content */ 
	.multi-horizontal .content.hasimage figure {
	    max-width: none;
	}

	.rsvp-activity-name {
		margin-bottom: 10px;
	}

	.rsvp-activity {
    	width: 100%;
	}

	.rsvp-activity-options {
		width: 100%;
		margin-bottom: 15px;
	}

	/* Menu */ 

	.mobile-nav.nav-v2 nav a {
		font-size: 15px;
	}
	
}

@media screen and (max-width: 599px) 
{
	.site-wrapper {
		width: 95%;
	}
}
