/* customization of bootstrap css  */
/* Copyright 2017 FastFieldSolvers S.R.L.   */

body {
  min-height: 1000px;
  /* space for the fixed navbar */
  padding-top: 50px;
  /* space below the footer */
  padding-bottom: 40px;
  /* background color */
  background: #fbf1ee;
  /* body text color */
  color: #000000;
  /* font */
  font: 16px/140% georgia, arial, verdana, helvetica, sans-serif; 
}

/* titles with shadow */

h1 {
  /* title text color */
  color: #794827; }

h1.shadow {
  /* shadow */
  text-shadow: 0.3em 0.3em  #FFFDFF; }
  
h2 {
  /* title text color */
  color: #794827; }

h2.shadow {
  /* shadow */
  text-shadow: 0.3em 0.3em  #FFFDFF; }
  
a.list-group-item {
    color: #000000; }
    
small.invisible {
    font: 1px/1% georgia;
}

object {
    border: 1px solid #ccc;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 20px 0px;
    position: relative;
    float: left;
    width: 100%;
}

table.table-download {
	margin-top: 20px;
}

img.medium_icon {
	width: 32px;
	height: 32px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* customize the navbar brand color */
.navbar-header .navbar-brand {
  color: #794827; }



/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */

.jumbotron h1 {
  color: #794827; }
      
.jumbotron {
  background-color:#D9C6C0; }
    
    

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 300px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption .light-background {
  color: #000000; }
  
.carousel-caption .dark-background {
  color: #fff; }
  
.carousel-caption .dark-background h1 {
  color: #FFFDFF; }

/* Declare heights because of positioning of img element in the carousel*/
.carousel .item {
  height: 300px;
  background-color: #fbf1ee;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}
/* customize the format of the images that look bad when resized automatically */
.carousel-inner > .item > .second-slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
  max-width: 1200px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* CUSTOMIZE THE FEATURETTES
-------------------------------------------------- */


.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* change the top padding to make space for the wrapped navbar
   before it gets compressed (between the two viewports of 768 and 992) */
  
@media (max-width: 992px) {
  body {
    padding-top: 150px; }
}

@media (max-width: 768px) {
  body {
    padding-top: 50px; }
}


/*
@media (min-width: 768px) { */
  /* Navbar positioning foo */
/*
.navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
/*  
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
*/

  /* Bump up size of carousel content */
 /*
 .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
*/

