@import url("https://fonts.googleapis.com/css?family=Palanquin");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Scroller */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
}
 
::-webkit-scrollbar-thumb {
    background: #cf5716; 
}

::-webkit-scrollbar-thumb:hover {
    background: #202023; 
}

.splash {
 height: 420px;
 background: url(../img/home-splash.png) no-repeat #333333;
 background-size: contain;
 background-position: 0px 97%;
 text-align: center;
 color: #fff;
}

.splash h2 {
  font-family: 'Roboto';
  font-weight: 300;
}

.btn-warning {
  background: #cf5716;
  border: none;
}

.btn-warning:hover {
  border: none;
  background: #bd551d;
}

body.dark {
 color: #fff;
 background-color: #333333;
}

.announces .row > div {
 height: 168px;
}

.requirements {
 background: #202023;
}

.requirements i {
    font-size: 88px;
}

footer {
 background: #1b1919;
}

footer ul li {
 margin-bottom: 10px;
}

/* Page cover */
