/*
Theme Name: Hello Ruiz 2020
Theme URI: helloruiz.com
Description: Made with Bootstrap and love from Ruiz.
Version: 1.0
Author: Ruiz Akpan
Author URI: helloruiz.com
*/
body {
  background-color: #222326;
  color: #BDC9DC;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400; }

a, a:hover {
  font-family: "IBM Plex Mono", monospace;
  color: #FFB7A9;
  text-decoration: underline; }
  a.title, a:hover.title {
    color: #BDC9DC;
    text-decoration: none; }

ul.no-bullets {
  list-style-type: none; }

hr {
  border-top: 2px solid #BDC9DC; }
  hr.centered-dash {
    width: 20px; }

h1 {
  font-family: "Playfair Display", serif;
  font-size: 72px; }

h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.code {
  font-family: "IBM Plex Mono", monospace; }

.bold {
  font-weight: 700; }

.navigation {
  font-size: 48px; }

.baby-blue-color {
  color: #89DCFE; }

.teal-color {
  color: #BAF0E4; }

.lavender-color {
  color: #D4BCFC; }

.pink-color {
  color: #FF9AC8; }

.orange-color {
  color: #FFB7A9; }

/* -- IMAGES -- */
img.icon {
  width: 40px;
  height: 40px; }

/* -- WORDPRESS OVERRIDES -- */
/* ---
In order to take advantage of these new CSS
classes for image alignment and the text wrapping
around the image, the WordPress Theme must
include the following in the style.css found
in the WordPress Theme directory.
--- */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*# sourceMappingURL=style.css.map */
