html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}

.hidden {
    display: none !important;
}

.site-button{
    width:250px;
    margin-right: 10px;
    margin-bottom: 10px;
}

div#card-container{
    column-count: 3;
}

div#right-column {
    margin-bottom: 10vh;
}

div.link-list{
    margin-bottom: 5vh;
}

div#picture > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

div#links > div{
    text-align: center;
    margin-bottom:5px;
}

.color-swatch {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-swatch span {
    color: #fff;
    text-shadow: 0px 0px 6px #000;
}

#qr_modal_button i {
    padding-top: 4px;
    color: #009688;
}
