header{
    padding: 30px;
    background-color: #F3EFE0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
}
header img{
    width: 300px;
}
img{
    max-width: 100%;
}
body{
    overflow: hidden; 
}
.is-content{
    text-align: center;
    color: rgba(255,255,255,0.9);
    background-size: cover;
    position: relative;
    margin-top: 117px;
    padding: 0;
}
.img-content{
    position: relative;
}
.img-content:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(133,187,101,0.7);
    width: 100%;
    height: 100%;
}
.content{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
}

.content h1{
    font-size: 48px;
    font-weight: 700;
}
.content p{
    font-size: 24px;
}
footer{
    color: #365653;
    padding: 30px;
    font-size: 18px;
    background-color: #F3EFE0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
footer p{
    position: relative;
    padding-left: 15px;
}
footer p a{
    color: #365653;
}
footer p:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    background-color: #365653;
    left: 0;
    opacity: 0.1;
}