/*
    Copyright https://www.codeagency.nl/
*/
.navbar-custom{
    background-color: #7db14f;
    color: black;
    padding-top: 0;
    padding-bottom: 0;
}

.headerLogo{
    max-width: 200px;
    height: auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: black;
}

.headerImg{
    width: 100%;
    height: auto;
    position: absolute;
}

.logoImage{
    position: relative;
    left: 20%;
    margin-top: 5%;
    width: 60%;
    height: auto;
}

.content{
    margin-top: 12%;
    margin-bottom: 5%;
}

footer{
    background-color: #7db14f;
    padding: 20px 0 20px 0;
}

.footerLogo{
    max-width: 100%;
}

.avatar{
    border-radius: 2%;
    max-width: 40%;
    min-width: 40%;
}

.contact{
    margin: 20px 0 20px 0;
}

.btn-custom{
    padding: 10px 20px 10px 20px;
    border: 1px solid #252A38;
    background-color: #252A38;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.btn-custom:hover{
    border: 1px solid #252A38;
    background-color: white;
    color: #252A38;
    cursor: pointer;
    text-decoration: none;
}

.noStyle{
    text-decoration: none;
    color: black;
}

.copyrightRule{
    margin-top: 20px;
    color:#404040;
    font-size: 13px;
}

.privacy{
    text-decoration: none;
    color: #404040;
}

.navPipeLine:hover{
    color: black!important;
}

@media screen and (min-width: 576px) {
    .avatar{
        float: right;
    }
}

@media screen and (max-width: 574px){
    .contactFooter{
        margin-top: 30px;
    }
    footer{
        margin-top: 50px;
    }
}

@media screen and (max-width: 995px){
    .navPipeLine{
        display:none;
    }
}