/*

Theme Name:     Alfie The Flat Bootstrap Wordpress Theme Child

Theme URI:      http://example.com/

Description:    Child theme for the Alfie The Flat Bootstrap Wordpress Theme

Author:         UBL Designs

Author URI:  http://themeforest.net/user/UBL

Template:       alfie

Version:        1.0.4

*/

@import url(//fonts.googleapis.com/css?family=Quintessential);
@import url('../alfie/css/style.css');

/* Input your css below */

body {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  color: #333333 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
}

p {
  color: #333333 !important;
  text-align: justify;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
  font-size: 1.2em;
}

.header .map-header {
  background: #cbc1a3 url('images/header-map-200.jpg') no-repeat;
  height: 200px;
}

.logo {
  padding-top: 100px;
}

#main_menu,
.landing-pad-caption {
  font-family: 'Quintessential', cursive;
  text-transform: uppercase;
}

.header .nav-pills > li > a {
  padding: 5px 15px 15px 15px;
}

.header .footersocial {
  padding: 0;
}

.header .footersocial [class^="icon-"] {
  vertical-align: sub;
}

.page-section,
.page-section-white {
  background-color: #fff !important;
}

.home .page-section-white {
  background-color: #e8d2a1 !important;
  background: url('images/map-fade-700.jpg') no-repeat top right;
}

.landing-pad-caption {
  text-align: center;
  background-color: #000;
  color: #FFF;
  margin-bottom: 20px;
  border: 4px solid black;
  border-bottom: none;
}

.frontpageslider {
  border-bottom: 20px solid black;
}

.footer {
  background-color: ##252525 !important;
}

.footer p {
  color: #fff !important;
}

.footer a {
  color: #fff !important;
}

.copyright {
  padding: 15px 0px 5px 0px !important;
}

@media (min-width: 1200px) {

  .header .map-header,
  .footer {
    background-position: top right;
  }
}