/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/* Custom styles
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

/*
 * Define web font for that spicy steve jobs look
 */
@font-face {
  font-family: "San Fransisco";
  font-weight: 400;
  src: local(".SFNSText-Regular"),
    url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
  font-display: swap;
}

body {
  background: #f4ebdb;
  color: white;
  font-family: -apple-system, "San Fransisco", system-ui, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  font-size: 1.25em;
}

::-moz-selection {
  background: black;
  color: white;
}

::selection {
  background: black;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #15215a;
}

h1,
h2 {
  font-size: 1.33em;
  line-height: 1.35;
}

h2 {
  font-size: 1em;
}

.page-wrap {
  width: 45rem;
  max-width: 90%;
  margin: 1em auto;
  /* padding-bottom: 5%; */
  justify-content: center;
}

a {
  /* color: #79CEB1; */
  transition: opacity 0.2s ease;
  font-family: "Roboto", "Fjalla One";
  color: #15215a;
  text-decoration: none;
}

a:hover {
  /* opacity: 0.75; */
  cursor: pointer;
}

@media only screen and (min-width: 420px) {
  body {
    font-size: 1.5em;
  }
}

#pic {
  width: 500px;
}

#title {
  font-size:xxx-large;
  text-align: center;
 font-weight:100;
 transform:scaleY(2.2);
  font-style:italic
}

#bottomtext p {
  font-family: "Baskervville", "Scheherazade", "Playfair Display";
  color: #15215a;
  font-size: medium;
  margin: 5px;
  text-align: center;
}

#bottomtext {
  margin-top: 20px;
}

#box-wrap {
  display: flex;
  flex-direction: row;
}

.link-wrap {
  /* transform: scale(1, 2); */
  /* rotate: 90deg; */
  width: 105px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
