html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-image: url("/images/pattern-background.gif");
    margin-bottom: 60px;
}

#dosBanner {
    font-size: 0.9em;
    font-family: verdana, tahoma, arial, sans-serif;
    letter-spacing: 0.05em;
    font-variant: small-caps;
}

#map {
    min-height: 75vh;
    height: 100%;
    min-width: 280px;
    width: 100%;
}

.carousel-size {
    width: 300px;
}

.image-card {
    background-image: url("/images/pattern-background.gif");
    width: 15rem;
}

.marker-card {
    width: 460px;
    min-width: 460px;
    max-width: 460px;
    height: 512px;
    min-height: 512px;
    max-height: 512px;
}

.bg-brown {
    background-color: #553839;
}

.text-orange {
    color: #dba647;
}


/* Footer Style Sheets from Florida Music Tours*/
#footer {
    font-size: 14px;
    font-family: 'Lato', Verdana, sans-serif;
    background-color: #fff;
    color: #505050;
    border-top: 1px solid #eaeaea;
}

#footer-inner.smaller {
    padding: 50px 0 30px;
}

#footer .widget:last-child {
    margin-bottom: 0;
}

.footer-logo {
    border: none;
    margin-bottom: 25px;
    display: inline-block;
    font: 700 30px / 1.5 'Open Sans', Verdana, sans-serif;
}

.footer-logo.bigger {
    padding: 0;
    line-height: 1.3;
}

#footer.footer-custom {
    border-top-color: #5D4564;
}

#footer.footer-custom .footer-logo {
    border-color: #eaeaea;
    color: #eaeaea;
}

#footer.footer-custom {
    background-color: #110022;
    border-top-color: #5D4564;
    color: #e1e1e1;
}

#footer a {
    color: #FFFFFF;
    font-weight: 700;
}


.copyright {
    margin-bottom: 0;
}

.copyright a {
    display: block;
    font-size: 13px;
    color: #505050;
}

.footer-custom #footer-bottom {
    background-color: #220044;
    padding: 15px;
}