@charset "utf-8";*{padding:0;margin:0}
*,*::after,*::before{box-sizing:border-box}
body{font-weight:normal;font-family: 'Montserrat', sans-serif;}
body.bg {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html,.bg {

    height: 100%;
    position: relative;
    width: 100%;

}
.wrapper {
    display: flex;
min-height: 100vh;
position: relative;
justify-content: center;
align-items: center;
padding: 50px 0 80px 0;
box-sizing: border-box;
transition: top .5s;
top: 0;
text-align: center;
}
.title, .description {
    color: #505050;
}
.title {
    font-size: 55px;
    
}
img.logo {
    margin:0 0 25px 0;
}
.description {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
}
button#conatct-button {
    color: #fff;
    padding: 15px 20px;
    border: 0;
    background: #2ea2d6;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
}
.follow-us {
    display: block;
    width: 100%;
    margin-top: 40px;
}

content {min-width: 100%;display: table-cell;z-index: 9999;position: relative;vertical-align: middle;}

ul {
    text-align: center;
}

.follow-us ul li .fa {
    color: rgba(80,80,80,1);
    font-size: 25px;
    margin: 0 10px;
}
.follow-us ul li .fa:hover {
    color: rgba(80,80,80,1);
    font-size: 25px;
    margin: 0 10px;
}

.follow-us ul li i.fa.fa-twitter-square:hover
{color:#00aced;}
.follow-us ul li i.fa.fa-instagram:hover
{color:#bc2a8d;}
.follow-us ul li i.fa.fa-linkedin-square:hover
{color:#007bb6;}

.follow-us ul li {
    display: inline-block;
}
.address{margin: 10px 0 0 0;line-height: 1.5;}
.title2{margin: 10px 0 20px 0;font-size: 35px;display: block;}
.link{color:#000;}
@media only screen and (max-height:680px)
{
.wrapper
{padding: 0px 0px;}
}


@media only screen and (max-width:680px)
{
.wrapper
{padding: 0px 0px;}

.title {
    font-size: 35px;
    margin-top: 70px;
}
.description {
    margin-top: 40px;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
}
.title2{font-size:25px;}
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particle-canvas {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background: $background;
}
div#particle-canvas div {
    background-attachment: fixed !important;
    background-size: cover !important;
}
