
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/body-background.png) no-repeat center center fixed #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body#gluten-free {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/gluten-free-body-bg.jpg) no-repeat center center fixed #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body#salute {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/salute-body-bg.jpg) no-repeat center center fixed #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#container ul.small-text li {
font-size: .8em;
}

a.back-button {
	display:inline-block;
	padding:.6em;
	margin-left:auto;margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	border-radius:4px;
	background:red;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.oneColElsCtr #container {
	width:100%;
	max-width: 60em;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 1%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	text-decoration:none;
	border:none;
}

h1 { font-size: 1.1em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

a:hover {
	opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}

#logo-wrapper {
	margin-left:0;margin-right:0;
	text-align:center;
	margin-top:1.2em;
	width:100%;
	max-width:60em;
	margin-bottom:3em;
}
#logo-wrapper h3 {
	display:inline-block;
	padding:.8em;
	background:#fff;
	border-radius:6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
#main-logo {
	margin-left:auto;margin-right:0;
	width:100%;
	margin-bottom:1.3em;
}

#main-logo img {
		max-width:329px;
	max-height:300px;
}
.social-icons {
	paddingg:1.5%;
	margin:3%;
}
.social-icons img {
	width: 48px;
	height:48px;
}
.logo-ind, .logo-ind_sm {
	background:#fff;
	width:28%;
	display:inline-block;
	padding:.8em;
		border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
    border: solid 1px #962742;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	margin:1%;
	vertical-align:top;
}


.logo-ind img, .logo-ind_sm img,
.logo-ind-right img, .logo-ind-right_sm img {
	width: inherit;
	min-width:100%;
	max-width:269px;
}


.logo-ind a img, .logo-ind_sm a img,
.logo-ind-right a img, .logo-ind-right_sm a img {
	width: inherit;
	min-width:100%;
	max-width:269px;
}



#footer-wrapper {
	width:100%;
	height:28px;
	position:fixed;
	bottom:0;
	z-index:8001;
	background:#fff;
	padding:.5em;
	padding-top:0em;
	padding-bottom:.8em;
	text-align:center;
}

#footer-wrapper p,
#footer-wrapper p a{
color:#000;
font-size: .8em;
}



@media screen and (max-width: 800px) {
	
#logo-wrapper {
	margin-left:0;margin-right:0;
	text-align:center;
	margin-top:2.5em;
	width:80%;
	margin-left:10%;
	margin-right:10%;
}


#main-logo img {
		max-width:259px;
	max-height:236px;
}



.logo-ind, .logo-ind_sm {
	width:92%;
	float:none;
	text-align:center;
	margin-left:0;margin-right:0;
	clear:both;
}

.logo-ind-right, .logo-ind-right_sm {
	width:92%;
	padding:1em;
	float:none;
	text-align:center;
	margin-left:0;margin-right:0;
	clear:both;
	margin-top:1em;
	}

}


@media screen and (max-width: 600px) {
	
h1 {font-size:1em;
	}
	
#logo-wrapper {
	margin-left:0;margin-right:0;
	text-align:center;
	margin-top:2.5em;
	width:100%;
}
.logo-ind {
	width:92%;
	padding:1%;
	float:none;
	text-align:center;
	margin-left:3%;margin-right:3%;
	clear:both;
}
	
.logo-ind_sm {
	width:40%;
	padding:1%;
	float:none;
	text-align:center;
	margin-left:3%;margin-right:3%;
	clear:both;
}

.logo-ind-right {
	width:92%;
	padding:1%;
	float:none;
	text-align:center;
	margin-left:3%;margin-right:3%;
	clear:both;
	margin-top:1em;
	}
	
	#main-logo img {
	max-width:145px;
	max-height:132px;
}

}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	body {
	}
	
	.oneColElsCtr #container {
	width:100%;
	max-width: 100%;
}
	
#logo-wrapper h1 {font-size:1.3em;
margin-top:-.5em;
	}
	
#logo-wrapper {
	margin-left:0;margin-right:0;
	text-align:center;
	margin-top:2.5em;
	width:100%;
	max-width:100%;
	padding-bottom:1.5em;
}


.logo-ind {
	width:92%;
	padding:1%;
	float:none;
	text-align:center;
	margin-left:3%;margin-right:3%;
	clear:both;
}

.logo-ind-right {
	width:92%;
	padding:1%;
	float:none;
	text-align:center;
	margin-left:3%;margin-right:3%;
	clear:both;
	margin-top:1em;
	}
	
	#footer-wrapper {
	display:none;
}

}
