.jumbotron.jumbotron-main {
    height: 100%;
    width: 100%;
    font-family: 'open sans', sans-serif;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    /*background: #6819e8;*/
    /*background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);*/
    /*background: -webkit-linear-gradient(left, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);*/
    /*background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 );*/
}

.jumbotron.jumbotron-main hr {
    border-width: 1px 0px;
    border-style: dotted none;
    border-color: rgba(255, 255, 255, 0.35);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49px;
    height: 4px;
    text-align: center;
    position: relative;
    clear: both;
}

.jumbotron.jumbotron-main a {
    color: #fff;
}

.center-vertically {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.center-vertically-holder {
    display: table;
    height: 100%;
}

.d-flex.masthead {
    /*padding-top: 0rem;*/
    padding-bottom: 0rem;
}

@media (max-width: 324px) and (min-width: 200px) {
    .masthead h1 {
        font-size: 1.9rem;
    }
}

@media (max-width: 450px) and (min-width: 325px) {
    .masthead h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 450px) {
    .content-section {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .content-section-heading h2 {
        font-size: 2rem;
    }
}


/*@media (max-width: 324px) and (min-width: 200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 450px) and (min-width: 325px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}*/

.service-icon {
    background-color: #fff;
    color: #343a40;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}

@media (min-width:992px) {
    .masthead h1 {
        font-size: 4.5rem;
    }
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.h3,
h3 {
    font-size: 1.25rem;
    padding-right: 1rem;
    font-weight: normal;
}

@media (min-width: 450px) and (max-width: 768px) {
    .masthead h1 {
        font-size: 2.5rem;
    }
}

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 0rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    font-family: 'open sans';
}

a {
    color: #5fccee;
}

#comingsoon {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

#comingsoon .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: black;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 50px;
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.bbh1 {
    font-size: 2.7em;
    font-weight: bold;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.bg-purple {
    background: #594ced8a !important;
}

.bg-purple-fade {
    background: linear-gradient(0deg, rgba(153, 46, 129, 0.61) 0%, rgba(89, 76, 237, 0.54) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#links a {
    font-weight: bold;
    color: #594cedcd;
    margin-bottom: .5em;
    display: block;
}

#faqList h5 a {
    color: #333;
}

#faqList .card .card-body a {
    color: #594cedcd;
}

#faqList .card {
    margin-bottom: .25em;
}