@font-face {
    font-family: "Proxima-Nova";
    src: url("../font/ProximaNovaRegular.otf");
}
@font-face {
    font-family: "Proxima-Nova-Light";
    src: url("../font/ProximaNovaThin.otf");
}

* {
    outline: none !important;
}

body {
    background: rgb(122,147,141);
    background: -moz-linear-gradient(180deg, rgba(122,147,141,1) 0%, rgba(71,96,100,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(122,147,141,1) 0%, rgba(71,96,100,1) 100%);
    background: linear-gradient(180deg, rgba(122,147,141,1) 0%, rgba(71,96,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a938d",endColorstr="#476064",GradientType=1);
    padding: 0px;
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

#container {
    width: 1592px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
}

#content {
    width: 1366px;
    float: left;
    background-color: #ebeae8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 100px;
}

#navigation {
    width: 204px;
    float: right;
    background-color: #ebeae8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 20px;
    position: fixed;
    left: 82%;
}


#header {
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    width: 1366px;
    height: 937px;
}

a#over, a#schilderwerken, a#renovaties, a#gallerij, a#contact {
    width: 142px;
    height: 152px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
    outline: none !important;
}

a#over {
    background-image: url("../images/over.jpg");
}

a#schilderwerken {
    background-image: url("../images/schilderwerken.jpg");
}

a#renovaties {
    background-image: url("../images/renovaties.jpg");
}

a#gallerij {
    background-image: url("../images/gallerij.jpg");
}

a#contact {
    background-image: url("../images/contact.jpg");
}
div#over {
    background-image: url("../images/over_bg.jpg");
    background-repeat: no-repeat;
    width: 1366px;
    height: 681px;
}

div.over_text {
    width: 600px;
    height: 500px;
    margin-left: 680px;
    padding-top: 200px;
    padding-left: 40px;
    font-family: "Proxima-Nova-Light";
}

div.schilderwerken_text1 {
    width: 450px;
    height: 500px;
    margin-left: 500px;
    padding-top: 300px;
    font-family: "Proxima-Nova-Light";
}

div.schilderwerken_text2 {
    width: 420px;
    height: 600px;
    margin-left: 430px;
    padding-top: 150px;
    font-family: "Proxima-Nova-Light";
}

div.renovaties_text {
    padding-top: 200px;
    margin-left: 50px;
    width: 600px;
    height: 500px;
    font-family: "Proxima-Nova-Light";
}

div#schilderwerken {
    background-image: url("../images/schilderwerken_bg.jpg");
    background-repeat: no-repeat;
    width: 1366px;
    height: 1509px;
}

div#renovaties {
    background-image: url("../images/renovaties_bg.jpg");
    background-repeat: no-repeat;
    width: 1366px;
    height: 683px;
}

div#contact {
    background-image: url("../images/contact_bg.jpg");
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 1366px;
    height: 1700px;
}

div#gallerij {
    width: 1366px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;
}

div#footer {
    width: 1366px;
    height: 50px;
    background-color: #ffffff;
    font-family: "Proxima-Nova-Light";
}

div.gal {
    width: 95%;
    background-color: #ebeae8;
    background-image: url("../images/gallerij_bg.jpg");
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    padding-bottom: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*div.gal img {
    padding-left: 18px;
}*/

div.content {
    float: left;
    margin-top: 200px;
    margin-left: 100px;
    width: 300px;
}

div.form {
    width: 1000px;
    float: left;
    margin-top: 800px;
    margin-left: 175px;
}

h2 {
    font-family: "Proxima-Nova";
}

p {
    font-family: "Proxima-Nova-Light";
}

a#over:active, a#schilderwerken:active, a#renovaties:active, a#gallerij:active, a#contact:active {
    border: 0px;
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
}

input[type=text], input[type=tel], input[type=email] {
    width: 500px;
    height: 30px;
    border: 1px solid #e0e0e0;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: "Proxima-Nova-Light";
    color: #333333;
}

textarea {
    width: 1030px;
    height: 200px;
    border: 1px solid #e0e0e0;
    color: #333333;
    padding: 10px;
    font-family: "Proxima-Nova-Light";
}

input[type=submit] {
    width: 125px;
    height: 40px;
    border-radius: 20px;
    background-color: #e0c588;
    border: none;
    cursor: pointer;
    margin-right: 20px;
}

div.left {
    float: left;
    margin-left: 180px;
}

div.right {
    float: right;
    line-height: 30px;
    margin-right: 140px;
}