header{z-index:100;overflow:hidden;position:fixed;top:0;left:0;width:100%;background-color:rgba(40,37,41,.549);box-shadow:0 .1px 1px #f0a24a}@media (max-width:991px){header .container{justify-content:center;display:flex;align-items:center}}header .row{width:100%;padding:0;display:flex;justify-content:center}header .col-12,header .col-12 div{display:flex;align-items:center}@media (max-width:991px){header .col-12 div{justify-content:center}}header .col-12 div.socials{justify-content:flex-end}@media (max-width:991px){header .col-12 div.socials{justify-content:center}}header .col-12 div.socials ul{display:flex;list-style-type:none;margin-bottom:0;padding:0}header .col-12 div.socials ul li{padding:0 10px;color:#b9a690;font-size:20px;display:flex;align-items:center;line-height:90%}header .col-12 div.socials ul li span{-webkit-transform:translateY(2px);transform:translateY(2px)}header .col-12 div.socials ul li path{transition:.5s;fill:#b9a690}header .col-12 div.socials ul li:hover{cursor:pointer}header .col-12 div.socials ul li:hover svg path{fill:#f0a24a;transition:.5s}header .col-12 div.socials ul li svg{height:25px;width:auto}header .title{display:flex;flex-wrap:wrap;align-items:center;width:100%;padding:10px 5px;box-shadow:0 4px 2px -3px #f0a24a}header .title h1{margin-bottom:0;padding:0 10px 0 0;font-size:20px;color:#f0a24a;width:auto}@media (max-width:500px){header .title h1{font-size:18px}}header .title h2{margin-bottom:0;font-size:20px;color:#b9a690;width:auto;padding:0}@media (max-width:500px){header .title h2{font-size:18px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#282529;box-shadow:inset 0 0 2px #b9a690}::-webkit-scrollbar-thumb{background:#b9a690}::-webkit-scrollbar-thumb:hover{background:#8f806e}footer{background-color:#282529;display:flex;justify-content:center;padding:10px 0;align-items:center}footer p{color:#f0a24a;margin-bottom:0}