/* Enter Your Custom CSS Here */
/* Customizations
Added this css
Created full page template and applied store page to it
*/
.my-full-page {
  width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Text Styles */

.highlight-title {
color: #1c5d73;
  font-size: 2.5em !important;
   font-weight: 900;
}

.highlight {
color: #1c5d73;
}

.big-title {
  font-size: 2.2em !important;
   font-weight: 900;  
}

/* Horizontal Lines */

hr.style-2 {
    border: 0;
    height: 2px;
    background: #1c5d73;
    background-image: linear-gradient(to right, #ffffff, #1c5d73, #ffffff);
}

hr.style-3 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, #ffffff, #adadad, #ffffff);
}

hr.style-4 {
  margin: auto;
    border: 0;
  width: 30%;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

/* buttons */

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Emailbtn {
  background: #54a0ba;
  background-image: -webkit-linear-gradient(top, #54a0ba, #1c5d73);
  background-image: -moz-linear-gradient(top, #54a0ba, #1c5d73);
  background-image: -ms-linear-gradient(top, #54a0ba, #1c5d73);
  background-image: -o-linear-gradient(top, #54a0ba, #1c5d73);
  background-image: linear-gradient(to bottom, #54a0ba, #1c5d73);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
}

.Emailbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*  Food and grocery store css */
.auto-style1 {
	text-align: center;
}
.auto-style4 {
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
.auto-style5 {
	text-decoration: underline;
	font-size: small;
}
.auto-style6 {
	font-size: small;
}
.auto-style8 {
	text-align: center;
	font-size: small;
}
.auto-style9 {
	font-size: large;
	text-decoration: underline;
}
.auto-style10 {
	text-align: center;
	font-size: large;
	text-decoration: underline;
}
.auto-style11 {
	text-align: center;
	font-size: large;
}
.auto-style12 {
	font-size: x-large;
}
.auto-style13 {
	text-decoration: underline;
}
.auto-style14 {
	text-align: center;
	font-size: small;
	text-decoration: underline;
}
.auto-style15 {
	font-size: large;
}
.auto-style18 {
	text-align: center;
	font-size: x-large;
}
.auto-style20 {
	text-align: center;
	font-size: x-small;
}
.auto-style21 {
	font-size: x-small;
}
.auto-style22 {
	margin-right: 0px;
    margin-left:auto; 
    margin-right:auto;
}

/* End */