@font-face { font-family: KollektifBold; src: url('Kollektif-Bold.ttf'); }
@font-face { font-family: Gidole; src: url('Gidole-Regular.otf'); }


body, html {
    height: 100%;
    width: 100%;
    margin-top: -8px;
    margin-left: 0px;
}

.homeimg {
    /* The image used */
    background-image: url("bloemen8.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.2);
}

.handtekening{
  margin-bottom: 60px;
}

.container{
  max-width: 1366px;
  margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
/*width: 100%;*/
min-height: 100%;
position: relative;
}


.nav > a{
font-family: 'KollektifBold';
color: white;
font-size: 24px;
margin-left: 50px;
text-decoration: none;
position: relative;
top: 6px;
}

.dropbtn{
  font-family: 'KollektifBold';
  color: white;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    padding: 12px 16px;
    display: block;
    font-family: 'Gidole';
    letter-spacing: 0.17em;
    text-decoration: none;
    font-size: 12px;
    color: black;
}
.dropdown-content a:hover {color: #ddd}
.dropdown:hover .dropdown-content {
    display: block;
}
.line{
  border-bottom: 1px solid black;
  margin: 0 auto;
  width: 80%;
}
i {
  border: solid white;
border-width: 0 2px 2px 0;
display: inline-block;
margin-left: 10px;
padding: 3px;
position: relative;
top: -3px;
}

.overmijitalic{
  margin: 0;
  padding: 0;
}
p > i{
border: none;
display: inline-block;
margin-left: 10px;
padding: 16px;
position: relative;
top: -3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

h2{
font-family: 'KollektifBold';
color: white;
font-size: 72px;
}

h3{
  font-family: 'KollektifBold';
  color: white;
  font-size: 42px;
}

body{
font-size: 0px;
background-color: rgba(48, 48, 48, 1);
}

nav > li > a:hover{
    color: rgba(222, 224, 224, 0.84);
}

nav > li > a{
font-family: 'KollektifBold';
letter-spacing: 0.17em;
text-decoration: none;

font-size: 14px;
color: white;
}
nav > li{
  display: inline-block;
  float: right;
  position: relative;
  top: -15px;
  margin-right: 3%;
}
.homeimg{
font-size: 0px;
}

.homeimg > img{
overflow: hidden;
position: relative;
top: -85px;
z-index: -1;
}

.nav{
    border-bottom: 2px solid white;
    position: relative;
    top: 30px;
    padding-bottom: 10px;
    height: 45px;
}

.homecontent{
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
}
.homebuttons{

}
.button{
  border: 2px solid white;
  color: white;
  font-family: 'Gidole';
  letter-spacing: 0.17em;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 20px;
  cursor: pointer;
  width: 180px;
  margin-right: 20px;
  background-color: rgb(0, 0, 0,.2);
}
h7{
  color: white;
  font-family: 'Gidole';
  letter-spacing: 0.17em;
  font-size: 14px;
}
.button:hover{
  background-color: rgb(255, 255, 255,.1);
}

a[ id= "collectie" ]:target ~ .container .title {
  -webkit-transform: translateY( -1000px);
  transform: translateY( -1000px );
}

.title{
  text-align: center;
  margin-top: 120px;

  margin-bottom: 130px;
}
.titleline{
  border-bottom: 2px solid white;
  margin: 0 auto;
  width: 100px
}

.collectiecontainer{
  width: 83.333%;
  margin-left: 8.33333%;
  padding-bottom: 110px;
}
.collectie{
display: flex;
margin-bottom: 8rem;
padding-left: 35px;
padding-right: 35px;
}

.collectieimg > img{
    max-height: 300px;
    position: relative;
}

.collectieimg{
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
  box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}
h5{
  font-family: 'KollektifBold';
    letter-spacing: 0.17em;
    text-decoration: none;
    font-size: 16px;
    color: white;
}
.collectietekst{
width: 500px;
padding: 4% 10% 4% 8%;
}

.collectietekst > p{
font-family: 'Gidole';
font-size: 14px;
color: white;
letter-spacing: 0.17em;
}
.collectietekst > h1{
font-family: 'KollektifBold';
font-size: 36px;
color: white;
}

.button2{
  border: 2px solid white;
color: white;
font-family: 'Gidole';
letter-spacing: 0.17em;
padding: 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-top: 10%;
cursor: pointer;
width: 180px;
margin-left: 15%
}
.button2:hover{
  background-color: rgb(255, 255, 255,.1);
}


.footer{
  display: table;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  height: 110px;
}

.socialmedia{
  height: 110px;
  width: 300px;
  display: table-cell;
}
.socialmedia > a > img{
position: relative;
top: 40px;
margin-right: 40%;
}
.persinfo{
  font-family: 'Gidole';
  font-size: 16px;
  color: rgb(132, 133, 133);
  text-align: center;
  height: 110px;
  width: 300px;
  display: table-cell;
  line-height: 1.4;
}

.persinfo a{
color: #5757B2;
}


.navigatie{
  height: 110px;
  width: 300px;
  display: table-cell;
}
.navigatie > li > a{
color: rgb(132, 133, 133);
font-family: 'Gidole';
font-size: 16px;
text-align: center;
text-decoration: none;
line-height: 1.4;
margin-left: 40%;
}
.navigatie > li > a:hover{
color: rgba(222, 224, 224, 0.84);
}


.about{
  display: flex;
  margin-bottom: 100px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 120px;
}
.abouttekst{
  width: 600px;
  padding: 0% 15% 4% 0%;
}
.abouttekst > p{
  font-family: 'Gidole';
  font-size: 16px;
  color: white;
  line-height: 1.4;
}
.abouttekst > h1{
font-family: 'KollektifBold';
font-size: 36px;
color: white;
}

.aboutimg{
  max-width: 422px;
  padding-top: 7%;
}
.aboutimg > img{
  max-width: 500px;
  box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}

.contact{
  display: flex;
  margin-bottom: 100px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 120px;
  margin: 120px auto;
width: 80%;
}
.contacttekst{
  width: 400px;
  padding: 1% 0% 4% 20%;
}

.contacttekst a{
color: #5757B2;
}
.contacttekst > p{
  font-family: 'Gidole';
  font-size: 16px;
  color: white;
  line-height: 1.4;
}
.contacttekst > h1{
font-family: 'KollektifBold';
font-size: 36px;
color: white;
}

.contactimg{
  max-width: 422px;
  padding-top: 3%;
}
.contactimg > img{
  max-width: 400px;
  box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}


.locatie{
text-align: center;
margin-bottom: 5%;
margin-top: 0%;
}
.locatie > h1{
font-family: 'KollektifBold';
font-size: 46px;
color: white;
}

.locatie > h3{
font-size: 24px;
margin-bottom: 8%;
}

.maps{
box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
height: 400px;
width: 80%;
margin: 0 auto;
margin-bottom: 5%;
}

.schilderijen{
margin-bottom: 10%;
}
.row{
  content: "";
   display: table;
   clear: both;
  width: 100%;
  margin-bottom: 5%;
}
.row > .content{
  float: left;
  width: 20%;
  padding: 2.5%;
}
.row > .content > .image{

  width: 100%
}

.row > .content > .text {
text-align: center;
margin-top: 15%;
}
.row > .content > .text > p{
  font-family: 'Gidole';
  font-size: 14px;
  color: white;
  letter-spacing: 0.17em;
}
.subTitle{
  font-family: 'Gidole';
  font-size: 14px;
  color: white;
  margin-top: -30px;
  margin-bottom: 35px;
  letter-spacing: 0.17em;
}

.row > .content > .text > h1{
  font-family: 'KollektifBold';
  font-size: 26px;
  color: white;
}
.row > .content > .image > a > img{
  max-width: 100%;
  box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}
