/* in stylish-portfolio.min.css wijzig je NIETS */
/* schrijf in dit bestand je eigen stijlregels om opmaak aan te passen */

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden !important;
    font-family: 'Noto Sans JP', sans-serif !important;
}

#mainNav {
    background-color: #212529
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: lawngreen;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-brand {
    color: lawngreen;
    font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: lawngreen;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1.1rem;
    font-weight: 500;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: lawngreen;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        transition: padding-top .3s, padding-bottom .3s;
        border: none;
        background-color: #191919;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: all .3s
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

::-moz-selection {
    background: #7CFC00 !important;
    text-shadow: none
}

::selection {
    background: #7CFC00 !important;
    text-shadow: none
}


/*
==================================================
intro
==================================================
*/

.logo {
    height: 300px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bgi {
    background: linear-gradient(rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)), url(../img/background/close-up-of-mobile-phone-250459.jpg) no-repeat fixed center center;

}

.intro_section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.intro_section .container > .row {
    height: 75vh;
}

@media (max-width: 1100px) {
    .logo {
        height: 200px;
    }
}

@media (max-width: 992px) {
    .logo {
        height: 150px;
    }
}

@media (max-width: 663px) {
    .logo {
        height: 115px;
    }
}

@media (max-width: 500px) {
    .logo {
        height: 75px;
    }
}

/*
==================================================
                    OVER ONS
==================================================
*/

.about .icon-box {
    margin-top: 5px;
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 4px solid #7CFC00;
    border-radius: 50px;
    transition: 0.5s;
    background: #fff;
}

.about .icon-box .icon i {
    color: lightgreen;
    font-size: 32px;
}

.about .icon-box:hover .icon {
    background: #7CFC00;
    border-color: #7CFC00;
}

.about .icon-box:hover .icon i {
    color: black;
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.about .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.about .icon-box .title a:hover {
    color: black;
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

.about {
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: white;
}

.links {
    color: black;
}

.links:hover {
    color: black;
    font-style: italic;
}

.keuze {
    width: 268Px;
    height: 50px;
}

/*
==================================================
                    FOOTER
==================================================
*/


.portfolio {
    padding-top: 50px;
}

.portfolio_img {
    margin-bottom: 75px;
    margin-top: 70px;
    width: 375px;
}

.portfolio_img_webdec {
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
}

.content_text {
    margin-top: 30px;
}


/*
==================================================

==================================================








==================================================
contact
==================================================
*/

.google_maps {
    border: 3px solid yellow;
    width: 100%;
    height: 450px;
    border-collapse: collapse;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.contact {
    padding-top: 50px;
    padding-bottom: 75px;
    color: #ffffff;
}



.contact .info-box i {
    font-size: 32px;
    color: #7CFC00;
    border-radius: 50%;
    padding: 8px;
    border: 5px dotted #7CFC00;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button {
    background: #7CFC00;
    border: 0;
    border-radius: 30px 30px;
    margin-top: 15px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button:hover {
    color: #7CFC00;
    background-color: #ffffff;
    border: #7CFC00 solid 2px;
}

section#contact .form-control:focus {
    border-color: #7CFC00 !important;
    box-shadow: none
}

section#contact .form-group textarea.form-control {
    height: 265px !important;
}

section#contact {
    background: linear-gradient(rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)), url(../img/background/close-up-of-mobile-phone-250459.jpg) no-repeat fixed center center;

}

section#contact .form-group {
    margin-bottom: 18px !important
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 12px !important
}

.contact_verzonden {
    margin-top: 150px;
}

.sendmessage {
    text-align: center;
    font-family: monospace;
}


/*
==================================================
footer
==================================================
*/

#footer {
    background: #191919;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 110px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-top: -90px;
    margin-bottom: 15px;
    background: white;
    color: #191919;
    border-top: 6px solid #7CFC00;
    text-align: center;
    padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #7CFC00;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ffffff;
    color: black;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 1px;
}

#footer .footer-top .footer-links {
    margin-bottom: 3px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
}


#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}


#footer .footer-top .footer-links ul a {
    color: #fff;
    display: inline-block;
    line-height: 1;
}


#footer .copyright {
    border-top: 1px solid #191919;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #7CFC00;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}
