/* About page styles for benlive.tv/about/ */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

html {
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}

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

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
   Resume Styles
   ========================================================================== */

html {
  min-height: 100%;
}

body {
  margin: 0;
  cursor: default;
  position: relative;
  transition: all 0.5s ease;
  background: rgb(95, 87, 95);
  color: rgb(7, 7, 7);
  background-image: radial-gradient(circle farthest-corner at center,
      #fcf2fc 0%,
      #bfb5bf 75%,
      #7f757f 100%);
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h2,
p,
a,
li {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

button {
  font-family: "Lucida Console", Monaco, monospace;
}

hr {
  height: 0.125em;
  width: 90%;
  background: rgb(7, 7, 7);
  border: none;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  margin: 0.25em 0;
}

h1,
h2,
h3,
footer h6,
section.purpose p,
section.timeline p {
  text-align: center;
}

h4,
h5,
h6,
p,
ul {
  text-align: left;
}

header h1 {
  font-size: 2.25em;
}

header h2 {
  font-size: 1.25em;
  font-style: italic;
}

header h3 {
  font-size: 1em;
}

header h1,
header h2,
header h3 {
  margin: 0;
}

section.skills ul,
section.experience ul {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0;
}

section.skills li {
  margin-left: 1em;
}

section.education hr,
section.contact hr {
  page-break-after: always;
}

section.page {
  position: relative;
  background: rgb(252, 252, 250);
  width: 96%;
  max-width: 37.5em;
  margin: 0.5em auto;
  padding-bottom: 0.25em;
  box-shadow: 0.25em 0.25em 0.5em 0.125em rgba(7, 7, 7, 0.75);
}

section.block {
  width: 94%;
  margin: 1em auto;
}

h1,
section.block h3 {
  font-variant: small-caps;
}

section.purpose p,
section.timeline p {
  margin: 1em;
}

section.education p,
section.experience p,
section.experience h6 {
  font-size: 80%;
  margin: 0.25em 0.5em;
}

section.experience h4,
section.education h4 {
  margin-top: 0.75em;
}

section.education h5 {
  margin-top: 1em;
}

section.experience h5,
section.education h6 {
  font-style: italic;
}

span.type {
  display: inline-block;
  width: 4em;
  margin-right: 0.5em;
}

a {
  color: rgb(7, 7, 7);
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover,
a:focus,
a:active {
  color: rgb(7, 70, 7);
  text-decoration: underline;
}

footer h6 {
  font-size: 75%;
  padding: 0.5em 0;
  text-shadow: -0.1em -0.1em rgba(175, 175, 175, 0.5),
    0.1em 0.1em rgba(275, 275, 275, 0.5);
}

nav {
  width: 50%;
  max-width: 20em;
  margin: 1em auto 0.25em;
}

button {
  height: 3em;
  margin-bottom: 0.75em;
  position: relative;
  width: 100%;
  border: 0.113em solid rgb(200, 250, 200);
  border-radius: 1em;
  background: rgb(175, 250, 175);
  box-shadow: 0.25em 0.25em 0.25em rgba(7, 7, 7, 0.75);
  font-weight: bold;
  color: rgb(100, 100, 100);
  text-shadow: -0.113em -0.113em 0.25em rgba(100, 175, 100, 0.5),
    0.113em 0.113em 0.25em rgba(175, 250, 175, 0.5);
  transition: all 0.25s ease;
  background-image: radial-gradient(ellipse farthest-corner at left top,
      #c8fac8 0%,
      #affaaf 66%,
      #7dc87d 100%);
}

button:hover,
button:focus,
button:active {
  border: 0.113em solid rgb(75, 150, 75);
  background: rgb(125, 200, 125);
  color: rgb(225, 225, 225);
  box-shadow: 0.113em 0.113em 0.25em rgba(7, 7, 7, 0.75);
  top: 0.113em;
  left: 0.113em;
  transition: all 0.25s ease;
  background-image: radial-gradient(ellipse farthest-corner at left top,
      #affaaf 0%,
      #7dc87d 33%,
      #4b964b 100%);
}

::-webkit-scrollbar {
  width: 0.75em;
  height: 0.75em;
  background: rgb(191, 181, 191);
}

::-webkit-scrollbar-thumb {
  border: 0.113em solid rgb(200, 250, 200);
  background: rgb(175, 250, 175);
  border-radius: 0.25em;
}

#ardemo {
  display: none;
}

.contact hr {
  display: none;
}

@media (min-width: 590px) {
  header {
    padding: 0.5em;
  }

  header h1,
  header h2,
  header h3 {
    width: 50%;
    float: left;
  }

  div.clear {
    clear: both;
  }

  section.block {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .skills hr {
    clear: both;
  }

  .skills {
    columns: 2;
  }
}

@media (min-width: 800px) {
  nav {
    width: 6em;
    margin: 1em;
    position: fixed;
    top: 0;
    right: 0;
  }

  button {
    height: 2em;
    border-radius: 0.5em;
    width: auto;
  }
}

@media print {
  nav {
    display: none;
  }

  section.page {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
  }

  footer {
    display: none;
  }

  hr {
    display: none;
  }

  section.contact {
    padding-top: 0.5rem;
    margin-top: 8rem;
  }

  .skills li {
    max-width: 16rem;
  }
}

.skills h3,
.skills hr {
  column-span: all;
}

section.skills ul {
  column-fill: auto;
  break-inside: avoid;
  margin: 0;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  list-style-type: circle;
}

@media screen {
  hr {
    margin-top: 2rem;
    box-shadow: 0 0 0.25em rgba(71, 7, 71, 0.75);
  }

  h1 {
    text-shadow: 0 0 0.125em rgba(7, 71, 7, 0.75);
  }

  h2,
  h5 {
    text-shadow: 0 0 0.125em rgba(71, 7, 71, 0.75);
  }

  h3 {
    text-shadow: 0 0 0.125em rgba(71, 7, 7, 0.75);
  }

  h4 {
    text-shadow: 0 0 0.125em rgba(7, 7, 71, 0.75);
  }
}

@media (min-width: 1280px) {
  section.page {
    max-width: 50rem;
  }
}