
html{
    position: relative;
    height: 88%;
}

body{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: transparent;
}

#home{
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    z-index: 111;
}
.home-img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}
.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
}

/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}



.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text {
    width: 100%;
    padding: 20px 0px;
    padding-bottom: 60px;
    background-color: rgba(0, 0, 0, 0.19);
}
.home-text h2, #typed {
    font-size: 44px;
    color: white;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 14px;
    margin-top: 20px;
}
.home-text h2, #typed, .typed-cursor {
    font-size: 42px;
    color: white;
    font-weight: 100;
}
.home-text h3 {
    font-size: 31px;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

