#footer{
            display:grid;
            /* max-width:1200px; */
            /* height:400px; */
            margin:0 auto;
            background-color:#8AADB7;
            padding: 5%;
            grid-template-columns:  50px 2fr 2fr 2fr 1fr;
        }


        .col1, .col2, .col4, .col5{
          display: grid;
        }

    .col1, .col2, .col3, .col4, .col5{
        color:white;
        list-style: none;
        /* border:1px solid black; */
        justify-content: center;
        font-family: 'Raleway','sans-serif';
    }

    .col2, .col3, .col4{
      padding-left: 15%;
      padding-right: 15%;
      min-width: 290px;
    }

    .col1Txt, .col2Txt, .col3Txt, .col4Txt, .col5Txt{
        color:white;
        list-style: none;
    }

    .col3Txt{
        border-bottom: 1px solid white;
        padding: 3px;
    }
    .col4Txt{
        padding: 4px;
    }

    .col3Txt::marker {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '>';
        color: white;
    }

    #col3Txt7{
      border:none;
      padding-top: 35px;
      text-align: center;
    }


        #col4Txt7{
          border:none;
          padding-top: 10px;
          text-align: center;
          white-space: nowrap;
        }

    #col3Txt7::marker {
      content:' ';
    }

    #col4Txt7::marker {
        content:' ';
      }

    ul{padding:0;}
        #logo{
            padding:10px;
            padding-bottom:25px;
        }
        #hudLogo{
            padding-left:10px;
            padding-bottom:5px;
        }
@media(max-width: 1050px){
    #footer{grid-template-columns: repeat(1, 1fr);}
    .col3{justify-content: center!important;}
}
@media(min-width: 1050px){
    #footer{grid-template-columns: repeat(1,1fr 1fr 2fr 1fr 1fr);}
    .col3{justify-content: center!important;}
}


#footer-copyright {
    padding: 7px 20%;
    text-align: left;
    transition: .3s;
    color: white;
    background-color: #564F4F;
    font-size: .85rem;
}
.navtext{
    text-decoration: none;
}