/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

a, a:visited, a:hover {
    color:#c41c27;
}

h2 {
    color:#c41c27;
    font-family: Helvetica Rounded, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

a.btn {
    background-color: #ff5400;
    color: #FFFFFF;
}
a.btn:hover {
    color: #ff5400;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

.text-vcenter h3 {
  color: #ffffff;
  text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

/* additional sections */
#home {
  /* background: url(../img/glam-home.jpg) no-repeat center center fixed; */
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  background-color: #c41c27;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#partenaires {
/*  background: url(http://placehold.it/1200x650/cc0000/ffffff) no-repeat center center fixed;  */
  background: url(../img/glam-actus.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#partenaires .panel {
  opacity: 0.93;
}

#google_map {
  height: 500px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

.carousel-inner {
    text-align: center;
}

.carousel-inner img {
    display: block;
    max-height: 900px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-brand {
   height: 60px; 
}