/*
Template:  Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This file contains the styling for the band Template. You can edit/add anything in this file!
*/

h1, h2, h3, h4, h5, h6 {
    color: #363636;
    margin-top: 0px;
}

.button {
}

.button, .form-control, #back-to-top .top, .footer-Newsletter .form-control {
    border-radius: 0;
}

.coming-soon h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}

.coming-soon-effects {
    width: 100%;
    display: block;
    position: absolute;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover !important;
}

canvas {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover !important;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: 1;
}

.coming-soon, .coming-soon .logo {
    position: relative;
    z-index: 9;
}


