header{padding:20px}app-home{display:block;height:100%}.logo img{max-height:4rem;-webkit-animation-name:opacify;animation-name:opacify;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;transition:transform .2s ease-in-out}.logo img:hover{transform:scale(1.1)}@-webkit-keyframes opacify{0%{opacity:.01}to{opacity:.95}}@keyframes opacify{0%{opacity:.01}to{opacity:.95}}.splash{background-image:url(/assets/canisMajor.jpg);min-height:100%;background-size:cover;background-attachment:fixed;position:relative}.overlay,.splash{background-repeat:no-repeat;background-position:bottom}.overlay{position:absolute;pointer-events:none;background-image:url(/assets/overlay.png);background-size:contain;top:0;left:0;bottom:0;right:0}.about{min-height:50%;margin-top:100px;color:hsla(0,0%,100%,.95);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;background:linear-gradient(180deg,#000 50%,#2f91cf)}.about p{text-align:center;max-width:600px;font-size:30px;padding:2em 1em;margin:1em;background-color:#000;border-top:5px dashed #2f91cf}.about img{opacity:.95;vertical-align:middle;height:48px;margin-right:4px;position:relative;top:-2px}.about strong{color:#2f91cf;font-style:italic}.next{background-color:#2f91cf;min-height:100vh}footer{color:#fff;padding:4em 1em;display:grid;max-width:1000px;margin:auto;grid-template-columns:1fr 1fr;grid-gap:1em}@media screen and (max-width:768px){footer{grid-template-columns:1fr}}footer address{font-size:20px;font-style:normal;flex-basis:50%}footer address p{margin:.5em}footer .contactUs h2{margin-top:0}footer .contactUs form input,footer .contactUs form textarea{font-size:16px;display:block;width:100%;padding:.5rem;margin:.5rem 0;resize:vertical;font-family:Lucida Sans Unicode,Lucida Grande,sans-serif}footer .contactUs form button[type=submit]{font-size:16px;font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#2f91cf;color:#000;padding:.5em 2em;border:none}*,form,input,textarea{box-sizing:border-box}body,html{margin:0;padding:0;background-color:#000;height:100%}html{font-size:16px;font-family:Lucida Sans Unicode,Lucida Grande,sans-serif}