@media all and (max-width: 479px) {	
	/* this one is for below XS (mobile, 480px) */

	.hidden-portrait-xs {
		display: none !important;
	}
	.visible-portrait-xs {
		display: block;
	}
	.mapBackground {	
		background-image: none !important;
	}
	.featurePageContent h2 {
		font-size: 16pt;
		line-height: 18pt;
		margin-top: 0px;
	}	
	.container-fluid {
		padding: 0;
	}
}

@media all and (min-width: 480px) {	
	/* everything above mobile portrait */
	.visible-portrait-xs {
		display: none !important;
	}
	.hidden-portrait-xs {
		display: block;
	}
}


@media all and (min-width: 480px) and (max-width: 767px) {	
	/* this one is for between XS portrait and XS full (mobile, 768px) */
	.featurePageContent h2 {
		font-size: 18pt;
		line-height: 20pt;
		margin-top: 0px;
	}	
	.eventMobileFeature {
		min-height: 318px;    
	}
}

@media all and (max-width: 767px) {	
	/* this one is for both XS portrait and XS full (mobile, 768px) */
	.standardSpacer {
		height: 60px;
	}
	.homeFeatures {
		position: relative;
		display: none;
	}	
	.logoSafeEvent {
		text-align: center;
	}
	.homeFeaturesMobile {
		display: block;
		position: relative;
	}
	.topSectionContainer {	
		background-image: none;
	}	
	.topTextBlockContainer {
		text-align: center;
	}
	.headerLogo img {
		margin-right: auto;
		margin-left: auto;
	}	
	.bachelorPartyFeatureContainer {
		background: none;
	}
	.footerFloatingBlock {
		text-align: center;
	}
	.footerTable {
		margin-left: auto;
		margin-right: auto;
	}
	.textContentBlock h2 {
    	font-size: 20pt;
    	line-height: 21pt;
	}
	.textContentBlock p {
    	font-size: 12pt;
    	line-height: 14pt;
	}	
	.contactUsBlock h5 {
    	font-size: 18pt;
	}
	.homeCopySection h1 {
		font-size: 20pt;
		line-height: 20pt;
		padding-top: 0;
	}
	.homeCopySection2 p {
		font-size: 11pt;
		line-height: 14pt;
		padding-top: 15px;
	}
	.featurePageContent h1 {
		font-size: 24pt;
		line-height: 26pt;
		margin-bottom: 5px;
	}
	.featurePageContent p {
		font-size: 12pt;
		line-height: 15pt;
	}
	.partyPackageContent h3 {
		font-size: 22pt;
		line-height: 22pt;
	}
	.partyPackagesBlock h4 {
		font-size: 12pt;
		line-height: 14pt;
	}

}

@media all and (max-width: 991px) { 
	/* this one is for everything below and including iPad Portrait */


}


@media all and (min-width: 768px) and (max-width: 991px) { 
	/* this one is for MD (tablets, 768px to 992px) === iPad Portrait */
	.socialMediaTop {
		display: inline-block;	
		margin-left: 15px;	
	}
	.hidden-tablet-portrait {
		display: none !important;
	}
	.container {
		width: auto;
	}
	.nav > li > a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.diningMenuNavigation a {		
		margin-left: 5px;
		margin-right: 5px;
		font-size: 12pt;
		line-height: 20pt;
	}


}

@media all and (min-width: 992px) and (max-width: 1199px) { 
	/* this one is for LG (desktops, 992px to 1200px) === iPad Landscape */
	
}

@media all and (min-width: 1200px) { 
	/* this one for everything above LG (large screens, 1200px) */

}

@media all and (min-width: 768px) { 
	/* this one for everything above SM phones (iPad portrait and above) */
	.standardSpacer {
		height: 120px;
	}
	.homeFeatures {
		position: relative;
		display: block;
	}	
	.homeFeaturesMobile {
		display: none;
		position: relative;
	}	
	.navbar {
		background-image: url(../images/backgrounds/navMenuBackground.jpg);
		background-position: center center;
		background-repeat: no-repeat;
	}
}

@media all and (min-width: 992px) { 
	/* this one for everything above MD tablets (iPad landscape and above) */
	.socialMediaTop {
		display: block;
		position: absolute;
		top: 0;
		right: 15px;
	}
	.headerLogo img {
		padding-bottom: 15px;
	}

}

