/*
Theme Name: DesignAnderz
Theme URI: https://www.designanderz.nl
Author: designanderz
Author URI: https://www.designanderz.nl
Description: This is the basic blank template theme made by designanderz
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: basic-theme, blank-theme, designanderz, free-to-use
Text Domain: designanderz

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/

* {
    font-family: acumin-pro, sans-serif;
}
.navigation nav ul li a {
    font-family: acumin-pro, sans-serif!important;
}
.contact--container {
    height: 165vh;
}
.home__categories {
    margin-bottom: 75px;
}
.home__categories--item {
    transition: .5s;
    color: black;
}
.scroll-downs {
    z-index: 100;
}
.home__categories--item:hover {
    transform: scale(1.05);
    color: black;
    text-decoration: none;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    /* Navigation */
    .navigation.hex {
        right: 3rem;
        top: 2rem;
        z-index: 100000;
    }

    .navigation.active {
         right: -1rem;
         top: 0;
     }

    .floatingcontact {
        right: 2.5rem;
        bottom: 2rem;
        top: unset;
        z-index: 10000;
    }

    .scroll-downs {
        left: 3rem;
        right: unset;
        z-index: 1000;
    }

    .product__top__image--container {
        padding-top: 0;
        margin-top: -11rem;
        margin-bottom: 25px;
    }

    .product__bottom {
        margin-top: 35px;
    }

    .product__bottom--container {
        padding-top: 3rem;
        padding-bottom: 4rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product__bottom--image.active {
        transform: translateX(15px);
    }

    /* Footer */
    .footer--list {
        padding: 0;
    }

    .footer--list li {
        font-size: 16px;
    }
    .footer--list li a{
        font-size: 16px;
    }
    .footer--list li p{
        font-size: 16px;
    }

    .footer--list--line {
        margin: 0;
        border: none;
    }
    .copy {
        margin-top: 10px;
    }

    .logoFooter {
        width: 180px;
    }

    .logoContainer {
        text-align: center;
        margin-bottom: 20px;
    }

    .aboutcontainer .hex--orange.hex {
        display: none;
    }
    .waarom__content {
        margin-top: 20px;
    }
    .waarom__images {
        margin-top: 50px;
    }
    .stichting {
        margin-top: 140px;
    }
    .stichting img {
        margin-bottom: 20px;
    }
    .stichting h2 {
        display: none;
    }

    .hexblock .hex--blue {
        top: 0;
        left: 50px;
    }
    .hexblock .hex {
        height: 38.32em;
        width: 22em;
        left: 50px;
        position: absolute;
    }
    .hexblock {
        position: relative;
        color: #fff;
        height: 213vh;
        margin-top: 20px;
        overflow: hidden;
    }
    .hexblock .hex p {
        font-size: 16px;
    }

    #hexGrid {
        margin: 40px auto;
    }

    .contact--container {
        height: 215vh;
    }

    .contact--container .hex--blue {
        display: none;
    }
    .cf7sg-container h2 {
        margin-bottom: 5px;
        margin-top: 25px;
        color: #bb0051;
    }
    .cf7sg-container h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cf7-smart-grid.has-grid .wpcf7-submit {
        background: #bb0051!important;
        border: none!important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {

}

.topLogo {
    z-index: 100000000000000000000000;
    position: fixed;
    top: -355px;
    transition: .4s;
}
.topLogo.view {
    z-index: 100000000000000000000000;
    position: fixed;
    top: -225px;
}