body {
    background-color: #fff;
    padding: 0;
    font-family: "Lato", sans-serif !important;
 }
 
 header {
    box-shadow: 0px -2px 9px 0px #0000008c;
    position: fixed;
    z-index: 999;
    background: white;
    width: 100%;
 }
 section {
    margin-bottom: 2rem;
 }
 .header-reset {
    height: 52px;
 }
 footer {
    background: #030303;
    margin-top: 50px;
    padding: 20px;
 }
 
 footer * {
    color: #fff !important;
 }
 ul {
    padding: 0;
 }
 a,
 a:hover {
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
 }
 a:hover {
    text-decoration: none !important;
    color: #ff4200 !important;
 }
 
 ::selection {
    background-color: #ff4200;
    color: #fff;
 }