/*  =============================================================================
    
    Copyright © Vent Origins 
    By Adrian Mandee and Randy Truong
    ========================================================================== */

h1 {
  /* Empty */
}

h2 {
  /* Empty */
}

h3 {
  /* Empty */
}

h4 {
  /* Empty */
}

h5 {
  /* Empty */
}

h6 {
  /* Empty */
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*The default styles for all of body*/
body {
  margin: 0px;
  padding: 0px;
  
  background-color: black;

  /*To ensure fonts are defaulted to this unless changed*/
  color: white;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
}

body button {
  outline: none;
}

body input {
  outline: none;
}

ul {
  list-style-type: none;
}

/*Default for all font awesomes, used to ensure they work properly*/
/*body .fa {
  width: 50px;
  height: 50px;
  color: white;
  font-size: 55px;
  font-family: Arial, FontAwesome;
  border: 1px solid white;
}