﻿/* Abstracts */
/* Colors */
/* Custom Break Points */
/* Base */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway&display=swap");
html, body {
  box-sizing: border-box;
  font-size: 16px;
  background-color: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif; }

p, span {
  font-family: "Open Sans", sans-serif; }

a, button {
  font-family: "Raleway", sans-serif;
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  html, body {
    font-size: 12px; } }

/* Identity Styling */
.identity {
  position: relative;
  max-width: 25rem;
  margin: 0 auto;
  margin-top: 6rem;
  padding: 2rem 1rem 1rem 1rem;
  background-color: #f8f9fa;
  border-radius: 0.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .identity__header {
    display: flex;
    height: 4.5rem;
    justify-content: center;
    border-bottom: 3px solid #009739;
    margin-bottom: 1.5rem; }
    .identity__header img {
      height: 90%; }
  .identity .icon-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -60%);
    top: 0;
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    border-top-left-radius: 70%;
    border-top-right-radius: 70%; }
    .identity .icon-container svg {
      font-size: 3.5rem; }
      .identity .icon-container svg.theme-pepper {
        --fa-primary-color: #024638;
        --fa-secondary-color: #009739;
        --fa-secondary-opacity: 1; }
  .identity.wide {
    max-width: 50rem; }
  .identity__section .pepper-info {
    text-align: center; }
    .identity__section .pepper-info img {
      height: 3.5rem; }
