@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #627c4a;
}

#homewrap1 {	
	background: url("../img/circuit10/Barbizon-guide.jpg") no-repeat center top fixed;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 800px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homewrap1 h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 3.3em;
	font-weight: bold;
}

#homewrap1 h4 {
	font-weight: 400;
	color: #ffffff
}

#homewrap2 {	
	background: url("../img/Château-de-vaux-le-vicomte.jpg") no-repeat center top fixed;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 800px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homewrap2 h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 3.3em;
	font-weight: bold;
}

#homewrap2 h4 {
	font-weight: 400;
	color: #ffffff
}

#homewrap3 {	
	background: url("../img/Barbizon-guide-conférencier.jpg") no-repeat center top fixed;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center bottom;
	min-height: 800px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homewrap3 h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 3.3em;
	font-weight: bold;
}

#homewrap3 h4 {
	font-weight: 400;
	color: #ffffff
}

#homewrap4 {	
	background: url("../img/Salle-de-Bal-Fontainebleau.jpg") no-repeat center top fixed;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 800px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homewrap4 h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 3.3em;
	font-weight: bold;
}

#homewrap4 h4 {
	font-weight: 400;
	color: #ffffff
}

#aboutwrap{
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #f2f2f2;
}

#workwrap{
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
}

#social {
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a;
}

#social i:hover {
	color: #627c4a;
}

#contactwrap {
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #627c4a;
}

#contactwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}



.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.8;
}



/* CSS components added for the slideshow feature */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 4s;
  animation-name: fade;
  animation-duration: 4s;
}

@-webkit-keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}

/* style for horizontal scrolling image bars */
#scroll {
width:100%;
height:auto;
margin:20px auto;
background:#f2f2f2;
border:0px solid #000;
overflow:auto;
box-shadow:0 0 10px #000;
}
#scroll ul {
float:left;
margin-right:-999em;
white-space:nowrap;
list-style:none;
}
#scroll li {
margin:15px;
text-align:center;
float:left;
display:inline;           
}
#scroll img {
border:0;
display:block;
border:1px solid #A3CBE0;
}
#scroll a:active img, #scroll a:focus img, #scroll a:hover img {
border:1px solid #627c4a;
}
#scroll a {
text-decoration:none;
color:#888;
}
#scroll a:active, #scroll a:focus, #scroll a:hover {
color:#627c4a;
}
#scroll span {
padding:5px 0 0;
display:block;
}


@font-face {
  font-family: circuitTitleOverlayFont;
  src: url("../fonts/Raleway-ExtraBold.ttf");
}

.imagetextoverlay {
	color: white;
	font-family: circuitTitleOverlayFont;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px #AAAAAA;
	font-size: 1.28em;
	position: absolute;
	bottom: 3em;
	left: 50%;
	transform: translate(-50%, 0%);
}


.zoom {
	transition: transform .2s; /* Animation */
}

.zoom:hover {
	transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}


table {
    border: 1px solid black;
    width: 100%;
}

th {
  border: 1px solid black;
  text-align: center;
}

td {
  border: 1px solid black;
  text-align: center;
}

ul {
	list-style-position:inside;
}
