body {
    min-height: 100vh;
    width: 100vw;
    background: linear-gradient(#0593FB, #ADADAD);
    padding: 1rem;
    color: white;
    overflow-y: scroll;
}

body {
    
}

.amzing-logo-footer{
    height: 2rem;
    width: calc(100% - 2rem);
    position: fixed;

    bottom: 0px;
    background-image: url(../resources/AMZingLogo-white.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
     
}

.icon-100 {
    width: 100px;
    height: auto;
}

.icon-50 {
    width: 50px;
    height: auto;
}

.icon-20 {
    width: 20px;
    height: auto;
}

.circle {
    border-radius: 50%;
}

.header {
    padding: 1rem;
}

.shaddow-effect {
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25);
}

.card {
    margin-bottom: 1rem;
}

.img-fill-w {
    width: 100%;
    height: auto;
}
.img-fill-h {
    height: 100%;
    width: auto;
}
.container-fluid {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bordered {
    padding: 0.5rem;
    border: 1px solid #000;
}

.title {
    font-variant: small-caps;
    font-weight: 600;    
}

.img-50 {
    width: 50%;
    height: auto;
}

.img-25 {
    width: 25%;
    height: auto;
}

td {
    padding: 1rem;
    vertical-align: middle;
}

hr {
    background-color: #fff;
}

div[class*='col']{
    padding-bottom: 1rem;
    padding-top: 1rem;
    vertical-align: middle;
}
