@keyframes moveLeftRight{0%{transform:translate(0)}50%{transform:translate(-10px)}}header.hero{height:820px;background-image:url(/images/header_image.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom center;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-bottom:100px}@media(max-width:768px){header.hero{margin-bottom:40px;padding:30px 0;justify-content:flex-start;height:auto;background-position:65% 100%}}header.hero .container{width:100%}header.hero .inner{max-width:950px}header.hero .logo{width:250px;margin-bottom:10px}@media(max-width:768px){header.hero .logo{width:130px}}header.hero h1{font-size:120px;color:#fff;margin:10px 0;line-height:100%}@media(max-width:768px){header.hero h1{font-size:32px}}header.hero h2{font-size:36px;line-height:1.33em;color:#fff}@media(max-width:768px){header.hero h2{font-size:20px}}.content-container{margin-bottom:100px}@media(max-width:768px){.content-container{margin-bottom:60px}}footer{padding:30px;border-top:1px solid #CCCCCC}footer .logo{width:90px}footer nav{color:#000;display:flex}footer nav a{padding-right:10px;border-right:1px solid black;margin-right:10px;text-decoration:none;color:#000}footer nav a:hover{text-decoration:underline}footer nav a:last-child{padding-right:0;margin-right:0;border:none}
