/* Space out content a bit */
body {
  
  padding-bottom: 10px;
  background-color: #e9e9d1;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size:17px;
  color: #564055;
}



a:link,a:visited, a:hover, a:active {
    color: #ee7376;
}


 .fb_iframe_widget span 
{
    vertical-align: baseline !important;
}

.logo {
  padding-top:60px;
  text-align: right;

}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus  {
    background-color: #ee7376 !important;
    border:0px;
     outline: 0;

}



.form-group
{
  margin-bottom:10px;
}

.btn {
  border-radius:                    0px;
  -webkit-border-radius:            0px;
  -moz-border-radius:               0px;

}

.video{
  margin-bottom: 40px; 
}

.textblock
{
  margin-bottom: 40px; 
}


.actions {
  
   
  margin-top:60px;
} 



.quote
{
  text-align: center;
  padding-bottom:10px;
}


.stores
{
  
}

.store
{
  
  padding-left:10px; 
  padding-right:10px; 
  margin-bottom: 30px; 
  
  text-align:center;
 
}


.tagline {
  
   margin-bottom: 30px;

}

.tagline h3 {
  margin-top:10px;
    font-size:19.7px;
    font-style: normal;
}




h2 {
  font-weight: bold;
  font-size:22px;
}

h3 {
   font-weight: bold;
  font-style: italic;
  font-size:20px;
}



/* Custom page footer */
.footer {
    padding-top: 30px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;

  }
}


.msg 
{
  padding-top:10px;
}


.legal
{
  font-size:12px;
}



