/* global css */

/* Mobile Phone Size Only - Do this when screen is less then 599px */
@media screen and (max-width:599px) {
	

}

/* Revert Nav Larger away from Mobile - FIX - Larger then 600px */
@media screen and (min-width:600px) {
	 
		
}
/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:767px) {
	 .nav-hide {
	 display:none;
 	}
	.hamburger {
	display:block;
	}
	.main {
		height:400px;	
	}
	.main p{
	font-size:15px;
	}
	
	.home-buttons a:link, .home-buttons a:visited {
	font-size:12px;
	}
	
	.intro-padding {
	padding:50px 10px;
	}
	.intro h1 {
	font-size:30px;
	margin-bottom:10px;
	}
	.intro p {
	font-size:14px;
	}
	.account-types h2 {
		font-size:20px;
	}
	.account-padding {
	padding:30px 10px;
	}
	.home-branding {
		padding:0px 10px;
	}
	.home-search-field {
	font-size:14px;
	width:91%;
	}
	.home-search-submit {
	right:3%;
	}
	.home-fix-buttons {
	padding:0px 10px;
	margin-top:43px;
	}
	.plaque h1{
	font-size:30px;
	}
	.plaque p{
	font-size:14px;
	}
	p.funueral-title {
	font-size:16px;
	}	
	.memorial-design {
	bottom:0;
	right:50%;
	margin-right:-60px;
	width:auto;
	text-align:center;
	}
	.plaque-wrapper {
	padding:10px;
	}
	.memorial-design img{
	max-height:130px;
	max-width:102px;
	}
	.memorial-padding {
	padding:15px 10px;
	}
	.hebrew-calendar-box {
	width:85%;
	}
	.candle  {
	bottom:-80px;
	left:50%;
	margin-left:-158px;
	}
	.search-wrapper {
		display:none;
	}
	.footer-container {
		text-align:center;
	}
	
	
	
}
/* Revert Larger then iPad - FIX - Larger then 767px Do This */
@media screen and (min-width:767px) {
	 .nav-hide-mobile {
	 display:none;
 	}
		
}
/* Height Adjustment - If vertical screen size is less then height of 599px then do this */
@media screen and (max-height:600px) {

}

/* Basic Adjusments to fit under fixed header for large homepage logo */
@media screen and (orientation: portrait) {
  
}
@media screen and (orientation: landscape) {
  
}	





