    body {
        background-color: rgb(255, 255, 250);
    }

    header {
        max-width: 100% !important;
    }

    main {
        margin-bottom: 50px;
    }

    nav {z-index: 2}

    footer {
        position: relative;
        bottom: 0px;
        width: 100%;
        background-color: gray;
        height: 150px;
        padding: 20px;

    }
 
    .logo {
        position: absolute;
        z-index: 2;
        margin: 20px;
        padding: 2px;
        border-radius: 20px;
        overflow: hidden;
    }

    .logo img{
        z-index: 2;
        width: 350px;
        background-color: rgba(0,0,0,.3);
    }

    .logo-sm img{
        z-index: 2;
        height: 200px;
    }


    #portfolio img {
        filter: drop-shadow(0 4px 8px rgba(0,0,0,1));
    }

    .tagline {
        background-color: rgba(0,0,0,.5);
        border-radius: 75px;
        padding: 0px 20px;
    }

    .fut div{
        flex-grow: 1;
        font-size: 12px;     
    }

    .fut div h5{font-weight: bold; margin: 0px; font-size: 14px;}
    .fut div address{font-style: normal; text-align: left;}
    .fut div a{display: block; margin-bottom:5px;}
    .fut div img {display: block;}

    .fut div#associations {
       display: flex;
       flex-direction: column;
       align-items: center;
    }

    .nav-sm {
        position: fixed;
        width: 100%;
        bottom: 0px;
        display: flex;
        flex: 1;
        align-items: center;
        flex-direction: column;
    }

 
    #testimonials div p{
        font-weight: bold;
    }
    #testimonials div q{
        display: block;
        font-weight: normal;
        margin-bottom: 10px;
    
    }