@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoSlab';
  src: url('fonts/robotoslab/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
}

section {
  min-height: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1, h2, a, p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #494949;
  text-transform: uppercase;
}

h2 {
  color: #5d7177;
}

p {
  color: #5d7177;
  text-transform: none;
}

hr {
  width: 30px;
  height: 3px;
  border: 0px;
  margin: 0 auto 40px auto;
  opacity: 0;
}

i {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}

/*** UNDER CONSTRUCTION **********************************/

section {
  background: url("../img/landing.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

section h1 {
  margin: 60px 0 auto 0;
  font-size: 30px;
}

section h2 {
  margin: 0 auto 0 auto;
  font-size: 20px;
}

section i {
  font-size: 60px;
  margin-top: 30px;
  opacity: 0.8;
}

section a i:hover {
  opacity: 1;
  scale: 1.2;
}

section p {
  font-size: 16px;
  margin-top: 30px;
}

