/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@import url('https://fonts.googleapis.com/css?family=Cantarell|Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

/* Normalizing Theme */
.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show>.btn-dark.dropdown-toggle { 
   box-shadow: none;
}

/* Basic Style */
:focus { 
   outline: none !important;
}
body { background: url("../images/p6.png"); }
body, p { font-family: 'Roboto Slab', sans-serif; }
h1, h2, h3, h4, h5 { font-family: 'Fjalla One', sans-serif; }
body { padding-top: 10rem; color: #5a5a5a; width: 100%; }

body > main > article > .row { margin-right: 0; margin-left: 0 }

.header-fixed-top { 
   top: 0;
   border-width: 0 0 1px;
   position: fixed;
   right: 0;
   left: 0;
   z-index: 1030;
   width: 100%;
   background: #fff;
}
.smaller {  }
#logo-main { 
   height: 120px;
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}
.smaller #logo-main { 
   height: 80px;
}

/* Menu bar Style */
.navbar > .container > .row { width: 100% }
.navbar-expand-md .navbar-nav .nav-link { 
   padding: 8px 2em;
   text-transform: uppercase;
   font-size: 13px;
}
.navbar-expand-md .navbar-nav .nav-item:after { 
   position: absolute;
   top: 11px;
   height: 0; 
}
.dropdown-menu { 
   background-color: #4a5158;    
}
.dropdown-item { 
   color: #94979a;
}
.dropdown-item:focus, .dropdown-item:hover {
   background-color: #343a40;
   color: #ffffff;
}


article:hover h1, article:hover h2 { 
   text-shadow: 3px 3px #ccc;
}

article p:hover, article li:hover  { 
   text-shadow: 2px 2px 2px #ddd;
}

/* Contact Us Page */
.contact-form label { 
   padding-left: 2px;
   font-weight: bold;
}

.card form.contact-form { 
   margin-bottom: 0;
}
.card .contact-form .form-row:last-child .form-group { 
   margin-bottom: 0;
}

.card h3 { 
   border-bottom: #5a5a5a solid 3px;
   margin-bottom: 0;
   padding-bottom: .5rem;
}

.card.border-none { border-color: transparent }
.card p { margin-bottom: 0 !important }
.card .address p { padding-top: 10px; }

.alert { 
   padding: .5rem .75rem;
   border-radius: .25rem;
   font-size: 15px;
}
.alert-primary { 
   color: #3f5469;
}
.alert .alert-link {
   font-weight: normal;
   text-decoration: underline;
   font-style: italic;
}
.alert .close{ 
   position: absolute;
   top: 0;
   right: 0;
   font-size: 16px;
   color: #000;
   text-shadow: #fff 1px 0px 1px;
   background: rgba(0,0,0,0.2);
   box-shadow: inset rgba(0,0,0,0.1) 1px -1px 1px 1px;
   border-bottom: rgba(255,255,255,0.8) solid 1px;
   border-left: rgba(255,255,255,0.8) solid 1px;
   border-radius: 0 .25rem 0 .25rem ;
   padding: 0 3px 1px;
   cursor: pointer; 
}

.form-control, .form-control:focus { 
   font-size: 14px; 
   border-radius: 0;
   background: #f8f8f8;
   color: #888;
   border: #d8d8d8 solid 1px;
   padding: 8px 10px;
   box-shadow: inset #E5E5E5 -1px -1px 1px 0 
}
.form-control.invalid {
   border: #e69999 solid 1px;
   background: #f9f3f3;
}

blockquote  h2 { 
   font-size: 3rem;
}

.parallex-div { 
   /* background-image: url('../images/wall-panel.jpg'); */
   background-image: url('../images/wall-panel-black.jpg'); 
   border-top: #eee solid 1px; 
   border-bottom: #eee solid 1px; 

   -webkit-transition: all 0.1s ease-out;
   -moz-transition: all 0.1s ease-out;
   -o-transition: all 0.1s ease-out;
   transition: all 0.1s ease-out;
}

.parallex-div h2, .parallex-div h2 span { 
   padding-left: 0 !important;
}
.parallex-div h2 span { 
   padding: 3px 10px; 
   border-bottom: #666 solid 3px 
}
.parallex-div * { text-shadow: 3px 3px #ccc; }
.parallex-div h3 { text-shadow: 3px 3px #ccc; }

.parallex-div .fa { 
   -webkit-transition: all 0.1s ease-out;
   -moz-transition: all 0.1s ease-out;
   -o-transition: all 0.1s ease-out;
   transition: all 0.1s ease-out;
   text-shadow: none;
}
.parallex-div:hover .fa { 
   color: #f56f6f; 
   text-shadow: 3px 3px #ccc; 
} 

.blockquote-custom {
   border: #ddd solid 1px; 
   border-left: #ff9696 solid 3px; 
   padding: 20px 10px 5px 20px;
   background: #fff;
}


/* Footer Style */
footer { 
   background: #333; 
   padding: 60px 0 30px; 
   color: #aaa; 
   border-top: 6px solid;
   border-top-color: #0277BD;
   font-size: 13px; 
   text-transform: uppercase;
}
footer a { 
   color: #42A5F5;
}
footer a:hover { 
   color: #90CAF9;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
   margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
   bottom: 3rem;
   z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
   height: 32rem;
   background-color: #777;
}
.carousel-item > img {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 100%;
   min-height: 32rem;
}

.slick-slide { height: auto }

.slider .slide { border: #ccc solid 1px; padding: 20px 15px 10px; box-shadow: #eee 1px 1px 1px 1px; background: #fff;}

.slider .slide a { color: #5a5a5a }
.slider .slide a:hover { text-decoration: none; }
.slider .slide h3 { text-align: center; border-bottom: #ddd solid 1px; padding-bottom: 10px;  }
.slider .slide img { max-height: 185px; height: auto; width: 100%; }
.slick-prev:before, .slick-next:before { color: #5a5a5a; font-size: 30px; font-family: 'FontAwesome'}
.slick-prev:before { content: "\f053"; }
.slick-next:before { content: "\f054"; }
.slick-initialized .slick-slide:focus { outline: none }

.line-through span { 
   border: #dfdfdf solid 1px; width: auto; display: table; 
   padding: 0.5rem 1rem; background: #FFF; display: inline-block; 
   box-shadow: #eee 1px 1px 1px 1px 
}
h1 {
   position: relative;
   z-index: 1;
   margin-bottom: 3rem; 
}
.line-through:before {
   border-top: 1px solid #dfdfdf;
   box-shadow: #fafafa 1px 2px 1px 1px;
   content: "";
   margin: 0 auto;
   position: absolute;
   top: 50%;
   height: 00%;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   z-index: -1;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
   margin-bottom: 1.5rem;
   text-align: center;
}
.marketing h2 {
   font-weight: 400;
}
.marketing h2 a { color: inherit; text-decoration: inherit}
.marketing .col-lg-4 p {
   margin-right: .75rem;
   margin-left: .75rem;
}


/* Featurettes
------------------------- */
.featurette-divider {
   margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
   font-weight: 300;
   line-height: 1;
   letter-spacing: -.05rem;
}

.split-content { 
   -webkit-columns: 2 150px;
   -moz-columns: 2 150px;
   columns: 2 150px;
   -webkit-column-gap: 2em;
   -moz-column-gap: 2em;
   column-gap: 2em;
   text-align: justify;
}

.dataTables_wrapper select.form-control, .dataTables_wrapper select.form-control:focus { padding: 2px 10px }
.footer-inline { }
.footer-inline .list-inline-item:after { content: '|'; margin-right: 5px; margin-left: 13px; }
.footer-inline .list-inline-item:last-child:after { content: ''; }
.footer-inline a { color: inherit }

.footer-inline a:hover { color: #fff; }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
   /* Bump up size of carousel content */
   .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
   }

   .featurette-heading {
      font-size: 50px;
   }
}

@media (min-width: 62em) {

   .featurette-heading {
      margin-top: 7rem;
   }
}

/* Media Large to Small */ 

/*
> 1200 - LG 
> 995 - MD
> 775 - SM
> 585 - XS
*/
@media (max-width: 47.5em) { /* resolution: SM and below. */
   .parallex-div { background: blue; }
}

