body {
    width: 100%;
    height: 100%;
	font-family: "PTRootUI", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #201751;
    background-color: #e7e8e9;
}
html {
    width: 100%;
    height: 100%;
}

hr{
	border: 0.1px solid #bdd7c9;
}
@media(min-width:767px) {
    .navbar {
        /* padding: 20px 0; */
        -webkit-transition: background .1s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .1s ease-in-out,padding .5s ease-in-out;
        transition: background .1s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}

.about-section {
    height: 100%;
    padding-top: 75px;
}
.installatie-section {
    height: fit-content;
    padding-top: 50px;
    background: #fff;
}
.connect-section {
    height: fit-content;
    padding-top: 50px;
    color: #009844;
}
.rapport-section {
    height: fit-content;
    padding-top: 50px;
    background: #fff;
}
.waarde-section {
    height: fit-content;
    padding-top: 50px;
    color: #009844;
}
.contact-section {
    padding-top: 50px;
    background: #fff;
	height: 100%;
}
.contact-section .container{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-section .row{
	flex-grow: 2;
}


.page-scroll{
	background-color: #002855;
    font-weight: 600;
	transition: all 1s;
}
.green{
	color: #009844 !important;
}

.navbar-default {
    background-color: #002855;
    border-color: #002855;
}
.navbar-default .navbar-nav > li > a {
    color: #7799bb;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
	color: #7799bb;
	background-color: #002855;
	text-decoration: underline;
}

.page-scroll:hover{
	text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #7799bb;
	text-decoration: underline;
}




.social-list li{
    list-style: none;
    padding: 5px 0;
    margin-left: -39px;
}

.footer{
	text-align: center;
    width: 100%;
	padding-bottom: 10px;
}

@media print {
	.pagebreak{
		page-break-before: always;
	}
	.container{
		page-break-after: always;
	}
	.nopagebreak{
		page-break-inside: avoid;
	}
}



