@font-face {
  font-family: "NotoSans-Light";
  src: url("./fonts/NotoSans-Light.ttf");
}

@font-face {
  font-family: "NotoSans-SemiBold";
  src: url("./fonts/NotoSans-SemiBold.ttf");
}

img {
  maxwidth: 100%;
  height: auto;
}

a {
  font-family: "NotoSans-Light";
  color: white;
  text-decoration: none;
  border-bottom: none;
}

/*Navigation*/
.nav {
  display: flex;
  background-color: black;
  width: 100%;
  height: 50px;
}

.nav-right {
  width: 100%;
  padding-right: 15px;
  padding-top: 15px;
  text-align: right;
  font-size: 15px;
}

.nav-logo {
  width: 50px;
  height: 50px;
  padding-left: 15px;
}

.Img {
  padding-top: 5px;
  display: flex;
  width: 100%;
  height: 100%;
}
/*News*/
#News {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  background-color: #FFFAF0;
  font-size: 15px;
  color: black;
  border: 1px solid black;
}

#News h2 {
  font-family: "NotoSans-SemiBold";
  text-align: center;
  margin: 0 auto;
}

date {
  padding: 2px;
  font-family: "NotoSans-SemiBold";
  background-color: #FFFAF0;
  margin-left: 5px;
  border: 1px solid black;
  border-radius: 5px;
}

#News p {
  margin-left: 15px;
  font-family: "NotoSans-Light";
  line-height: 20px;
}
/*About*/
#About {
  border: 1px solid black;
  margin-top: 10px;
  width: 100%;
  height: 300px;
  background-color: #FFFAF0;
  line-height: 30px;
}

h3 {
  text-align: center;
  margin: 0 auto;
  font-family: "NotoSans-SemiBold";
}

card {
  font-family: "NotoSans-SemiBold";
  padding: 2px;
  margin-left: 5px;
  background-color: #FFFAF0;
  border: 1px solid black;
  border-radius: 5px;
}

#About.span {
  font-family: "NotoSans-Light";
}

#Works {
  border: 1px solid black;
  margin-top: 10px;
  width: 100%;
  height: 100px;
  background-color: #FFFAF0;
  line-height: 30px;
}

span {
  margin-left: 5px;
}


#Recruit {
  border: 1px solid black;
  margin-top: 10px;
  width: 100%;
  height: 100px;
  background-color: #FFFAF0;
  line-height: 30px;
}

footer {
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  height: 150px;
  background-color: black;
  line-height: 10px;
}

footer p {
  margin-left: 5px;
  font-family: "NotoSans-Light";
  color: white;
  font-size: 15px;
  text-align: center;
}

#footer {
  padding-top: 5px;
  text-align: center;
  margin: 0 auto;
}



