/*BASESTYLES*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



h1{
    font-size: 1.3em;
    color: rgb(136, 66, 13);
    font-family: "Domine", serif;
  font-weight: 400;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: rgb(74, 38, 10);
}

h3 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
}

h4 {
    font-size: 1em;
    color: rgb(136, 66, 13);
}

a {
   text-decoration: none;
   color: rgb(136, 66, 13);

}

a:hover {
    color: palevioletred;
}

a:active {
}

p {
    padding: 5px 0;
    margin: 0;
}

body {
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 20px;
    font-family: Verdana, sans-serif; 
    margin:0;
}

img {
    width: 100%;
    border-radius: 20px;
    vertical-align: middle;
}

.italic {
    font-style: italic ;
}

.right {
    text-align: right;
}

.colored {
    color: rgba(136, 66, 13);
}

/* animations keyframes */


/* MOBILE */


body {
    display: flex;
    flex-direction: column;
    align-items: start;
    min-height: 95vh;
    gap: 20px;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.container-title {
    display: flex;
    flex-flow: column wrap;
}

.title:hover {
    color: palevioletred;
}

.container-navigatie {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 10px;
    margin: 20px 0px;
}

.navbutton {
    padding: 3px;
    border: 1px solid rgba(136, 66, 13, 0.28);
    background-color: rgba(136, 66, 13, 0.28);
    border-radius: 10px;
    flex: 1 0 auto;
    text-align: center;
}

.navbutton a:hover {
    color: palevioletred;
}

.currentpage {
    padding: 10px;
    background-color: rgb(217, 139, 170, 0.36);
}

marquee {
    
}

marquee > img {
    height: 300px;
    width: auto;
    margin: 0px 40px 20px;
}



/* HOMEPAGE */

/* .scrollers {
    width: 100%;
    width: 100%; 
    overflow: hidden; 
    flex: 15vh 1 0;
}

.scrollers > div {
    margin-bottom: 10px;
    white-space: nowrap; 
    clear: both; 
    float: left;
}

#para4 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
   
}

.homeimage {
    flex: 40% 1 0;
    transition: transform 4s ease-in-out;
}

.page-body {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
} */


/* contact page */

.google-map {
    position: relative;
    width: 100%;
}

.google-map iframe {
    width: 100%;
    border-radius: 10px;
}

/* tweedehands fietsen page */

.page-title {
    flex: 15vh 0 1;
}


*{
    box-sizing: border-box;
}

.grid {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

/* .item {
    border: 1px solid white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
} */



/* Slideshow container */
/* .slideshow-container {
  max-width: 1000px;
  position: relative;

} */

/* Next & previous buttons */
/* .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 8px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
} */

/* Position the "next button" to the right */
/* .next {
  right: 0;
  border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} */

/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */

/* .active, .dot:hover {
  background-color: #717171;
} */

/* Fading animation */
/* .fade {
  animation-name: fade;
  animation-duration: 1.5s;
} */

/* fietshistorie page */

.blog-item {
    border:1px solid rgb(136, 66, 13);
    border-radius: 20px;
    padding: 10px;
    background-color: rgb(217, 139, 170, 0.15);
}


/* DESKTOP */

@media only screen and (min-width: 600px) {

    body {
        margin: 0 10px;
        justify-content: space-between;
    }

    h1 {
        font-size: 3em;
    }

    /* .scrollers > div {
        margin-bottom: 20px;
    } */


    /* .homeimage {
        animation: bounce4 28s linear infinite;
        flex: 20% 0 0;
    } */

    /* info page */

    .header {
        align-items: start;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .container-title {
        padding: 0;
        flex: 0 1 30%;
        justify-content: space-between;
    }

    .container-navigatie {
        flex: 0 1 50%;  
    }

    .navbutton {
        padding: 20px;
        border-radius: 30px;
        flex: 0 1 auto;
    }

    .currentpage {
        padding: 30px;
    }

    marquee > img {
        width: 400px;
    }

    .grid {
        flex-flow: column wrap;
        width: 65%;
        gap: 20px;
    }

    /* contact page */
   .google-map {
    flex: 1 0 40%

   } 

   .contact-text {
    flex: 0 1 50%
   }

    /* fietshistorie page */

    .blog-grid {
        width: 70%;
    }

    .blog-item > img {
        width: 50%;
    }

}



