/*--------------------------Page home---------------------------*/
.headerColor {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 80px;
}

body {
    height: 100%;
    margin: 0;
}

.menuContainer {
    padding: 25px;
    float: right;
}

.menuItem {
    font-size: x-large;
    margin-right: 25px;
    font-weight: bold;
    color: black;
}

.bannerFoto {
    background-image: url("../beeld/PELIKAAN.png");
    height: 400px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
    background-color: white;
    box-shadow: 0 15px 30px 1px grey;
    border-radius: 5px;
    margin: 5em auto;
    height: 350px;
    width: 700px;
    margin-top: -135px;
}

.introduction {
    padding: 30px;
    height: 100%;
    float: right;
    width: 46%;
}

.introductionHeader {
    font-size: 26px;
    margin: 0;
}

.imageKoen {
    height: 100%;
    width: 45%;
    display: inline-block;
}

.container img { 
    width: 100%; height: 100%; 
}

footer {
    display: flex;
    justify-content: center;
    background-color: black;
    height: 90px;
    color: white;
}

.flex-container {
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: auto
}
  
.flex-container > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
}

.showcase {
    text-align: center;
    height: 264px
}

.showcaseUnderText {
    font-size: medium;
    margin-top: 0;
    padding-top: 0;
}

.iconSocials {
    margin-top: 35px;
    margin-right: 10px;
}

.copyright {
    margin-top: 35px;
    text-align: right;
    float: right;       
}

h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bannerOtters {
    background-image: url("../beeld/otters.png");
    height: 700px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.informationText {
    color: white;
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin-top: 340px;

    width: 100%;
    position: absolute;
}   

.linkTextFix {
    color: black;
    text-decoration-line: none;
}

.adjustLogo {
    height: 100%;
}

.contactButton {
    position: absolute;
    top: 50%;
    margin-top: 35px;
    transform: translateY(-50%);
}

.button-87 {
    padding: 11px 30px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #657c5e 0%, #7f817d 51%, #7f817d 100%);
    cursor: pointer;
    user-select: none;
    padding-top: 10px;
    color:white;
    text-decoration-line: none;
}

.button-87:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

/*--------------------------Page portfolio---------------------------*/

.bannerEekhoorn {
    background-image: url("../beeld/eekhorn1.png");
    height: 700px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerFotoPortfolio {
    background-image: url("../beeld/hagedis.png");
    height: 600px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.portfolioBannerHeader {
    padding-top: 260px;
    margin-top: 0px;
    color: #ffffff;
    font-family: 'Raleway',sans-serif;
    font-size: 62px;
    font-weight: 800;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
}

.divUnderconstruction {
    padding: 30px;
    text-align: center;
}

/*--------------------------Page Cursus 1---------------------------*/

.bannerCursusEen {
    background-color: #1E1E1E;
    height: 600px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.bannerHond {
    background-image: url("../beeld/hond.png");
    height: 700px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------Page Contact me---------------------------*/
.bannerContact {
    background-image: url("../beeld/eekhorn2.png");
    height: 600px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.contactMeText{
    color: black;
    font-size: large;
    text-align: center;
    width: 100%;
    position: absolute;
}