@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}footer{margin-top:100px;background:#021527}footer section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;padding:60px 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer a,footer p{color:#b3b3b3}footer .footer-logo{width:100%}footer .footer-logo img{margin-bottom:25px;width:215px}footer .footer-logo p{line-height:1.5}footer nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer nav .nav-title{margin-bottom:18px;font-family:"Cormorant Upright";font-size:18px;font-weight:500;color:#fff;letter-spacing:1.5px;text-transform:uppercase}footer nav a{-webkit-transition:250ms;transition:250ms;padding:4px 0;font-size:15px;font-weight:300;text-decoration:none}footer nav a:hover{color:#fff}footer nav a:not(:last-child){margin-bottom:6px}footer .copyright{display:block;width:100%;padding:25px 10px;border-top:1px solid #454545;font-size:12px;font-weight:300;color:#b3b3b3;text-align:center}@media (min-width:768px){footer .footer-logo{width:300px}footer .footer-logo img{width:100%}}@media (min-width:1024px){footer section{padding:100px 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:110px}}