.test {
    background-color: tomato;
    color: white;
    border: 2px solid black;
    margin: 20px;
    padding: 20px;
}


.quicksand-500 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
    background: white;
    font-weight: 200;
    margin-bottom:50px
}


.fullframe {
    margin-bottom: 1rem;
    margin-left: 3rem;
    margin-right: 1rem;
    padding: 1rem;
}


/* ============================== SIDE NAVBAR ============================== */
.leftbar {
    top: 0;
    margin: 0;
    padding: 0;
    width: 2rem;
    /* background-color: #eeeeee; */
    position: fixed;
    height: 100%;
    writing-mode: vertical-rl;
    text-align: center;
}


/* ============================== MAIN NAVBAR ============================== */
.nav-text {
    padding: 0px 10px 0px 10px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.nav-text.active {
    color: #1289A7;
    background-color: #fff;
}

.nav-text.selected {
    color: #ee5253;
    text-decoration: underline;
    background-color: #fff;
}


.icon {
    height: 30px;
}



/* ============================== TILES ============================== */
.tile {
    /* border: 2px solid #60a3bc; */
    border-radius: 10px;
    text-align: center solid;
    padding: 10px;
    background-color: #82ccddaa;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20px;
    color:white;
    width:25rem !important;
    margin-bottom: 2rem;
}

/* ============================== HEADINGS ============================== */
h6 {
    color: #01a3a4;
}


/* ============================== SECTIONING ============================== */
.indent1 {
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
}


/* ============================== TABLE ============================== */
tr {
    line-height: 14px;
}

.cntr {
    text-align: center;
}


/* ============================== DROPZONE ============================== */
/* Credit: https://www.youtube.com/watch?v=jUtCtlCRAT4 */
.dz {
    border: dashed !important;
    border-color: #40739e !important;
    border-radius: 10px !important;
    transition: 0.3s;
}

/* Credit: https://www.youtube.com/watch?v=jUtCtlCRAT4 */
.dz:hover {
    background-color: #c7ecee !important;
}


code {
    background-color: #eee;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
}


div.centre {
    text-align: center;
    margin: auto;
}


img.showcase {
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    padding: 12px;
    border-radius: 50%;
    filter: drop-shadow(10px 10px 4px #22222222);
}