/*******************************************************************************
* 
* Program       : creed_x.css
* Description   : The Airborne Creed Style Sheet
* 
* Company       : Magnum Webster, LCC
* Project       : 82airborne-assoc.com, RMC
* Copyright     : 2019, 2020
*
* Notes         : 
*  
*******************************************************************************/

body, html {
  height                  : 100%;
  font-size               : 18pt;
  margin                  : 0;
  padding                 : 0;
  overflow-x              : hidden;
}

.bg {
  background-color        : #a8bcc5;
  background-image        : url("../imgs/AirborneCreed.png");
  background-position     : top;
  height                  : 100vh;
  width                   : 100vw;
  background-repeat       : no-repeat;
  margin                  : 0;
  padding                 : 0;
}

a {
  font-family               : Arial, Helvetica, sans-serif;
  font-size                 : 0.75rem;
  text-decoration           : none;
  color                     : black;
  margin-left               : 2.5rem;
}

a:hover {
  color                     : tomato;
}
