@import url(//fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300);

h1, h2, h3 {
  font-weight: bolder;
  margin: 0;
}

h3 {
  margin-top: 0px;
}

#content-area-inner-content a {
  color: #F47D41;
  text-decoration: none;
}

#content-area-inner-content a:hover {
  color: #F47D41;
  text-decoration: underline;
}

#header {
  background-image: url(images/achtergrond.jpg);
  background-size: cover;
  background-attachment: fixed;
}

body {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.07em;
  line-height: 1.4em;
  margin-top: 0;
}

#logo {
  text-align: center;
  letter-spacing: 0.14em;
}

#logo h2 {
  color: #FFFFFF;
  text-transform:uppercase;
  font-size: 1em;
}

#logo h3 {
  letter-spacing: 4px;
  text-shadow: 1px 1px 2px #333333;
  color:#FFFFFF;
}

#main {
  margin-top: 0;
}

/* MAIN  */
#part-685 .part-content {
  background: none;
  padding-top: 30px;
  margin-top: 0;
}

#part-685 #content-title {
  display: none;
}

#part-685 #content-area-inner-content {
  padding-bottom:50px;
}

/* INTRODUCTION */
#part-1345 {
  background-color: rgba(205, 180, 141, 0.5);
}

#part-1345 .part-content {
  text-align: left;
  max-width: 700px;
  margin:0 auto;
} 

#part-1345 #content-area-inner-content {
  color:#634e31;
  padding:40px 0;
  text-align:justify;
}


/*  CONTACT  */
#part-703 {
  background-image: url("/files/google-map-copy.jpg");
  background-size: cover;
  padding: 100px 0px;
  
}

#part-703 h1, #part-703 p {
  color: #116CB6;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 1px #ffffff;
}

#part-703 h1 { font-size: 3em; }
#part-703 p { font-size: 2em; }

#email-btn {
  background-image: url("images/contact-btn.png");
  background-position: 0 -3px;
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  width: 248px;
  height: 69px;
}
#email-btn:hover {
  background-position: 0 -71px;
}


/*  MENU  */
#part-680 {
  position: fixed;
  z-index: 998;
  display: block; 
  margin-top: 128px;
}

#menu-list-id-70 a {
  background-image: url('images/navigation.png');
  background-repeat: no-repeat;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 20px;
  text-align: center;
  color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 45px;
}

#menu-list-id-70 a:hover {
  font-size: 13px;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  text-decoration: none;
  color: #fff;
  width: 150px;
  border-radius: 25px;
  line-height: 45px;
}

#menu-item-id-493 a { background-position: 0 2px; }
#menu-item-id-493 a:hover { background-color: #fcd703; }
#menu-item-id-1083 a { background-position: 0 -43px; }
#menu-item-id-1083 a:hover { background-color: #F47D41; }
#menu-item-id-492 a { background-position: 0 -88px; }
#menu-item-id-492 a:hover { background-color: #F47D41; }
#menu-item-id-507 a { background-position: 0 -134px; }
#menu-item-id-507 a:hover { background-color: #ACCBE8; }

/* --------------- */

.footer {
  background-color: rgba(252, 215, 3, 0.5);
  border: 8px solid #FFFFFF;
  padding: 0 8px;
  color: #fff;
}

/*  Responsive  */
@media only screen and (max-width: 640px) {

  #logo img { width:100%; }
  #logo h2 { text-align: center; }
  #logo h3 { display:none; }
  #part-680 { display:none; }

}

/*isotope portfolio*/
#part-3686 {
    background:#634E31;
    padding:30px 0px;
}

.isotope-item {
    overflow: hidden;
}

.isotope-overlay-wrapper {
    opacity: 0;
    background: rgba(0,0,0, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s,opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s,opacity 0.1s 0.3s;
    transition: transform 0.4s,opacity 0.1s 0.3s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}


.isotope-overlay-wrapper a {
    color: white;
    opacity: 1;
}

.isotope-container {
    margin:0 auto;
}

.isotope-container .item-wrapper {
    max-height: 100%;
    max-width: 360px;
    width: auto;
    min-width: 180px;
}

@media only screen and (min-width:31.25em) {
    .isotope-container .item-wrapper {
        height: 100%;
        width: 100%;
    }
}

.isotope-container .item-wrapper:hover .isotope-overlay-wrapper, .touch .isotope-overlay-wrapper {
    opacity: 1 !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s,opacity 0.1s;
    -moz-transition: -moz-transform 0.4s,opacity 0.1s;
    transition: transform 0.4s,opacity 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope-container .isotope-overlay-content {
    margin: 10px;
}

.isotope-container .isotope-overlay-content h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.isotope-container p.read-more a {
    background-color: #E86665;
    text-decoration: none;
    display: block;
    width:150px;
    margin:0 auto;
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
    color: #ffffff;
}
.isotope-container p.read-more a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/*Portfolio fix for miniature phones (iPhone, budget Android/Windows Phone phones)*/
.isotope-container .list-overview-image {
    height: auto;
    width: 100%;
}