*{
  margin: 0;
  outline: 0;
}
html, body{
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;

}
#bg_index{
  background-image: url('../img/home.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text{
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #FFF;
  text-align: center;
  line-height: 50px;
}

hr{
  max-width: 30px;
  padding: 0 15px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
}

.dt{
  display: table;
  height: 100%;
  width: 100%;
}

.dc{
  display: table-cell;
  vertical-align: middle;
}

h1{
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}

h2{
  font-weight: 400;
  line-height: 60px;
  font-size: 24px;
}

p{
  margin-top: 100px;
  font-size: 24px;
}

a{
  background-color: #efefef;
  border-radius: 5px;
  padding: 12px 15px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
