@charset "UTF-8";
body {
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/homeback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Montserrat', sans-serif;
}

.address {
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 60%;
	text-shadow: 2px 2px 6px rgba(7,7,7,1.00);
	letter-spacing: 1px;
}

.shipping {
	color: rgba(255,255,255,1.00);
	font-family: 'Montserrat', sans-serif;
	font-size: 90%;
	text-shadow: 2px 2px 6px rgba(7,7,7,1.00);
	letter-spacing: 1px;
}



.button {
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 350%;
	margin-top: 18%;	
}



.pics {
	border: 2px solid rgba(0,0,0,1.00);
    max-height: 375px;
}

.bottommargin {margin-bottom: 150px;}


.sticky {
	display: inline-block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
    text-transform: uppercase;
	font-family: 'Bebas Neue';
    font-size: 120%;
    	letter-spacing: 1px;
    margin-top: 25px;
}


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

	.address {color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 100%;
	text-shadow: 2px 2px 6px rgba(7,7,7,1.00);
	letter-spacing: 1px;}
    
    .sticky {
	display: inline-block;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	letter-spacing: 1px;
	margin-top: 25px;
        padding-bottom: 50px;
}
    
    
.address {
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 50%;
	text-shadow: 2px 2px 6px rgba(7,7,7,1.00);
	letter-spacing: 1px;
}
    
    

}
