header {
    dat-background: url(https://s-media-cache-ak0.pinimg.com/originals/c0/e5/bb/c0e5bb067c645bc997f07c3f852d66fd.jpg);
    height: 100vh;
    background-size: cover;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-attachment: fixed;
    text-shadow: 1px 0 0;
}

#socials {
    position: absolute;
    right: 15px;
    top: 10px;
}

#socials a {
    color: #fff;
    font-size: 1.5em;
}

#headertitle {
    padding: 0 15px;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    font-family: Playfair
}

p {
    max-width: 1000px;
    margin: 0 auto 20px;
}

#AboutUs {
    background: #fff;
    height: 45vh;
    background-size: cover;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #7f5f8e;
    background-attachment: fixed;
}

#Portfolio {
    background: #fff;
    height: 40vh;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #7f5f8e;
}

.btn{
    color:#7f5f8e;
    font-size: 20px;
    background-color: none;
    padding: 12px 22px;
    border: 3px solid #7f5f8e;
    box-shadow: none;
    margin-top: 20px;
    }
  

#AboutUs p {
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
}

Splash1 {
    background: url(images/14.jpg);
    height: 70vh;
    background-size: cover;
    margin: 0, 0, 0, 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-attachment: fixed;
}

Splash {
    
    background: url(http://www.japanzine.jp/wp-content/uploads/2006/09/Mt-Fuji-1.jpg);
    height: 70vh;
    background-size: cover;
    margin: 0, 0, 0, 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-attachment: fixed;
}

#filler {
    font-size: 4em;
}

Contact {
    background: #fff;
    height: 40vh;
    background-size: cover;
    margin-bottom: 0px;
    display: flex;
    position: center;
    padding-top: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

Contact #mail {
    color: #7f5f8e;
    font-size: 22px;
}

#contactsocials a {
    font-size: 3em;
    margin-left: 0px;
    color: #7f5f8e;
    align-items: center;
}

Footer {
    background: url(https://static.pexels.com/photos/8395/lights-night-unsharp-blured.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 5vh;
}

Footer p {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    left: 0px;
}

Footer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

@font-face {
    font-family: "Playfair";
    src: url(/content/font/PlayfairDisplay-Regular.ttf) format("truetype");
}

#video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}


