/* in stylish-portfolio.min.css wijzig je NIETS */
/* schrijf in dit bestand je eigen stijlregels om opmaak aan te passen */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Libre Franklin', sans-serif !important;
}

section {
    padding: 100px 0;
}

h2 {
    font-family: 'Libre Franklin', sans-serif !important;
    text-transform: uppercase !important;
}

h3 {
    font-family: 'Libre Franklin', sans-serif !important;
}

h4 {
    font-family: 'Libre Franklin', sans-serif !important;
}

.page-section {
    padding: 0 0;
}

.white {
    background-color: white;
}

.offwhite {
    background-color: #f2f5fa;
}

a {
    color: white !important;
}

/*HEADER*/
.masthead {
    height: 100vh;
    width: 100%;
    display: table;
}

.masthead h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

header img {
    width: 350px;
}

/*ABOUT*/
#about p {
    margin-bottom: 0;
}

#team a {
    margin-bottom: 16px;
    background-color: #0072b0;
}

/*PORTFOLIO*/
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(3, 169, 244, .9);

}

#portfolio img {
    filter: grayscale(100%);
    border: 5px solid rgba(0, 0, 0, .1);
    border-radius: 4%;

}

/*CONTACT FORM*/
input.form-input,
textarea {
    width: 50%;
    max-width: 75%;
    min-width: 40%;
    border: none;
    border-radius: 20px;
    padding: 10px;
}

.custom-control-label::after {
    background-image: none !important;
}

::placeholder {
    padding-left: 16px;
}

.footer {
    background-color: #212121;
    color: white;
    padding-bottom: 0.7%;

}

footer p {
    margin: 0;
}

footer a {
    text-decoration: underline;
}

.section-heading {
    margin-bottom: 48px;
}

.btn {
    background-color: white !important;
    color: #0072b0 !important;
    text-transform: uppercase;
    border: 2px #0072b0 solid !important;
    padding: 7px 28px !important;
    border-radius: 30px !important;
}

.btn:hover {
    background-color: #0288d1 !important;
    color: white !important;
    border-color: #0288d1 !important;
    transition: background color border 0.8s ease;
}

footer p:nth-child(4) {
    margin-bottom: 2%;
}

.navbar-brand {
    font-family: 'Libre Franklin', sans-serif !important;
}

#mainNav.navbar-shrink {
    background-color: #0072b0;
    color: white;
    font-weight: bold;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #aeb9bf;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #4fc3f7 !important;
}

#mainNav .navbar-toggler {
    background-color: #2eb5ff;
}

@media (max-width: 991px) {
    #mainNav {
        background-color: #0072b0;
    }


}

ul.social-buttons li a {
    background-color: #0b4463;
}


ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #0288d1 !important;
}

header.masthead {
    background-attachment: fixed !important;
}


.portfolio-caption h3 {
    font-size: 17px;
}

#portfolio .portfolio-item .portfolio-caption {
    margin-top: -8px;

}


::selection {
    background-color: #0091e0;
}

.TextAbout {
    margin-bottom: 0.3%;
}

.HoofdTextAbout {
    margin-bottom: 4%;
}

label.col-12 {
    text-align: left;
    width: 50%;
}

input.col-12 {
    text-align: left;
    width: 50%;
}

.radioLabel {
    margin-left: 2%;

}
