@media only screen and (max-device-width: 480px) {
    .small-bottom-mobile{
        margin-bottom:10%;
    }
    .small-bottom-margin{
        margin-bottom: 20px !important;
    }
    .medium-top-mobile{
        margin-top:5% !important;
    }
    .zero-margin-bottom-mobile{
        margin-bottom: 0 !important;
    }
    .no-top-margin{
        margin-top:0 !important;
    }
    .no-border{
        border: none !important;
    }
    .small-top-bottom{
        padding-top:10px !important;
        padding-bottom:10px !important;
    }
    .small-top{
        padding-top:10px !important;
    }
    .small-top-margin-mobile{
        margin-top:10px !important;
    }
    .small-left-mobile{
        padding-left: 5px;
    }
    body{
        margin:0;
        -webkit-overflow-scrolling: touch;
    }
    .verify-top{
        margin-top:40% !important;
    }
    .signin-top{
        margin-top:30% !important;
    }
    .small-top{
        padding-top: 20px !important;
    }

    .people-info{
        padding-top: 70px !important;
        padding-left: 20px !important;
        padding-bottom: 70px !important;
    }
    .setup-logo{
        padding-left: 38% !important;
        padding-top: 15% !important;
    }
    .full-width-mobile{
        width: 100% !important;
    }

}
@media only screen and (min-width: 992px) {
    .medium-top{
        margin-top:8% !important;
    }
    .setup-logo{
        margin-top: 5%;
        margin-left: 46%;
    }
    .small-top-margin{
        margin-top:10px !important;
    }

}
.footer{
    bottom: 0 !important;
    width: 100%;
}
.footer .navbar{
    margin-bottom: 0 !important;
}
.zero-padding{
    padding: 0 !important;
}
.w-50{
    width: 50%;
}
.terms-bckg{
    background-image: url('../img/african.jpeg');
}
.zero-margin{
    margin: 0 !important;
}
.people-info{
    padding-top: 150px;
    padding-left: 70px;
}
.links-vertical{
    padding-left: 0;
    list-style: none;
    color: white;
}
.links-vertical>li>a{
    color: #5a6169;
    font-weight: 400;
    text-decoration: none;
}
.links-vertical>li{
    padding-bottom: 10px;
}
.small-top{
    padding-top: 20px;
}
html{ overflow-y: scroll;}
.verify-top{
    margin-top:17%;
}
.signin-top{
    margin-top:10%;
}
.navbar{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 53px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.profile-img{
    border-radius: 100%;
    border: 1px solid lightgrey;
    height: 100px;
    width: 100px;
    margin-left:35%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.divider{
    margin-left: 46%;
    margin-top: -30px;
    margin-bottom: 10px;
    width: 30px;
    text-align: center;
    background-color: white;
}
.zero-top-margin{
    margin-top: 0;
}