html, body {
    height: 100vh;
    /* overflow: hidden; */
    touch-action: none;
}

body {
    /*font-family: Verdana, "Helvetica Neue", Tahoma, "Trebuchet MS", sans-serif;*/
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    color: #444;
    background: #f5f5f5;
}


/*overrides bulma*/
.title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subtitle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: italic;
}

/* .is-fullheight {
    position: fixed;
    height: 100%;
} */

h3,
h4,
h3 small {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #444;
}

a:hover {
    color: #5BAFEF;
}

a:hover:after {
    bottom: -11px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.hero {
    position: relative;
}

#section-intro {
    position: relative;
}

#canvas-demo {
    /* width: 100%; */
    /* height: 100%; */
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* image-rendering: pixelated; */
}

.has-shadow {
    padding: 3rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1);
    box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1);
}

.transition-slow {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.container-main {
    min-width: 320px;
}

.business-card {
    width: 100%;
    height: 100vh;
    line-height: 1.2;
}

.business-card tr:nth-child(1) td {
    font-size: 16px;
    font-size: 8vw;
    white-space: nowrap;
    vertical-align: bottom;
}

.business-card tr:nth-child(2) td a {
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1);
    box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1);
}

.business-card tr:nth-child(2) td a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.business-card tr:nth-child(2) td {
    font-size: 16px;
    font-size: 8vw;
    white-space: nowrap;
    vertical-align: top;
}

.business-card tr:nth-child(3) td {
    height: 50px;
    font-size: 12px;
    font-size: 4vw;
}

#link-about {
    font-size: 14px;
    color: #444;
}



































.color-red {
    color: #f92672;
}

.color-orange {
    color: #fd971f;
}

.color-yellow {
    color: #e6db74;
}

.color-green {
    color: #a6e22e;
}

.color-blue {
    color: #66d9ef;
}

.color-purple {
    color: #ae81ff;
}