.copyright {
    background: #2b2f34!important;
    overflow: hidden;
}

.copyright h3 {
    color: white;
    font-size: 10px;
    padding: 8px;
    margin-bottom: 0;
    width: 30%;
    float: left;
}

.mainF {
    background: #343a40!important;
    padding: 20px;
    border-top: 4px solid orange;
    padding-bottom: 0;
}

.aboutFooter h2, .pageLink h2 {
    color: white;
    border-bottom: 1px solid white;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}

.aboutFooter p, .pageLink p {
    color: #999;
    font-size: 14px;
    text-align: right;
}
ul.footerLink {
    list-style: none;
    float: right;
}

ul.footerLink li {
    display: inline-block;
}

ul.footerLink li a {
    color: orange;
    border-right: 2px solid orange;
    padding: 0px 6px;
    font-size: 11px;
}


.socialLink {
    float: right;
    width: 50%;
    display: grid;
    place-content: center;
    padding: 8px;
    position: relative;
}

ul.footerSocial {
    list-style: none;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 3px;
    margin-top: 8px;
}

ul.footerSocial li {
    display: inline-block;
    padding-right: 3px;
}
ul.footerSocial li a i {
    font-size: 16px;
    transition: all 0.4s;
    background: #ddd;
    border-radius: 50px;
    padding: 4px;
}
ul.footerSocial li a i:hover {
    transform: rotate(360deg);
}

@media (min-width: 1200px){
    .copyright h3{
        font-size: 15px;
        width: 50%;
    }
    ul.footerSocial li a i{
        font-size: 25px;
    }
    ul.footerSocial li{
        margin-right: 17px;
    }
    .aboutF {
    display: block !important;
    }
    ul.footerSocial{
        margin-top: 0;
    }
}

@media (min-width: 768px){
    .copyright h3{
        font-size: 15px;
        width: 50%;
    }
    ul.footerSocial li a i{
        font-size: 25px;
    }
    ul.footerSocial li{
        margin-right: 17px;
    }
    .aboutF {
    display: block !important;
    }
    ul.footerSocial{
        margin-top: 0;
    }
    
}

.aboutF {
    display: none;
}