@media (max-width: 615px){
    .navigation-wrapper{
        flex-direction: column;
        height: 100%;
    }

    .navigation-wrapper > .left-collumn{
        order: 2;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .navigation-wrapper > .center-column{
        order: 1;
        width: 100%;
    }

    .navigation-wrapper > .right-column{
        order: 3;
        margin-top: 10px;
    }

    .links-wrapper{
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .links-wrapper > .nav-link{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.5em;
        width: 100%;
    }

    .paralax-section{
        padding: 50px 10px;
    }

    .features-section{
        height: 100%
    }

    .features-section > .columns-wrapper{
        width: 100%;
        flex-direction: column;
    }
    
    .footer{
        height: 100%;
        padding: 15px;
    }

    .skew-header > .skew-header-wrapper > .skew-header-content{
        flex-direction: column;
    }

    .skew-header > .header-bg {
        background-size: 700px;
    }

    .page-container{
        padding-left: 21px;
        padding-right: 21px;
    }

    .content-wrapper > #illuminati{
        margin: 0px 0px 25px 0px !important;
        width: 100% !important;
    }

    .square{
        grid-template-columns: 1fr !important;
    }

    .square > .img-wrapper{
        order: 2;
    }
    
    .square > .square-text-wrapper{
        order: 1;
    }

    .contact-grid-wrapper{
        width: 100%;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .contact-grid-wrapper > .contact-info-sidebar-wrapper{
        display: grid;
        justify-content: center;
    }
    
    .form input{
        padding: 1.5em 0rem;
    }
    
    .form textarea{
        padding: 1.5em 0rem;
    }
}
