html,body {height: 100%;}


/* FONTS */
* {
  box-sizing: border-box;
  font-family: 'Muli', sans-serif;
  color: #fff;
  background-color: #000;
  font-weight: 600;
}
.mid-gray {color: #A0A0A0 !important;}
h1 {font-size: 46px; line-height: 1;}
h3 {line-height: 1.2;}
p {font-size: 24px;}
h1 {margin-bottom: 1.6rem;}


/* LINKS */
a:link {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.5s;
}

a:hover {
  color: #85c1e9 !important;
  text-decoration: none;
  transition: color 0.5s;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

/* FORM */
input, textarea {color: #85c1e9 !important; background-color: black !important;}

input::placeholder, textarea::placeholder {color: #5d6d7e !important;}

input.btn-secondary {color: #5d6d7e !important; background-color: black !important;}





/* FOOTER */
.footer {
  background-color: #000;
  margin: 0;
  text-align: right;
} 
.footer p {font-size: 16px;}