.page__style{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;overflow:hidden}.page__description{color:#fff;font-weight:300;text-align:center}h1{font-weight:300;margin-top:200px;margin-bottom:30px}.btn_nav{background:#002a32;border-radius:30px;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;padding:17px 30px;width:146px}.btn_nav:active,.btn_nav:focus{outline:none}a{text-decoration:none;color:#fff}a:hover{text-decoration:underline}.animate_content{animation:animate 3s ease forwards}@keyframes animate{0%{transform:scale(1);opacity:1}10%{transform:scaleY(.002)}35%{transform:scale(.2,.002);opacity:1}50%{transform:scale(.2,.002);opacity:0}85%{transform:scaleY(.002);opacity:1}to{transform:scale(1);opacity:1}}.fadeIn{z-index:10}.home{background:#5da9e9}.projects{background:#bd5de9}.skills{background:#5de974}.about{background:#fb9b33}.contact{background:#c9cdc0}@media only screen and (max-width:767px){.page__description h1{margin-top:100px}}