:root{
    --border-radius: 0 0 10px 10px;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 20, 2020 */
@font-face {
    font-family: 'neuton_scsc-regular';
    src: url('./graphics/webfontkit/neuton-sc-regular-webfont.woff2') format('woff2'),
         url('./graphics/webfontkit/neuton-sc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'neuton_scsc-regular';
    outline: none;
}
body{
    min-height: 100vh;
    background: url(./silhouette-of-bird.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.logo{
    position: absolute;
    top: -15px;
    left: 8%;
}
.logo img{
    height: 200px;
    width: 200px;
    transition: transform 0.3s ease-in-out;
}
.logo img:hover{
    transform: scale(1.1);
}
.nav{
    position: absolute;
    transform: translate(0, 0);
    right: 0;
    background-image: linear-gradient(120deg,  #61a5c21a, #61a5c21a, #61a5c21a, #61a5c21a, #61a5c21a, #2a6f97, #61a5c21a, #61a5c21a, #6d8e9c1a,  #61a5c21a, #61a5c21a);
    background-size: 300%;
    padding: 1rem 0.5rem;
    border-radius: 0  0 10px 10px;
    z-index: 99;
    animation: anime 10s linear infinite;
}
@keyframes anime{
    0%{
        background-position: left;
    }
    100%{
        background-position: right;
    }
}
.nav ul{
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.nav li{
    float: left;
}

.nav li a, .dropbtn{
    background-color: #00000000;
    border: none;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    font-family: 'neuton_scsc-regular';
    font-size: 1.5rem;
    outline: none;
}
  
.nav li .dropdown {
    display: inline-block;
}

.nav .dropdown .dropbtn:hover{
    color: black;
    transition: .3s ease-in-out;
}

.dropdown-content {
    display: none;
    position: absolute;
    max-width: 120px;
    z-index: 1;
    padding-top: 1em;
    padding-right: 1rem;
    text-align: left;
    transition: .3s ease-in-out;
}
.dropdown:hover .dropdown-content {
    display: block;
}

header a{
    color: #ffffff;
    font-family: 'neuton_scsc-regular';
    font-size: 1.5rem;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    transition: color 0.3s ease, transform 0.3s ease;
}

header a:hover{
    color: #000000;
}

header a:active{
    color: #00000065;
}
.gallery-menu{
    position: absolute;
    top: 3.55rem;
    right: 16rem;
    display: flex;
    flex-direction: column;
    background-color: #00000065;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.info_container{
    position: absolute;
    top: 0;
    background-color: #00000065;
    border-radius: 0 50% 50% 0;
    height: 100vh;
    width: 600px;
    color: white;
    display: grid;
    grid-template-rows: 30% 1fr;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    word-wrap: normal;
    white-space: normal;
    padding-right: 6rem;
    padding-left: 2rem;
    line-height: 25px;
}
footer{
    width: 100vw;
    background: #333;
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 0.5em;
    color: #afafaf;
    display: flex;
    justify-content: space-evenly;
}
footer a{
    text-decoration: none;
    color: #afafaf;
}
.social a{
    padding-left: 1em;
}
.price-container{
    position: absolute;
    top: 5rem;
    justify-content: center;
    text-align: left;
    line-height: 1.5;
    font-size: 20px;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 20px;
}
.price-container ul li{
    text-align: left;
    list-style: none;
}
.price-info{
    font-family: 'neuton_scsc-regular';
    text-align: center;
    height: 50px;
    padding: 1rem;
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
}

.price-info p{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.price-info:hover{
    transform: scale(1.1);
    height: max-content;
    transition: all 0.2s ease-in-out;
}

#Vrede{
    background-color: #e3fc006e;
}
#Vrede:hover{
    background-color: #e3fc00af;
}
#Hoop{
    background-color: #1100fc65;
}
#Hoop:hover{
    background-color: #1100fcaf;
}
#Geloof{
    background-color: #fc000065;
}
#Geloof:hover{
    background-color: #fc0000af;
}
#Liefde{
    background-color: #00fc0065;
}
#Liefde:hover{
    background-color: #00fc00af;
}
#Dankbaar{
    background-color: #ffffff65;
}
#Dankbaar:hover{
    background-color: #ffffffaf;
}

#housing-info{
    font-family: 'neuton_scsc-regular';
    position: absolute;
    top: 9rem;
    left: 50%;
    z-index: -1;
    width: 80vw;
    transform: translate(-50%);
    font-size: 1rem;
    background-color: #ffffffaf;
    padding: 1rem;
    border-radius: 10px;
}

#housing-info h2{
    margin-top: 0.2rem;
}

.policy{
    left: 50%;
    bottom: 10px;
    transform: translate(-50%);
    cursor: pointer;
    pointer-events: none;
}
.policy:hover{
    text-decoration: underline;
}

.modal{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000cc;
    border-radius: 10px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em;
    height: 80%;
}

.modal h2{
    margin-bottom: 2rem;
    text-align: center;
}
.modal-background{
    width: 100vw;
    height: 100vh;
    background-color: #00000065;
    display: none;
}
.image-row{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    height: 80vh;
    width: 75vw;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.image-column{
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}
.image-column img{
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    transition: .2s ease;
}

.image-column img:hover{
    transform: scale(1.03);
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .image-column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .image-column {
      flex: 100%;
      max-width: 100%;
    }
  }
#modal-image{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.map-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-details{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery-name{
    position: absolute;
    margin: 0 auto;
    left: 2rem;
    color: white;
    font-family: 'neuton_scsc-regular';
    font-size: 50px;
    top: 1rem;
}
@media screen and (max-width: 600px){
    body{
        width: 100%;
        height: 100%;
        background-image: linear-gradient(120deg, #01497c, #2c7da0, #61a5c2, #01497c, #2c7da0);
        background-size: contain;
    }
    header{
        min-width: 100%;
    }
    .nav{
        position: relative;
        left: 0;
        transform: translate(0%, 0%);
        border-radius: 0;
        background-color: #00000077;
    }
    .nav-menu{
        width: 100vw;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .nav li a, .dropbtn{   
        font-size: 1rem;
        padding-top: .1em;
    }
    .container1{
        height: 100px;
        pointer-events: none;
    }
    .logo{
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .logo img{
        height: 150px;
        width: 150px;
    }
    .gallery-name{
        font-size: 2rem;
        left: .5em;
    }
    .container2{
        padding-top: 1em;
        margin-top: 1rem;
        position: relative;
        text-align: justify;
    }
    .info_container{
        background-color: #00000065;
        border-radius: 0;
        height: 100%;
        width: 100%;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        padding: 2rem;
        line-height: 1rem;
        text-align: center;
    }
    body{
        width: 600px;
        height: fit-content;
        background-size: auto;
    }
    .price-container{
        justify-content: center;
        text-align: center;
        grid-template-columns: 80%;
        position: relative;
        height: max-content;
    }
    .price-info{
        font-family: 'neuton_scsc-regular';
        width: 100%;
        margin: 1rem;
        border-radius: 10px;
        transition: transform 0.2s ease-in-out;
        position: relative;
    }
    .dropdown-content {
        font-size: .8rem;
    }
    #housing-info{
        position: relative;
        font-family: 'neuton_scsc-regular';
        z-index: -1;
        width: 80%;
        font-size: 1rem;
        background-color: #ffffffaf;
        padding: 1rem;
        border-radius: 10px;
    }
    .image-row{
        overflow-y: scroll;
    }
    footer{
        font-size: .9rem;
        flex-direction: column;
        width: 100%;
        overflow-x: hidden;
    }
}