/** * inc/style.min.css: CSS overrides so we don't have to host our own custom Bootstrap. ** @author Jesse Phillips <james@jamesphillipsuk.com>, 2020, 2022. **/[class*="primary"]{background-color:#D62828 !important;color:#FBFEF9 !important;}[class*="text-primary"]{color:#D62828 !important;background-color:#FBFEF9 !important;}[class*="dark"]{background-color:#373F47 !important;color:#FBFEF9 !important;}[class*="light"]{background-color:#FBFEF9 !important;color:#373F47 !important;}[class*="info"]{background-color:#00A8E8 !important;color:#FBFEF9 !important;}[class*="warning"]{background-color:#F5B82E !important;color:#373F47 !important;}[class*="container"]{padding-top:1rem;padding-bottom:1rem;}#nav{z-index:0;border-bottom:3px solid #D62828;background-color:#FFF !important;}#logo-img{width:15vw;border-radius:50%;border:2px solid #FBFEF9;margin-top:3.75rem;margin-left:-3.75rem;z-index:9000;position:fixed;}#first-container{height:65vh;overflow:hidden;padding:0;background:linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url("./img/BUCS2020-Compressed.jpg") no-repeat center center fixed;background-size: cover;}#first-content{z-index:-1;}a{text-decoration:none;}*{font-family:'Open Sans', sans-serif !important;}i{font-family:"Font Awesome 5 Brands" !important;}h1,h2,h3,h4,h5,h6{font-family:'Oswald', sans-serif !important;color:#D62828;}html{scroll-behavior:smooth;}.medal{text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;}.bronze{color:brown;}.silver{color:silver;}.gold{color:gold;}