body {
    font-family: 'Dosis', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Averia Serif Libre', cursive;
}
h1 {font-size: 2.6rem; text-shadow: .2rem .2rem #000000;}
h2 {font-size: 2.2rem;}
h3 {font-size: 1.2rem;}
h4 {font-size: 1rem;}
h5 {font-size: .7rem;}
h6 {font-size: .5rem;}

p {
    font-size: 1.2rem;
}

a {
    color:#6B6B6B;
    text-decoration: none;
}
a:hover {
    color:#888888;
    text-decoration: none;
}



a.navbar-brand {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.navbar {
    padding: 0;
}
.nav-link {
    font-size: 1.5rem;
}

.food-paypal-button h1 {
    font-size: 2.5rem;
    text-shadow: 0rem 0rem;
}

.food-phone-top {
    background:url(../images/foodtourv0001.jpg) no-repeat;
    background-size:cover;
    padding: 1rem;
    margin-bottom: 1rem;
    
}
.food-phone-top h1 {color: #ffffff; text-shadow: .2rem .2rem #000000;}
.food-phone-top p {color: #ffffff; font-size:1.5rem; text-shadow: .1rem .1rem .1rem #000000; font-weight: 700;}




.carousel-caption p {font-size:1.5rem; text-shadow: .1rem .1rem .1rem #000000;}


.ftv-image-001 {
    width: 100%;
    margin: auto;
    display: block;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  h1 {font-size: 3rem;}
}

@media (min-width: 62em) {
  h1 {font-size: 5rem;}
}
