@charset "UTF-8";
/* CSS Document */
/*This is Eric Meyers' reset and I am Sean Rawles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, br {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	height:100%;
	margin: 0 auto;
}
html {
	font-family: 'futura-pt', sans-serif;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, a {
	border:none;
	text-decoration:none;
}
.clearfix {
    *zoom: 1
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
}
.clearfix:after {
    clear: both
}
/*end resets*/
/*containers*/
#wrapper {
	min-height:100%;
	position:relative;
	width:100%;
}
header {
	height:100px;
	background-color:rgba(255,255,255,0.7);
	margin:auto;
	width:100%;
	z-index:100;
	position:relative;
}
#headercontent {
	width:90%;
	margin:auto;
	padding: 20px 0 20px 0;
	vertical-align:middle;
}
footer {
	width: 100%;
	height: 120px;
	background-color: rgba(0,0,0,0.6);
	background: url(images/tile_squarebg.jpg) scroll repeat;
	position: absolute;
	bottom: 1px;
	left: 0;
}
#container {
	width:100%;
	margin:auto;
	position:relative;
	padding-bottom:120px;
}
.content {
	margin:auto;
	width:90%;
}
.contentorder {
	margin:auto;
	max-width:80%;
	position:relative;
}
.donation {
	width:100%;
	margin:auto;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:solid 2px #999;
	padding:20px;
	position:relative;
	transition: all 0.3s ease 0s;
}
.donation:hover {
	background-color:rgba(0,0,0,0.1)
}
/*DOCTOR STUFF*/
.slide-out-div {
          padding: 20px;
          width: 480px;
          background-color: rgba(0,0,0,0.8);
}
.slide-out-div h3 {
	color:#ffffff;
}
.slide-out-div p {
	color:#ffffff;
}
.drform {
	font-size:16px; 
	padding:12px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 10px 0;
	border: none;
	box-shadow:none;
	background-color:rgba(255,255,255,0.8);
}
.submit {
	background-color:rgba(255,255,255,1.0);
	font-size:16px;
	color: #333333; 
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 10px 0;
	border: none;
	box-shadow:none;
	transition: all 0.3s ease 0s;
}
.submit:hover {
	background-color:rgba(126,18,20,1.0);
	color: #ffffff;
}
/*DOCTOR STUFF*/
.donateleft {
	float:left;
	clear:both;
	width:35%;
	max-width:400px;
	border-right:solid 1px #666;
	margin:0 20px 0 0;
	padding:0 20px 0 0;
}
.donateleft img {
	float:left;
	clear:both;
	margin-right:20px;
}
.donateright {
	float:left;
	width:58%;
	font-size:18px !important;
	font-family: 'futura-pt',sans-serif;
	color:#999;
	line-height:1.5em;
}
.donate {
	padding:5px;
	background-color:#bd4505;
	margin:10px auto;
	text-shadow:none !important;
	border:none !important;
	box-shadow:none !important;
	font-family:'futura-pt', sans-serif;
	font-size:25px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:180px;
}

.logo {
	height:50px !important;
	width:auto !important;
}
.seperator {
	width:100%;
	min-height:75px;
}
.spacer{
	height:40px;
}
.section1 {
	margin-top: -100px;
	top: 0px;
	background: url(images/bruno_kitchen_top_index_right.jpg) scroll center top no-repeat;
	height: 1280px;
	position: relative;
}
.section2 {
	background: url(images/smart_phone_header.jpg)scroll center top no-repeat;
	background-repeat:no-repeat;
	height:400px;
	position:relative;
}
.section3 {
	background-image: url(images/tile_squarebg.jpg);
	background-repeat:repeat;
	height: 150px;
	position: relative;
}
.ordersection {
	margin-top: -150px;
	top: 0px;
	background:url(http://brunosmartcan.com/images/three_cans.jpg) scroll center top no-repeat;
	background-repeat:no-repeat;
	height:450px;
	position:relative;
}
.apps {
	width:100% !important;
	margin: 0 auto;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
	position:relative;
}
.apps div {
	width:64px;
	margin-left: auto;
    margin-right: auto;
	display:inline;
}
.apps div img {
	width:64px;
	height:auto;
	padding:15px;
}
.features {
	width:90%;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.subhead {
	width:50%;
	margin: 0 auto;
	text-align:center;
	vertical-align:top;
	position:relative;
	display:inline-block;
	left:0;
	float:left;
}
.subfeature {
	max-width:380px;
	padding:5px;
	display:inline-block;
	position:relative;
	left:0;
	vertical-align:top;
}
.biography {
	width:250px;
	margin: 0 auto;
	text-align:center;
	vertical-align:top;
	position:relative;
	display:inline-block;
	left:0;
	float:left;
}
.socials {
	margin:auto;
	padding:20px;
}
.socials img {
	display:inline-block;
	margin:auto;
	padding:0 15px;
}
.profiles {
	display:inline-block;
	padding:0 20px 200px 0; 
}
.button {
	padding:10px;
	background-color:rgba(159,26,31,0.8);
	text-decoration:none;
	font-weight:700;
	text-align:center;
	color: #FFFFFF !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	max-width:280px !important;
	transition: all 0.3s ease 0s;
}
.button a {
	text-decoration:none;
	color:#ffffff !important;
}
.button:hover {
	background-color:rgba(159,26,31,1.0);
}
.smallbutton {
	padding:7px;
	margin:20px 0;
	background-color:rgba(159,26,31,0.8);
	font-family:'futura-pt', sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight:700;
	color:#ffffff;
	font-size:16px !important;
	transition: all 0.3s ease 0s;
	width:90px;
}
.smallbutton a {
	text-decoration:none;
	color:#ffffff !important;
}
.smallbutton:hover {
	background-color:rgba(159,26,31,1.0);
}
.smalltext {
	font-size:16px !important;
}
.price {
	font-size:48px;
	color:#ffffff;
	text-shadow: 0px 0px 5px #999999;
	-webkit-text-shadow: 0px 0px 5px #999999;
	-moz-text-shadow: 0px 0px 5px #999999;
}
.float {
	float:right;
	right:0px !important;
	max-width:530px !important;
}
.floatsharing {
	float:right;
	right:0px !important;
	max-width:530px !important;
}
.kickstarter {
		width: 350px !important;
		height:auto !important;
		padding: 15px 0 !important;
		transition: all 0.3s ease 0s;
}
.kickstarter:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	-o-opacity:0.7;
}
.kickstartertext {
	padding:20px;
	border:#FFFFFF 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.video {
}
.video img {
	-o-box-shadow: 0px 0px 5px 5px #999999;
	-moz-box-shadow: 0px 0px 5px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px 5px #999999;
	box-shadow: 0px 0px 5px 5px #999999;
}
.videocontainer {
	width:700px;
	height:394px;
}
iframe {
	-o-box-shadow: 0px 0px 5px 5px #999999;
	-moz-box-shadow: 0px 0px 5px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px 5px #999999;
	box-shadow: 0px 0px 5px 5px #999999;
}
/*navigation*/
nav {
	float:right;
	padding:10px 0 10px 0 !important;
}
nav ul {
	list-style:none;
}
nav ul li {
	font-size:14px;
	font-weight:700;
	color:#999999;
	letter-spacing:2px;
	text-transform:capitalize;
	display:inline-block !important;
	padding:10px !important;
	transition: all 0.3s ease 0s;
}
nav ul a {
	color:#999999;
	text-decoration:none !important;
}
nav ul li a {
	scroll-behavior:smooth;
}
nav ul a:hover {
	color:#666666;
}
#menu-icon {
	display: hidden;
	width:75px;
	height:60px;
	background-image:url(http://brunosmartcan.com/images/menu_bars.png);
	background-repeat:no-repeat;
}
.order {
	padding:10px;
	background-color:rgba(0,0,0,0.5);
	color:#ffffff !important;
	border-radius:5px !important;
	transition: all 0.3s ease 0s;
}
.order:hover{
	background-color:rgba(0,0,0,0.8);
}
.cover {
	background-repeat: no-repeat;
	background-position: center center fixed;
	background-image:url(images/bruno_kitchen_bg_sharing.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*SHARING CSS*/
#actions {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
}
#actions li {
    float: left;
    width:46%;
    padding: 10px;
    text-align: center;
}
button {
    font-family: 'futura-pt', sans-serif;
    font-weight: bold;
    background: #87C442;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#9FD04F),color-stop(100%,#87C442));
    background-image: -webkit-linear-gradient(#9FD04F,#87C442);
    background-image: -moz-linear-gradient(#9FD04F,#87C442);
    background-image: -o-linear-gradient(#9FD04F,#87C442);
    background-image: -ms-linear-gradient(#9FD04F,#87C442);
    background-image: linear-gradient(#9FD04F,#87C442);
    color: black;
    -moz-box-shadow: inset 0 1px 0 0 #b7dc63;
    -webkit-box-shadow: inset 0 1px 0 0 #B7DC63;
    -o-box-shadow: inset 0 1px 0 0 #b7dc63;
    box-shadow: inset 0 1px 0 0 #B7DC63;
    text-shadow: #FFFF8E 0 1px 0;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    -o-background-clip: border-box;
    -ms-background-clip: border-box;
    -khtml-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #1A1A1A;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 48px;
    padding: 0 20px;
    -moz-transition: "color","0.3s";
    -webkit-transition: "color","0.3s";
    -o-transition: "color","0.3s";
    transition: "color","0.3s";
    cursor: pointer;
    margin: 20px auto;
    opacity: 0.99;
}

button:hover {
    opacity: 0.9;
}

button.facebook {
    background: #3b5998;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4b71c1),color-stop(100%,#3b5998));
    background-image: -webkit-linear-gradient(#4b71c1,#3b5998);
    background-image: -moz-linear-gradient(#4b71c1,#3b5998);
    background-image: -o-linear-gradient(#4b71c1,#3b5998);
    background-image: -ms-linear-gradient(#4b71c1,#3b5998);
    background-image: linear-gradient(#4b71c1,#3b5998);
    color: #fff;
    -moz-box-shadow: inset 0 1px 0 0 #5b8aeb;
    -webkit-box-shadow: inset 0 1px 0 0 #5b8aeb;
    -o-box-shadow: inset 0 1px 0 0 #5b8aeb;
    box-shadow: inset 0 1px 0 0 #5b8aeb;
    text-shadow: #3b5998 0 1px 0;
}

button.twitter {
    background: #2578b4;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#58a8e2),color-stop(100%,#2578b4));
    background-image: -webkit-linear-gradient(#58a8e2,#2578b4);
    background-image: -moz-linear-gradient(#58a8e2,#2578b4);
    background-image: -o-linear-gradient(#58a8e2,#2578b4);
    background-image: -ms-linear-gradient(#58a8e2,#2578b4);
    background-image: linear-gradient(#58a8e2,#2578b4);
    color: #fff;
    -moz-box-shadow: inset 0 1px 0 0 #88c1ec;
    -webkit-box-shadow: inset 0 1px 0 0 #88c1ec;
    -o-box-shadow: inset 0 1px 0 0 #88c1ec;
    box-shadow: inset 0 1px 0 0 #88c1ec;
    text-shadow: #2578b4 0 1px 0;
}
/*text styles*/
h1 {
	font-family: 'futura-pt', sans-serif;
	font-weight:300;
	font-size:64px;
	text-align:center;
	color: #ffffff;
	text-shadow: 0px 0px 5px #999999;
	-webkit-text-shadow: 0px 0px 5px #999999;
	-moz-text-shadow: 0px 0px 5px #999999;
}
h2 {
	font-family: 'futura-pt', sans-serif;
	font-size:33px;
	font-weight:300;
	padding-bottom:15px;
	color: #666666;
}
h3 {
	font-family: 'futura-pt', sans-serif;
	font-size:24px;
	font-weight:500;
	padding:15px 0;
	color: #333333;
}
h4 {
	font-family: 'futura-pt', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin:auto;
	letter-spacing:1px;
	color:#6d7996;
	padding:30px 0 30px 0;
}
p {
	font-size:18px;
	font-family: 'futura-pt', sans-serif;
	color:#333333;
	font-style: normal;
	font-weight: 300;
	text-align:left;
	line-height:1.3;
}
strong {
	font-weight:500;
	font-family: 'futura-pt', sans-serif;
}
italic {
	font-family: "futura-pt",sans-serif;
	font-style: italic;
	font-weight: 300;
}
.index {
	padding-top:190px !important;
	color: #444444;
	text-align:left !important;
	text-shadow:none !important;
}
.sharingtext {
	color: #444444;
	text-align:left !important;
	text-shadow:none !important;
}
.disclaimer {
	font-size:12px !important;
	padding: 20px 0;
}
.disclaimerform {
	font-size:10px !important;
	padding: 5px 0;
}
.tagindex {
	text-align: left !important;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 3px #666666;
}
#tagline {
	margin: 0 auto;
	left:0;
	right:0;
	position:absolute;
	bottom:60px;
}
.tagline {
	font-family: 'futura-pt', sans-serif;
	padding-top:20px;
	font-weight:500;
	font-size:16px;
	text-align:left;
	line-height:1.3em;
	letter-spacing:2px;
	color:#838383;
}
/*-----------*/

/*media queries*/
@media screen and (max-width: 1024px){
	.float {
		max-width:100% !important;
		margin:auto;
		float: none;
		text-align:center !important;
	}
	.center {
		text-align:center !important;
	}
	.video {
		float:none;
		margin:auto;
		width:100%;
		height:auto;
		padding-bottom:25px;
		padding-top:200px;
	}
	.video img {
		width: 100%;
		height: auto;
	}
	.break {
		display:none;
	}
	.section1 {
	margin-top: -100px;
	top: 0px;
	background: url(images/bruno_kitchen_top_index_right.jpg) scroll center top no-repeat;
	height: 1280px;
	position: relative;
	}
	.tagline {
		text-align:center;
		font-size:24px;
	}
	.smallbutton {
		padding:8px;
		margin:20px auto;
		background-color:rgba(159,26,31,0.8);
		font-family:'futura-pt', sans-serif;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		font-weight:700;
		font-size:23px;
		color:#ffffff;
		transition: all 0.3s ease 0s;
		width:90px;
	}
	.contentorder {
		margin:auto;
		max-width:90%;
		position:relative;
	}
	.donation {
		width:100%;
		margin:auto;
		padding: 20px 0 !important;
	}
}
@media screen and (max-width: 768px)
and (-webkit-min-device-pixel-ratio: 2) {
	/*navigations mobile*/
	.video {
		float:none;
		margin:auto;
		width:100%;
		height:auto;
		padding-bottom:25px;
		padding-top:100px;
	}
	.video img {
		width: 100%;
		height: auto;
	}
	.break {
		display:none;
	}
	.hide {
		 display:none;
	 }
	 .center {
		text-align:center !important;
	}
	#menu-icon {
		display: inline-block;
	}
	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background:rgba(255,255,255,0.8);
		border: 1px solid #666;
		right: 10px;
		top: 20px;
		width: 350px;
		border-radius:5px;

	}
	nav li {
		text-align: left;
		width: 100%;
		padding: 20px;
		font-size:18px !important;
	}
	.smallbutton {
		padding:8px;
		margin:20px auto;
		background-color:rgba(159,26,31,0.8);
		font-family:'futura-pt', sans-serif;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		font-weight:700;
		font-size:23px;
		color:#ffffff;
		transition: all 0.3s ease 0s;
		width:90px;
	}
	nav:hover ul {
		display: block;
	}
	nav:focus ul {
		display: block;
	}
	/*containers*/
	header {
		height:100px;
	}
	#headercontent {
		padding: 10px 0 10px 0 !important;
	}
	.logo {
		height:70px !important;
		width:auto !important;
	  }
	  .section1 {
		margin-top:-100px;
		top:0px;
		background:url(http://brunosmartcan.com/images/bruno_kitchen_top_index_mobile2.jpg) scroll center top no-repeat;
		background-repeat:none;
		height:800px;
		position:relative;
	}
	.section2 {
		background: url(http://brunosmartcan.com/images/smart_phone_header_250px.jpg)scroll center top no-repeat;
		background-repeat:none;
		height:250px;
		position:relative;
		width:100%;
		margin: 0 auto;
		text-align:center;
		vertical-align:top;
		display:inline-block;
		left:0;
		float:none;
		clear:both;
	}
	.section3 {
		background-image: url(images/tile_squarebg.jpg);
		background-repeat: repeat;
		height: 150px;
		position: relative;
	}
	.ordersection {
		margin-top: -100px;
		top: 0px;
		background:url(images/three_cans_768px.jpg) scroll center top no-repeat;
		height:400px;
		position:relative;
	}
	.subhead {
		width:100%;
		margin: 0 auto;
		text-align:center;
		vertical-align:top;
		position:relative;
		display:inline-block;
		left:0;
		float:none;
		clear:both;
	}
	.subfeature {
		max-width: 568px !important;
	}
	.biography {
		width:100%;
	}
	.profiles {
		display:inline-block;
		padding:20px !important; 
	}
	.donation {
		width:100%;
		margin:auto;
		padding: 20px 0 !important;
	}
	.contentorder {
		width:95%;
	}
	.float {
		max-width:100% !important;
		margin:auto;
		float: none;
		text-align:center !important;
	}
	.floatsharing {
		float:none !important;
		right: 0px !important;
	}
	.kickstarter {
		width: 300px !important;
		height:auto !important;
		padding:15px 0 !important;
	}
	.kickstartertext {
		padding:12px !important;
	}
	.video {
		float:none;
		margin:auto;
		width:90%;
		height:auto;
	}
	.videocontainer {
		width:660px;
		height:371px;
	}
	/*text styles*/
	h1 {
		font-family: 'futura-pt', sans-serif;
		font-weight:300;
		font-size:40px !important;
		text-align:center;
		color: #ffffff;
		text-shadow: 0px 0px 5px #999999;
		-webkit-text-shadow: 0px 0px 5px #999999;
		-moz-text-shadow: 0px 0px 5px #999999;
		}
	h2 {
		text-align:left !important;
	}
	.index {
		padding-top:130px !important;
		color: #444444;
		text-align:left !important;
		text-shadow:none !important;
		}
	p {
		font-size:18px !important;
	}
	.sharktank {
		font-size:16px !important;
	}
	.tagline {
		text-align:left;
	}
}
/*mobile*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  /*navigations mobile*/
	  .slide-out-div {
          padding: 10px;
          width: 320px !important;
          background-color: rgba(0,0,0,0.8);
}
	 .hide {
		 display:none;
	 }
	 .hidemobile {
		 display:none;
	 }
	#menu-icon {
		display: inline-block;
		background-image:url(images/menu_bars_mobile.png);
		background-repeat:no-repeat;
		width: 50px;
		height:40px;
	}
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background:rgba(255,255,255,0.8);
		border: 1px solid #666;
		right: 5px;
		top: 10px;
		width: 75%;
		border-radius:5px;

	}
	nav li {
		text-align: left;
		width: 100%;
		padding: 20px;
		font-size:14px !important;
	}
	nav:hover ul {

		display: block;
	}
	nav:focus ul {

		display: block;
	}
	/*containers mobile*/
	.section1 {
		margin-top:-100px;
		top:0px;
		background:url(images/bruno_kitchen_top_index_mobile.jpg) scroll center top no-repeat;
		background-repeat:none;
		height:720px;
		/*z-index:-1 !important;*/
		position:relative;
	}
	.section2 {
		background: url(http://brunosmartcan.com/images/smart_phone_header_250px.jpg)scroll center top no-repeat;
		background-repeat:none;
		height:250px;
		position:relative;
		width:100%;
		margin: 0 auto;
		text-align:center;
		vertical-align:top;
		display:inline-block;
		left:0;
		float:none;
		clear:both;
	}
		.section3 {
		background-image: url(images/tile_squarebg.jpg);
		background-repeat: repeat;
		height: 120px;
		position: relative;
	}
	.ordersection {
		background:url(images/three_cans_568px.jpg) scroll center top no-repeat;
		height:300px;
	}
	.button {
		margin:auto !important;
		padding:12px !important;
		max-width:200px !important;
	}
	.float {
		float:none !important;
		margin:auto !important;
	}
	.kickstarter {
		width: 280px !important;
		height:auto !important;
		padding:15px auto !important;
		margin:auto !important;
	}
	.kickstartertext {
		display:none !important;
	}
	#actions li {
    	float:none;
		margin:auto;
    	width:90%;
    	padding:10px;
    	text-align:center;
	}
	.video {
		float:none;
		margin:auto;
		width:100%;
		height:auto;
		padding-bottom:10px;
		padding-top:-50px;
	}
	.video img {
		width: 100%;
		height: auto;
	}
	.tagline {
		text-align:center;
		font-size:18px;
	}
	.videocontainer {
		width:280px !important;
		height:158px !important;
	}
	.contentorder {
		margin:auto;
		position:relative;
	}
	.donateleft {
		float:none !important;
		border:none !important;
		width:100% !important;
		margin: auto !important;
		padding:10px !important;
		text-align:center;
	}
	.donateleft img {
		margin:auto !important;
		float: none;
	}
	.donateright {
		float:none !important;
		border:none !important;
		width:100% !important;
		text-align:left !important;
		border-bottom:solid 1px #666 !important;
		margin: auto !important;
		padding:10px !important;
	}
	.donate {
		float:none;
		margin:auto;
		width:80%;
	}
	.donation {
		border: none !important;
		width:100%;
		margin:auto;
		padding:10PX 0 !important;
	}
	#container {
	width:100%;
	margin:auto;
	position:relative;
	padding-bottom:140px;
}
	footer {
		height:140px;
	}
	/*text mobile*/
	h1 {
		font-size:32px;
	}
	h2 {
		text-align:center !important;
	}
	.subhead {
		width:100%;
		margin: 0 auto;
		text-align:center;
		vertical-align:top;
		position:relative;
		display:inline-block;
		left:0;
		float:none;
		clear:both;
		}
	.subfeature {
		max-width: 500px !important;
	}
	.index {
		padding-top:120px !important;
		color: #838383;
		text-align:center !important;
		text-shadow:none !important;
	}
	p {
		font-size:18px !important;
	}
	.tagline {
		margin-top:20px;
	}
	.smaller {
		width:90px !important;
		height:auto !important;
		margin:auto !important;
		align-self:center;
	}
	.smallbutton {
		margin:auto !important;
	}
	.center {
		text-align:center !important;
	}	  
  }