/* Matthew J. Pilz: Online Portfolio */

html, body {
  height: 100%;
  font-family: 'Roboto Slab', serif;
  background-color: #1a2944;
  position: relative;
}

section#landing {
    position: relative;
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6); 
}

.testimonial-letters img
{
  margin-bottom: 1rem;
}

section h1
{
  margin-bottom: 2rem;

}

section#landing h1, .heading
{
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0 1px 0 rgb(204,204,204) , 0 2px 0 rgb(201,201,201) , 0 3px 0 rgb(187,187,187);
}

.heading
{
  margin: 2rem auto;
  text-transform: uppercase;
}

.section-heading
{
    text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  background-color: #1a2944;
  color: #fff; 
}


section.content
{
  background-color: #fff;

}

section:not(:first-child)
{
  padding-top: 50px;
  padding-bottom: 50px;
}


.page-table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  z-index: 5;
}

.carousel
{
  box-shadow: 0 0 8px #000;
}

html {
  font-size: 1rem;
}


#navWrapper, #navbar
{
  min-height: 75px;
  border-top: 2px solid #315491;
  border-bottom: 2px solid #315491;
}

nav.fixed
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}




.imgShadow
{
  box-shadow: 0 0 8px #000;
  border: 1px solid #666;
}




.col-center {
  margin: 0 auto;
  float: none !important;
}

.section-testimonials .carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.section-testimonials .carousel .item {
  color: #333;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 200px;
}
.section-testimonials .carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.section-testimonials .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 50%;
}
.section-testimonials .carousel .testimonial {
  padding: 30px 0 10px;
}
.section-testimonials .carousel .overview { 
  font-style: italic;
}
.section-testimonials .carousel .overview b {
  text-transform: uppercase;
  color: #7AA641;
}
.section-testimonials .carousel .carousel-control {
  width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.section-testimonials .carousel-control i {
    font-size: 68px;
  line-height: 42px;
    position: absolute;
    display: inline-block;
  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.section-testimonials .carousel .carousel-indicators {
  bottom: -40px;
}
.section-testimonials .carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.section-testimonials .carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.section-testimonials .carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.btn-base
{
  color: #fff;
  background-color: #1a2944;
  border-color: #315491;
}

.social a
{
  color: rgba(255,255,255,.5);
}

.social a:hover, .social a:active
{
  color: rgba(255,255,255,1.0);
}