        /* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

a {
    color: #536DFE;
  }

a:hover {
    color: #FF4081;
}

#particles-js{
    width: 100%;
    height: 100%;
    background-color: #303F9F;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
  }

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body>.container {
    padding: 60px 15px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

body,
        html {
            height: 100%;
            margin: 0;
        }

        .bgimg-1,
        .bgimg-2,
        .bgimg-3 {
            position: relative;
            /* opacity: 0.65; */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

        }

        .bgimg-1 {
            background-image: url("../socmed.jpg");
            height: 100%;
        }

        .masthead {
            position: relative;
            overflow: hidden;
            padding-bottom: 3rem;
            z-index: 2;
        }

        .masthead .masthead-bg {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            min-height: 35rem;
            height: 100%;
            /* background-color: rgba(0, 46, 102, 0.8); */
            background-color: #000;
            opacity: 0.65;
            transform: skewY(4deg);
            transform-origin: bottom right;
        }

        .masthead .masthead-content h1 {
            font-size: 2.5rem;
        }

        .masthead .masthead-content p {
            font-size: 1.2rem;
        }

        .masthead .masthead-content p strong {
            font-weight: 700;
        }

        .masthead .masthead-content .input-group-newsletter input {
            height: auto;
            font-size: 1rem;
            padding: 1rem;
        }

        .masthead .masthead-content .input-group-newsletter button {
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 1rem;
        }

        @media (min-width: 768px) {
            .masthead {
                height: 100%;
                min-height: 0;
                width: 40.5rem;
                padding-bottom: 0;
            }

            .masthead .masthead-bg {
                min-height: 0;
                transform: skewX(-8deg);
                transform-origin: top right;
            }

            .masthead .masthead-content {
                padding-left: 3rem;
                padding-right: 10rem;
            }

            .masthead .masthead-content h1 {
                font-size: 3.5rem;
            }

            .masthead .masthead-content p {
                font-size: 1.3rem;
            }
        }