@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,700');

body{
  background: #fafafa;
  font-family: 'Oswald';
}

body *{
  color: #272727;
}

a{
  text-decoration: none;
  color: #272727;
}

#header_links li:nth-child(3) a{
  color: #ffaa00;
}

#Main{
  margin-top: 74px;
}

#Hello{
  height: 400px;
  background-image: url("../images/main.jpg");
  background-size: cover;
  background-position: center;
}

.used{
  color: #ffaa00;
}

h1{
  color: white;
  font-size: 82px;
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
}

#Hello h2{
  font-size: 30px;
  color: #ffaa00;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
}

.Block_title{
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  position: relative;
  padding: 35px 0;
}

.Block_title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 45px;
  height: 6px;
  background: #ffaa00;
  border-radius: 2px;
}

.cont{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#Kinds{
  overflow: hidden;
  margin: 35px 0;
}

.Kind{
  margin: 20px 25px;
  width: 350px;
  overflow: hidden;
  float: left;
}

.Kind h2{
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 15px;
}

.Kind_text{
  line-height: 28px;
  font-weight: 300;
  font-size: 18px;
}

.Tables{
  width: 90%;
  margin: 30px auto 20px auto;
}

.Tables td{
  line-height: 52px;
  text-align: center;
  border: 1px solid #acacac;
  vertical-align: middle;
}

.Tables td:hover{
  background: #ffe5b1;
  transition: 0.3s ease-in-out;
}

.Table_name{
  width: 100%;
  font-size: 24px;
  padding: 10px 0;
}

.Table_bold{
  font-weight: 600;
}

.warning{
  width: 90%;
  margin: 0 auto 30px;
  font-weight: 300;
  color: gray;
}

.warning span{
  text-decoration: underline;
  cursor: pointer;
}

.Table_consignment{
  line-height: 106px;
  width: 15%
}

#Materials{
  margin-bottom: 50px;
  overflow: hidden;
}

.texts{
  margin: 35px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.footer_species{
  width: 500px;
  overflow: hidden;
  margin: 0 50px;
  padding: 10px 0;
  float: left;
}

.footer_species h3{
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.footer_species p{
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
