canvas {
    display: block;
    vertical-align: bottom;
    top: 0;
    position: absolute;
}
.logo img{  
		  background: rgba(0,0,0,0.4);
		  padding: 0px 10px;
}
.logo{
    margin-bottom: 40px;
}
.block{
	padding:100px 0;
}
.logo img {
    width: 200px;
    height: auto;
}
.main-text h2 {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-text {
    position: relative;
    color: #fff;
    padding: 0 20px;
}
.main-text p{
    font-size: 1.2em;
    display: inline-block;
    padding: 10px;
    margin: 15px auto 35px auto;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 30px;
    border: double #fff;
    border-width: 4px;
    color: #fff;
	    border-radius: 39px;
    background: rgba(0,0,0,0.5);
}
 .block {
    position: relative;
    z-index: 9999;
}
.bgc:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
     background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.coming-soon{
    height: 100vh;
    background-size: cover;
    text-align: center;
    position: relative;
}
.bgc-text{
    position: relative;
    top: 100px
}




 

 
