body {
        background-image: url('zakportfolio.jpeg');
        background-size: cover;
        background-attachment: fixed;
        color: #006400;
        /*darkgreen*/
    }

    p {
        font-size: 1.2rem;
        color: #0d0906;
        /*black*/
    }
    .activenav{
        background-color: #045bc5;
    }

    .navbar.row {
        background-color: #1373e7;
        /*blue*/
        /*blue*/
        padding-bottom: 0px !important;
    }

    .nav {
        /*background-color: blue;*/
        /*border-radius: 50%;*/
        /*think about changing radius to match page corners*/
        box-sizing: border-box;
        color: #fffeff;
        /*white*/
        /*white*/
        height: 50px;
        /*width: 85px;*/
        text-align: center;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        /*margin-top: 10px;*/
        /*margin: auto;*/
    }

    .nav:hover {
        background-color: #045bc5;
        /*darkblue*/
    }

    .activepage {}

    .nonactivepage {
        display: none !important;
    }

    .page {
        background-color: #fffeff;
        /*white*/
        /*margin-top: -10px;*/
        /*margin: auto;*/
        /*border-radius: 7px;*/
        border-radius: 0px 0px 7px 7px;
        padding: 40px !important;
        padding-right: 40px !important;
        padding-left: 40px !important;
        /*width: 800px;*/
    }

    .column {
        margin-bottom: 60px !important;
    }

    .linkbox {
        background-color: #1373e7;
        /*blue*/
        /*margin: 10px;*/
        width: 75px !important;
        height: 75px !important;
        /*border-radius: 5px;*/
        border-radius: 50px;
    }

    .linkbox:hover {
        background-color: #045bc5;
        /*height:  100px !important;
        width: 100px !important;*/

        /*darkblue*/
    }

    .linkbox:last-child() {
        background-color: grey;
    }

    .quotes {
        width: 80vw;
        min-height: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        z-index: 2;
    }

    .quotes .box {
        position: relative;
        width: 20vw;
        height: 50vh;
        min-height: 320px;
        background: #f2f2f2;
        overflow: hidden;
        transition: all 0.5s ease-in;
        z-index: 2;
        box-sizing: border-box;
        padding: 25px;
        box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
    }

    .quotes .box::before {
        content: '\201C';
        position: absolute;
        top: -20px;
        left: 5px;
        width: 100%;
        height: 100%;
        font-size: 120px;
        opacity: 0.2;
        background: transparent;
        pointer-events: none;
    }

    .quotes .box::after {
        /*content: '\201D';*/
        /*position: absolute;*/
        /*bottom: -10%;*/
        /*right: 5%;*/
        /*font-size: 120px;*/
        /*opacity: 0.2;*/
        /*background: transparent;*/
        /*filter: invert(1);*/
        /*pointer-events: none;*/
    }

    .quotes .box p {
        margin: 0;
        /*padding: 10px;*/
        padding-top: 10px;
        font-size: 1.2rem;
        color: inherit;
    }

    .quotes .box h2 {
        /*position: absolute;*/
        margin: 0;
        padding: 0;
        bottom: 10%;
        right: 10%;
        font-size: 1.5rem;
    }

    .quotes .box:hover {
        color: #fffeff !important;
        box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
    }

    .quotes .bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: all 0.5s ease-in;
        pointer-events: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .quotes .box.box1:hover,
    .quotes .box.box1:hover~.bg {
        opacity: 1;
        background: #006400;
        background: -moz-linear-gradient(-45deg, #006400 15%, #1373e7 100%); /*#006400*/
        background: -webkit-linear-gradient(-45deg, #006400 15%, #1373e7 100%);/*#1373e7*/
        background: linear-gradient(135deg, #006400 15%, #1373e7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006400', endColorstr='#1373e7', GradientType=1);
    }

    .quotes .box.box2:hover,
    .quotes .box.box2:hover~.bg {
        opacity: 1;
        background: #1373e7;
        background: -moz-linear-gradient(-45deg, #1373e7 15%, #fffeff 100%); /*#1373e7*/
        background: -webkit-linear-gradient(-45deg, #1373e7 15%, #fffeff 100%);/*#fffeff*/
        background: linear-gradient(135deg, #1373e7 15%, #fffeff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1373e7', endColorstr='#fffeff', GradientType=1);
    }

    .quotes .box.box3:hover,
    .quotes .box.box3:hover~.bg {
        opacity: 1;
        background: #1373e7;
        background: -moz-linear-gradient(-45deg, #1373e7 15%, #006400 100%);/*#006400*/
        background: -webkit-linear-gradient(-45deg, #1373e7 15%, #006400 100%);/*#1373e7*/
        background: linear-gradient(135deg, #1373e7 15%, #006400 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1373e7', endColorstr='#006400', GradientType=1);
    }
    .quotes .box.box4:hover,
    .quotes .box.box4:hover~.bg {
        opacity: 1;
        background: #1373e7;
        background: -moz-linear-gradient(-45deg, #1373e7 15%, #fffeff 100%); /*#1373e7*/
        background: -webkit-linear-gradient(-45deg, #1373e7 15%, #fffeff 100%);/*#fffeff*/
        background: linear-gradient(135deg, #1373e7 15%, #fffeff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1373e7', endColorstr='#fffeff', GradientType=1);
    }
