nav a {
    text-decoration: none;
    color: #c1add8;
    font-family: "Times New Roman";
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
    border-radius: 15px 15px;
}

section {
    margin: 0 auto;
    padding: 10px 30px;
    text-align: center;
}


.shade5 {
    background: #FFFFFF;
}



/* Effect 5 */
.effect786 {
    position: relative;
    z-index: 1;
}

    .effect786 a {
        margin: 0 0px;
        overflow: hidden;
    }

        .effect786 a span {
            color: #FFFFFF;
            background: #B22327;
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            transition: transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            -webkit-transition: -webkit-transform 0.3s;
        }

        .effect786 a::before {
            color: #662d91;
            background: #FFFFFF;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            padding: 0;
            width: 100%;
            height: 100%;
            content: attr(data-hover);
            transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0,0,0);
        }

        .effect786 a:hover span,
        .effect786 a:focus span {
            transform: translateY(100%);
            -moz-transform: translateY(100%);
            -webkit-transform: translateY(100%);
        }

        .effect786 a:hover::before,
        .effect786 a:focus::before {
            transform: translateY(0%);
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
        }

.row7 {
    display: flex;
}

@media screen and (min-width:768px) {
    .col-sm-auto.ms-auto.pr-0.align-self-center {
        margin-left: 200px !important;
    }
}
