/* 
	Lance Foley
	Author: Lance Foley
	Version: 0.0.2
*/
/* _normalize.scss */




html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #FFFBF4;
}

.homepage-padding {
    padding-bottom: 20px;
}

.homepage-padding-2 {
    padding-top: 10px;
}

/* -----------------------------------------------------------------------------

  Fonts
  
----------------------------------------------------------------------------- */

/* // <weight>: Use a value from 400 to 700 */
/* // <uniquifier>: Use a unique and descriptive class name */

.baskervville-<uniquifier> {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.baskervville-sc-<uniquifier> {
  font-family: "Baskervville SC", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.libre-baskerville-<uniquifier> {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.balthazar-regular {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
}

.large-font {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: #0032FF;
  text-align: center;
  text-transform: none; 
}

.large-font-2 {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #0032FF;
  text-align: center;
  text-transform: none;
}








