.contact-container{
margin-top: 0px;
display: grid;
grid-template-columns: 1fr 764px 250px 1fr;
column-gap: 25px;
}

.p1,
.p2,
.p3{
font-family: 'Inter', sans-serif;
color:rgb(10, 50, 59);
font-style: normal;
font-weight: 400;
font-size: 16px;
}

.p1{
margin-top:0px;
margin-bottom:0px;
}

.p2{
margin-top:34px;
margin-bottom:34px;
}

.p2,
.p3{
cursor: pointer;
}

.p2 a,
.p3 a{
text-decoration: none;
color:rgb(10, 50, 59);
}

.p2 a:before,
.p3 a:before{
color:rgb(10, 50, 59);
text-decoration: none;
display: inline-block;
}

.fototitel{
background-color:rgb(255, 255, 255);
font-family: 'Inter', sans-serif;
color:rgb(10, 50, 59);
font-style: normal;
font-weight: 400;
font-size: 14px;
margin-top:2px;
}

.paris{	
top:0px;
left:0px;
width:764px;
height:auto;
}

.contact-copyright{
font-family: 'Inter', sans-serif;
color:rgb(10, 50, 59);
font-style: normal;
font-weight: 400;
font-size: 14px;
margin-top:106px;
}

.contact-instagram-button{
background-color:rgb(48, 81, 90);
border:none;
height:36px;
width:36px;
border-radius:18px;
cursor:pointer;
margin-top:95px;
margin-left:38px;
float:left;
}

.contact-instagram-button:hover,
.contact-linkedin-button:hover,
.contact-vimeo-button:hover{
background-color:rgb(18, 138, 109);
opacity: 0.40;
}

.contact-linkedin-button{
background-color:rgb(48, 81, 90);
border:none;
height:36px;
width:36px;
border-radius:18px;
cursor:pointer;
margin-top:95px;
margin-left:27px;
margin-right:27px;
float:left;
}

.contact-vimeo-button{
background-color:rgb(48, 81, 90);
border:none;
height:36px;
width:36px;
border-radius:18px;
cursor:pointer;
margin-top:95px;
margin-left:0px;
float:left;
}

nav.mobiel-menu,
.mobiel-menu-container{
  display:none;
}

@media (hover: hover) {
  a:hover {
   
.contact-linkedin-button:hover
background-color:rgba(18, 138, 109,0.40);

.contact-vimeo-button:hover
background-color:rgba(18, 138, 109,0.40);

.contact-instagram-button:hover
background-color:rgba(18, 138, 109,0.40);

  }
}



@media (max-width: 1180px) {
.paris{
width:520px;
justify-self: end;
}

.contact-container{
margin-top: 0px;
display: grid;
grid-template-columns: 1fr 520px 250px 1fr;
column-gap: 25px;
}

.fototitel{
text-align:right;
}

.instagram-button{
margin-left:0px;
}

.contact-copyright{
margin-left:0px;
margin-right:480px;
width:138px;
}

.p1 a{
text-decoration: none;
color:rgb(10, 50, 59);
}




@media (max-width: 590px) {
.paris{
width:348px;
height:auto;
margin-top:40px;
}

.header,
.werk-button,
.boeken-button,
.cv-button,
.contact-button,
.dropdown-menu,
.fototitel{
display:none;
}

.contact-container{
margin-top: 0px;
display: grid;
grid-template-columns: 1fr;
row-gap: 30px;
justify-items:center;
}

.contact-copyright{
display:grid;
justify-items:center;
margin-right:0px;
margin-bottom:100px;
font-size: 17px;
width:180px;
margin-top:0px;
}

.p1,
.p2,
.p3{
font-size: 20px;
text-align:center;
}

.p2{
margin-top:54px;
margin-bottom:54px;
}

.p1 a{
text-decoration: none; 
color:rgb(10, 50, 59);
}

.contact-instagram-button{
margin-left:0px;
margin-top:-62px;
width:40px;
height:40px;
border-radius:20px;
}

.contact-linkedin-button{
margin-left:67px;
margin-top:-62px;
width:40px;
height:40px;
border-radius:20px;
}

.contact-vimeo-button{
margin-left:134px;
margin-top:-62px;
margin-bottom:150px;
width:40px;
height:40px;
border-radius:20px;
}









