/*========== WELCOLME SECTION =============*/
#particles-js
{
    width: 100%;
    height: 800px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: radial-gradient(#99c8e2,#E5F1F7);
    z-index : -1
}

.textLanding {
    text-align: center; 
    font-weight: 700;
    letter-spacing: .1rem; /*Separates the letters between each other to make it look nice*/
    font-family: 'Lora', serif;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    right: 50%;
    transform: translate(50%,-50%);
    max-width: 600px;
    padding: 2em 3em;
    z-index : 1000
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .textLanding {
        text-align: center; 
        font-weight: 700;
        letter-spacing: .1rem; /*Separates the letters between each other to make it look nice*/
        font-family: 'Lora', serif;
        text-transform: uppercase;
        position: absolute;
        top: 30%;
        right: 50%;
        transform: translate(50%,-50%);
        max-width: 600px;
        padding-top: 15em;
        z-index : 1000
    }
   }

.masthead {
    width: 100%;
    height: 800px;
    text-align: center;
    color: black;
    position: relative;
    overflow: hidden;
}