/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 66px;

    background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.display-fluid-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
    background-color: #f2f2f2;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.jumbotron {
    height: 450px;
    background: url("../../images/evening.93b4cb0e1aad.JPG") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position-y: 45%;
}

.jumbotron h1 {
    -webkit-text-stroke: 1px black;
    color: white;
    text-shadow: 3px 3px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    position: absolute;
    bottom: 10px;
}

.jumbotron p {
    -webkit-text-stroke: 1px black;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

h4 {
    color: white;
    font-weight: 400;
}

h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
    margin-top: 30px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h1 {
    font-size: 60px;
    color: white;
}

h2 {
    color: #dc7075;
}

a:hover, a:focus {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

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

.callout {
    font-weight: bold;
}

.paypal-button {
  padding: 15px 30px; /* Use padding to control size more flexibly */
  font-size: 1.2em;
}