@import url(https://fonts.googleapis.com/css?family=Lato:900);

#footer{
    border-width: 15px;
    background: #2E2E2E;
    position:absolute;
    bottom:0;
    height:15%;
    width:100%;
}

.text {
    color: #424242;
    font-family: Lato;
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
}

.text2 {
    color: #424242;
    font-family: Lato;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}

.text3 {
    color: #424242;
    font-family: Lato;
    font-size: 20px;
    text-align: center;
    margin-top: -20px;
    float: center;
}

#page-footer {
    display: none !important;
}

.footer {
    width: 100%;
    height: 70px;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: -350px;
}