@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    font-family: arial, san-serif;
    font-size: 14px;
}

body {
	background-color: #939393;
}

#container {
	width: 100%;
	max-width: 1365px;
	background-color: #FFF;
	margin: 0 auto;
	position: relative;
}

#logo {
	top: 0;
	left: 20px;
	position: absolute;
	z-index:4;
}

#texture-main {
	width:100%;
	height:auto;
	margin-top:72px;
	padding-top:0;
	position: relative;
	z-index:3;
	display:inline;
}

#texture-mobile {
	width:100%;
	height:auto;
	margin-top:72px;
	padding-top:0;
	position: relative;
	z-index:2;
	display:none;
}

#green-bar {
	background-color:#014c35;
	position:absolute;
	z-index:5;
	width:100%;
	top:100px;
	height:89px;
}

h1 {
	font-family: Georgia;
	font-size:44px;
	color:white;
	letter-spacing: 0.5px;
	text-align:center;
	margin-top:20px;
	font-weight: inherit;
}

h1 br {
	display:none;
}

#bear-one {
	position:absolute;
	z-index:6;
	width:45vw;
	max-width: 631px;
	height:auto;
	top:230px;
	left:50%;
	transform: translate(-50%, 0);
}

#middle-logos {
	/*width:100%;
	padding:0 auto;*/	
	margin-top:30px;
	margin-bottom:15px;
	text-align: center;
}

div.small-logo {
	display:inline-block;
	width:49.5%;
	padding:0 10px;
	text-align:left;
}

p {
	text-align: center;
	margin: 10px 0;
	padding: 0 7px;
	/*line-height:1.2em;*/
}

h2 {
	text-align: center;
	color: #636363;
	font-size: 23px;
	margin: 0 10px;
	margin-top: 15px;
}

h2 span {
	color: #860b8f;
}

#gift-cards {
	background-image:url(../img/middle-bkgrd.jpg);
	/*width:100%;
	height:31vw;
	background-size: 100% 100%;*/
	height:390px;
	width:auto;
    background-repeat: no-repeat;
	text-align: center;
	padding-top:20px;
	/*font-size:12px;*/
}

p.gift-list {
	margin:4px 0;
	padding:0;
}

p.title-1 {
	font-weight: bold;
	font-size:1.7em;
	color: #860b8f;
}

p.title-2 {
	font-weight: bold;
	font-size:1.3em;
	color: black;
}

a {
	color:black!important;
}

#memory {
	background-color:#f8f7f2;
	width:80%;
	margin: 30px auto;
	padding: 15px;
}

#memory p.title-1 {
	margin-bottom: 15 px;
}

#memory-col-1 {
	display:inline-block;
	width:60%;
	margin: 2% 4% 0 4%;
	position: relative;
}

#memory-col-1 p {
	text-align:left;
	line-height:1.5em;
}

#memory-col-2 {
	display:inline-block;
	width:30%;
	vertical-align:top;
	padding-top:20px;

}

p#bear-hug {
	max-width: 80%;
	margin: 0 auto 40px auto;
	line-height:1.5em;
}

#donate-box {
	margin-top:30px;
	text-align: center;
}

#donate-box img {
	margin:15px 0 50px 0;
}

#quote {
	font-size: 1.5em;
	color: #5c5c5c;
	margin: 0 10% 50px 10%;
}

#thank-you {
	background-color: #014c35;
	width:100%;
	height: 156px;
	margin-top: 15px;
	padding-top: 2vw;
}

#thank-you p {
	font-family:Georgia;
	color: white;
	font-style: italic;
	font-size: 1.3em;
	margin: 0% 13% 0% 13%;
	padding: 0 5%;
}

#thank-you p span {
	font-size: 2.3em;
}

#logofb {
	height: 160px;
	margin: 0 auto;
	width:500px;
}

#alt-logo {
	display:none;
	float: left;
    height: 88px;
    width: auto;
    background: #fff url(/../giftcarddrive/img/tonys-logo-top.png) no-repeat top left;
    position: relative;
}

#logo-container {
    float: left; /*this is copied directly from header.php, i don't like using float either but whatever*/
    height: 130px;
    width: auto;
    background: #fff url(/../img/logo-full.png) no-repeat top left;
    position: relative;
	font-size: 18px;
	display:inline-block;/*don't ask me why i have both display:inline-block and float:left honestly i have no idea*/
}

#logo-container > a {
    position: absolute;
    z-index: 9001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#logo-container address {
    margin: 38px 0 0 208px;
    font-size: .83em;
    line-height: 1.4em;
    font-style: normal;
}

#logo-container address a {
	text-decoration: none;
}

#logofb img {
	position:relative;
	top: 40px;
	left: 25px;
}

#logofb p {
	font-size: 10px;
	margin-top: 62px;
}

br.lb {
	display:none;
}

#logofb p br{
	display:none;
}

@media screen and (max-width: 1164px) {
	
#memory-col-1 {
	top:-2vw;
}

}
@media screen and (max-width: 1100px) {
	
br.lb {
	display:inline;
}

#bear-one {
	width: 35vw;
}

#memory-col-1 {
	width:80%;
	margin: 0 10%;
	top:0;
}

#memory-col-2 {
	width:100%;
	text-align: center;
}


}

@media screen and (max-width: 960px) {
	
#texture-main {
	display:none;
}

#texture-mobile {
	display:inline;
	max-height:700px;
}

#green-bar {
	height:200px;
	margin-top:35px;
}

#bear-one {
	width:80vw;
	top:400px;
}

h1 {
	font-size:70px;
}

h1 br {
	display:inline;
}

#gift-cards {
	height:433px;
}

}

@media screen and (max-width: 640px) {
	
h1 {
	font-size:55px;
}

#green-bar {
	height:170px;
}

#bear-one {
	top:370px;
}

br.lb {
	display:none;
}

#thank-you p {
	font-size: 1.2em;
}

#thank-you p {
	margin: 2% 7% 0% 7%;
}


}

@media screen and (max-width: 550px) {
	
#logo-container {
	display:none;
}

h1 {
	font-size:28px;
}

/*h1 br {
	display:none;
}*/

#green-bar {
	height:100px;
	margin-top:20px;
}

#logofb {
	width:200px;
	/*width:100%;*/
	height:190px;
}

#bear-one {
	top:250px;
}

#logofb p br {
	display:inline;
}

.ihatecss {
	height:70px;
	width:auto;
}

div.small-logo {
	width:49%;
}

#logofb p {
	/*margin-top: 32px;*/
	margin-top: -25px;
}

#logofb img {
	/*top: 25px;
	left: 50%;
	transform: translate(-50%, 0);*/
	top:-80px;
	left:165px;
}

#memory {
	width:100%;
	margin: 30px 0;
}

#alt-logo {
	display:inline-block;
}

#alt-logo address {
	position:relative;
	top:87px;
	left:10%;	
}

#alt-logo address strong {
	font-size:16px;	
}

#thank-you {
	height:200px;
}

	
}

@media screen and (max-width: 425px) {

#thank-you {
	/*height:174px;*/
}

.ihatecss{
	height:55px;
}

}

@media screen and (max-width: 350px) {

#thank-you {
	height:250px;
}

}