*{ box-sizing: border-box}
/*background: #FCFFF9;

    color:  #487660;*/
body{
    font-weight:600;
}

.section{
    text-align: center;
    height: 100%;
    color: #487660;
    border-top: 30px solid #69807F;
    margin-top: 0;
    padding: 50px 100px;

}
#canvas {
    opacity:.2;
}
a.hover {
    color:#FCFFF9;
}
h2{
     margin: 30px;
 }

canvas {
    position:absolute;
    top:0; left:0;
}

footer {
    background: #FCFFF9;

    color:  #487660;
    padding-right: 20px;
}
footer p{
    margin: 0;
    padding-bottom: 16px;
}




@media (max-width: 1000px)  {
    .section {
        padding: 50px 0;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 40px;
    }
    footer p {
        font-size: 30px;
    }


}





