
html
{
    height: 100%;
}

body
{
    font-family: Arial, helvetica, sans-serif;

    height: 100%;
    margin: 0 auto;
    padding: 0 auto;

    background-color: transparent;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.fas
{
    font-size: 20px;

    display: inline;

    height: auto;
    padding: 8px;

    color: green;
}

.fa-home
{
    padding: 7px;
}

.fa-bars
{
    font-size: 40px;
}

hr
{
    border: 1px solid grey;
}

.btn-primary
{
    border: 1px solid black;
    background-color: black;
}

.btn-primary:hover
{
    border: 1px solid black;
    background-color: darkgreen;
}

p
{
    color: black;
}

.footer
{
    font-size: 1em;

    position: relative;
    bottom: 0;
    left: 0;

    clear: both;

    min-height: 52px;
    margin-top: -52px;
    padding-top: 10px;
    padding-right: 100px;
    padding-left: 100px;

    color: red;
    background: linear-gradient(gainsboro,white) ;
}

.main{
    margin-bottom:70px;
}

.navbar-brand img
{
    max-width: 350px;
}

a
{
    color: blue;
}

a:hover
{
    font-weight: bold;

    text-decoration: none;

    color: green;
    border-bottom: none;
}

h1
{
    font-family: arial;

    color: darkgreen;
}

h2
{
    font-family: arial;

    color: darkgreen;
}

#wrap
{
    min-height: 100%;
}

.toppage
{
    margin-top: 40px;
}

.home h2{
    margin-top: 30px;
    margin-bottom: 20px;
}

.home h3
{
    font-family: arial;
    font-size: 20px !important;
    font-weight: bold;

    text-align: center;

    color: black;

    margin-top:20px;

}

.link a
{
    text-decoration: none;

    color: green;
}

.home p
{
    font-size: 1.1em;

    color: black;
}

.diensten p, ul
{
    font-size: 1.1em;

    margin-bottom: 25px;

    color: black;
}

.tekst
{
    margin-bottom: 10px;
}

.nobreakp > p,
i
{
    display: inline-block !important;

    margin-bottom: 5px;
}

.nobreakp > p > img
{
    margin-top: 25px;
}

.nav > li > a
{
    padding: 5px 12px;
}

.fotohome
{
    box-shadow: 4px 6px 10px rgba(0, 0, 0, .5);
    background: white;
    margin: 15px;
}

.image img
{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.img-portfolio{
    max-height: 300px;
}

.image:hover img
{
    -webkit-transform: scale(1.10); /* Safari and Chrome */
    -moz-transform: scale(1.10); /* Firefox */
    -ms-transform: scale(1.10); /* IE 9 */
    -o-transform: scale(1.10); /* Opera */
    transform: scale(1.10);
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999999999999999999 !important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    background: transparent;
    object-fit: contain;
    height:auto;
    width:80%;
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

/* The Close Button */
#close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 80px;
    font-weight: bold;
    transition: 0.3s;
}

#close:hover,
#close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.navbar
{
    min-height: 65px;
    padding-right: 100px;
    padding-left: 100px;

    border: none;
    background: linear-gradient(gainsboro, white);
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.navbar-toggler
{
    align-self: center;
}

.navbar .nav > li > a
{
    font-size: 1.5em;
    font-weight: 500;

    margin-left: 20px;

    color: black;
}

.navbar .nav > li > a:hover
{
    color: green;
}

.shadow
{
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.over
{
    max-width: 380px;
    margin-right: 40px;
}

.dropdown
{
    position: relative;
}

.dropdown li a
{
    font-size: 1.2em;

    color: black;
    background-color: transparent;
}

.dropdown li a:hover
{
    font-size: 1.2em;

    color: green;
    background: gainsboro;
}

.adres
{
    margin-left: 39px;
}

.t
{
    margin-left: 33px;
}

.icon
{
    max-width: 50px;
    height: auto;
}

.formulier
{
    margin-right: 40px;
}

.big
{
    display: inherit;
}
@media screen and (max-width: 1200px)
{
    body
    {
        background-image: url('../img/bg-small.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .dropdown-menu
    {
        border: 0;
        background: transparent;
    }

    .dropdown-menu > li > a
    {
        margin-left: 10%;
        padding-top: 5px;
    }
}


@media screen and (max-width: 768px)
{

    .home h2{
        margin-top: 20px;
    }

    .navbar
    {
        padding-right: 25px;
        padding-left: 25px;
    }

    .navbar-brand img
    {
        max-width: 250px;
    }

    .formulier
    {
        width: 80%;
        margin: 0 auto;
    }

    .contactdetail
    {
        margin-top: 50px;

        text-align: center;
    }

    .adres
    {
        margin-left: 0;
    }

    .fotohome
    {
        display: block;

        min-width: 300px;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .image img
    {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .image:hover img
    {
        -webkit-transform: scale(.85); /* Safari and Chrome */
        -moz-transform: scale(.85); /* Firefox */
        -ms-transform: scale(.85); /* IE 9 */
        -o-transform: scale(.85); /* Opera */
        transform: scale(.85);
    }

    .big
    {
        display: none !important;

        margin: 0;
        padding: 0;
    }

    .medium
    {
        display: none;
    }

    .footer
    {
        font-size: .8em;

        min-height: 116px;
        margin-top: -116px;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .main
    {
        margin-bottom: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px)
{
    .medium
    {
        display: inherit;
    }

    .navbar
    {
        padding-right: 50px;
        padding-left: 50px;
    }

    .footer
    {
        padding-right: 65px;
        padding-left: 65px;
    }

    .navbar-brand img
    {
        max-width: 300px;
    }
}

@media screen and (max-width: 400px)
{
    .navbar-brand img
    {
        max-width: 75%;
    }
    
    .navbar-brand 
    {
        max-width: 75%;
    }
    
    .navbar-toggler{
        max-width: 15%;
    }
}
