/*Online Portfolio - Bootstrap*/
.no-paddding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

body{ 
    font-family: Georgia;
}

.float-right {
    float: right;
}

.overflow {
    overflow-x: hidden;
}

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

div p {
    border: 3px black solid;
    border-radius: 35px;
    padding: 10px;
    line-height: 22px;
    margin: 5px;
}

.title {
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
}
/*Header begin*/
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Georgia;
    font-weight: bold;
    font-size: 2.5vw;
  }

  .header {
    position: relative;
    text-align: center;
    color: white;
  }
  /*Header End*/
  /*Footer Begin*/
  footer a{
	color: black;
    text-decoration: none;
    margin-left: 1px;
    font-weight: bold;
}

footer a:hover{
    color: black;
    text-decoration: none;
    font-weight: bold;
}
  /*Footer End*/

  #diploma-foto {
	width: 24%;
	height: auto;
	float: right;
	padding-top: 5px;
	padding-right: 50px;
}

/*Homepage Begin*/
.textvak-1-homepage {
	border: solid black 3px;
	border-radius: 35px;
	padding: 10px;
    font-size: 17px;
    margin-top: 50px;
    line-height: 22px;
}

.textvak-2-homepage {
	border: solid black 3px;
	border-radius: 35px;
	padding: 10px;
    font-size: 17px;
    margin-top: 50px;
    line-height: 22px;
}
/*Homepage End*/
/*Opleiding Begin*/
.textvak-1-opleiding {
    border: solid black 3px;
	border-radius: 35px;
	padding: 10px;
    font-size: 17px;
    line-height: 22px;
    margin-left: 45px;
    margin-top: 15px;
    margin-right: 20px;
}

.textvak-2-opleiding {
    border: solid black 3px;
	border-radius: 35px;
	padding: 10px;
    font-size: 17px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.textvak-3-opleiding {
    border: solid black 3px;
	border-radius: 35px;
	padding: 10px;
    font-size: 17px;
    line-height: 22px;
}
/*Opleiding End*/
/*Over Mijzelf Begin*/
div #pasfoto {
    width: 250px;
    height: auto;
    margin-left: 70px; 
}

.div-pasfoto {
    margin: 0 170px 0 0;
}

/*Over Mijzelf End*/
/*Contact Begin*/
#contact {
    margin-left: 275px;
}

#naam {
    margin: 30px 0 15px 0;
}

#email {
    margin: 0 0 0 0;
}

#onderwerp {
    margin: 15px 0 15px 0;
}       

#bericht {
    margin: 0px 0 15px 0;
}
/*Contact End*/
/*Mijn Werk Begin*/
.project {
	border: black solid 2px;
	border-radius: 35px;
	width: 400px;
	height: 300px;
	display: inline-block;
}

.container1 {
    display: flex;
    width: 400px;
    height: 300px;
}
/*Mijn Werk Begin*/
/*Fotografie begin*/
.pad {
    margin: 10px 10px 10px 0px;
    margin-left: 20px;
}

.licht {
    border: solid black 2px;
}

/*Fotografie End*/
/*MonkeyBusiness Begin*/
.monkeybusiness{
    width: 500px;
}

.monkeybusiness2{
    width: 100%;
}