/*
* Default APP styles
* 
* Define here only global styles as this file is loaded everytime
* 
* border-radius,
* box-shadow        -- Opera 10.5, IE 9.0
* -moz-*            -- Firefox F3.5+
* -webkit-*        -- Safari3.0+, Chrome
* 
* ----- Color guide -----
* #3c6b92 : main blue
* #6acce2 : light blue
* #2c566a : teal accent
* #193742 : dark blue
* #e1d8b9 : sand accent
* #cb7d20 : orange accent
* #51341a : brown
* #995522 : dark orange (used for links and high contrast accents)
* #cb202a : red accent (this color does not encode well, use only for small accents)
* #896287 : purple
*/

/* =Layout
-------------------------------------------------------------- */
header {
  background-color: #c5e5f2;
  min-height: 15vh;
}
body {
  min-height: 60vh;
}
footer {
  background-color: #fbfbfb;
  min-height: 10vh;
}

/* =Site Layout
-------------------------------------------------------------- */
.page {
  background-color: #273739;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.btn {
  letter-spacing: 1px;
}
