#mainNav {
  border-bottom: 1px solid #ccc;
}

h1 {
  color: #333;
}

h1.superbold {
    font-weight: bolder;
}

h1#main_title {
    font-size: 72px;
    font-weight: bold;
}

h2#main_subtitle {
    font-size: 32px;
    font-weight: bold;
    color: #b43627;
}

#vierpijlers h3 {
    font-weight: 400;
    margin-top: 20px;
}

div#intro_text {
    font-size: 18px;
}

/* zie new-age.min.css, lijn 38 */
/* a {    color: #F5AA0A;  }  */

img.small-float {
    width: 185px;
    float: left;
    margin: 10px 20px 20px 0px;

    -moz-box-shadow: 4px 3px 6px #000000;
    -webkit-box-shadow: 4px 3px 6px #000000;
    box-shadow: 4px 3px 6px #000000;
}


main {
    position: relative;
    top: -19px;
}

#home, #wiezijnwij, #vierpijlers, #gallerij, #contact {
    color: #303030;
    background-size: cover;
    padding-top: 15%;
    padding-bottom: 5%;
    font-weight: 300;
    min-height: 70vh;
}

#wiezijnwij {
    background: #d59c2945;
    padding: 10%;
}

#vierpijlers {
    padding-top: 8%;
    padding-bottom: 3%;
    background: #FFF;
}

#home {
    padding-top: 20%;
    padding-bottom: 12%;
    max-height: 100%;
}

#home h2 {
    color: white;
    font-size: 45px;
}

#wiezijnwij {
    padding-bottom: 3%;
    /* height: 800px; */
}

section#vierpijlers {

}

#vierpijlers h2 {
    margin-top: 30px;
}

#gallerij {
	background: #7c8d3d;
  padding-top: 5%;
  padding-bottom: 8%;
}

#gallerij h1 {
  color: white;
}

#contact {
    background-color: #f8f8f8;
    background-image: none;
    padding-top: 10%;
    padding-bottom: 10%;
    color: #333;
}

.textdiv {
    padding-top: 0px;
    text-align: left;
    color: #333;
}

p.tip {
    border: 2px solid #666;
    border-radius: 20px;
    padding: 15px;
    margin-top: 20px;
    background-color: white;
}

#googlemap {
    border: 1px solid #aaa;
    max-width: 80%;
}

#contact h1, #bestellen h1 {
    margin-top: 0;
}

#footer_website p {
    font-size: 18px;
    color: #eee;
}

#footer_website {
    background: #b43627;
}

.msg_overlay {
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    width: 85%;
    background: rgba(255,255,255,0.5);
    font-size: 18px;
    color: white;
}

i.fa-bars {
    
    color: #888;
    padding-left: 5px;
    padding-right: 5px;
}

