﻿/* Place Your Custom Styles Here */
a:hover {text-decoration: underline;}
a:hover.nav-link  {text-decoration: underline;}

.btn {margin-bottom: 5px;}

.btn-icon.btn-sm {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
}

.mb-7 {font-size: 1.225rem}

#contact {margin-top: 2rem;}

.footer-link {color: #6C63FF;}
a:hover.footer-link {color: #FFFFFF !important;}

footer .mb-8, .my-8 {
    margin-bottom: 0rem !important;
}

@media (max-width: 991.98px) {
#avatar {width: 150px !important;

  }

  @media (min-width: 992px) {
    .pb-lg-12, .py-lg-12 {
        padding-bottom: 0rem;
    }
}


@media (min-width: 992px) {
    .pt-lg-12, .py-lg-12 {
        padding-top: 0rem;
    }
}
