body {
  font-family: "Courier New", sans-serif;
  background-image: url("/static/background.png");
  color: black;
  font-weight: 500;
  line-height:  24px;
}
h1 {
  font-family: "Pacifico", cursive;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  margin: 110px 0 50px;
  border: 20px;
}
h2 {
  font-weight: 500;
}
h3 {
  font-weight: 800;
}
h4 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
a, h2, h3 {
  color: #d94d22;
  text-decoration: none;
}
a:hover {
  color: #851f00;
  text-decoration: underline;
}
h2 {
  font-size: 35px;
}
h3{
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 10px;
}
article {
  padding-top: 100px;
}
article h3 {
  padding-bottom: 20px;
}
p {
  font-size: 15px;
  padding-bottom: 1em;
}
header .container-fluid-nowrap {
  flex-wrap: nowrap;
  display: flex;
}

ul.navbar-nav > li {
  padding: 10px;
}
.nav-green {
  background-color: #285417;
  position: absolute;
  width: 607px;
  height: 15px;
  margin-left: 15px;
}
.navbar-nav  {
  z-index: 10;
}
div.title {
  background-image: url("/static/background_header.jpg");
  background-size: cover;
}
div.title h2 {
  text-align: left;
  padding-left: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}
article {
  margin-bottom: 30px;
}

footer {
  background-image: linear-gradient(162deg,#000000 0%,#1c1c1c 73%);
}
footer nav a {
  font-size: 0.8em;
}
footer .copyright {
  color: #666;
  font-size: 14px;
  text-align: center;
}

.hackfu-button {
  background: linear-gradient(180deg, rgba(157,141,140,1) 0%,rgba(178,163,160,1) 100%);
  box-shadow: inset 0px 0px 10px 0px #453638;
  font-size: 16px;
  font-weight: 700;
  color: black;
  font-family: "PT Mono", sans-serif;
  text-align: center;
}
.hackfu-button:hover {
  text-decoration: none;
  background: #e1989c;
  background: linear-gradient(180deg,#efb7b1 0%,rgba(178,163,160,1) 100%);
}

li.active .hackfu-button {
  background: linear-gradient(180deg,rgb(173,212,210) 0%,rgb(140,150,148) 100%);
}

/* card */

div.hackfu-card {
  margin-bottom: 100px;
  padding: 20px;
}
div.hackfu-card > div.hacfu-card-box {
  background-image: linear-gradient(180deg, #8e908f 0%,#909193 100%);
  padding: 40px;
  height: 100%;
}
div.hackfu-card > div.hacfu-card-box > div.hackfu-card-content {
  background-color: white;
  padding: 20px;
  margin: 20px;
}

div.hackfu-card > div.hacfu-card-box > div.hackfu-card-content > h3 {
  color: black;
  text-transform: uppercase;
}
div.hackfu-card > div.hacfu-card-box > div.hackfu-card-content  .hackfu-button {
  text-transform: uppercase;
}
div.triangle {
  width: 100%;
  height: 60px;
  background: #287168;
  clip-path: polygon(50% 0,0 100%,100% 100%);
  margin-bottom: 20px;
}
div.triangle-down {
  width: 100%;
  height: 60px;
  background: #b64a42;
  clip-path: polygon(50% 100%,0 0,100% 0);
  margin-top: 20px;
}

/* index site */
.title_index {
  background-image: url("/static/background_index.jpg");
  background-size: cover;
  height: 600px;
}
#autotyping {
  color: white;
  line-height: 2em;
  margin-top: 20px;
  position: absolute;
  font-size: 18px;

  text-shadow: 2px 2px  #000000;
}

#clock {
  border-radius: 140px;
  width: 280px;
  height: 280px;
  background-image: url("/static/clock-bg.jpg");
  border-width: 10px;
  border-style: solid;
  border-color: white;

  margin-left: auto;
  margin-right: 30px;
  margin-top: 10px;
  transform: rotate(10deg);
}
#clock > div  {
  margin: auto;
  text-align: center;
}
#clock > div > h3{
  padding-top: 80px;
  font-size: 29px;
}
#clock > div > p{
  color: black;
  font-size: 19px;
}

ul.points-list > li {
  list-style: none;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
}
ul.points-list > li > div{

  display: inline-block;
}
ul.points-list > li > div.list-style {
  border-radius: 100px;
  background: #0F1C8E;
  box-shadow: 4px 4px 2px 0px #0f1c8e;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  margin-right: 30px;
}


/* team site */
div.team > div {
  max-width: 550px;
}
