/* * * * * * * *
FONTS
* * * * * * * */

@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CLASSES */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
 .fa-linkedin:before {
   content: "\f0e1";
 }

.fa-github-alt:before {
  content: "\f113";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-globe:before {
  content: "\f0ac";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/* * * * * * * *
RESET
* * * * * * * */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* * * * * * * *
SETTINGS
* * * * * * * */

/* BORDER BOX RESET */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* FONT TO REM RESET */
html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem; }

/* * * * * * * *
BASE
* * * * * * * */

/* FONT TO REM RESET */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: Lora, Helvetica, serif;}

/* SVGS */
.site-logo {
  width: 75px;
  height: 75px; }
  .site-logo .background {
    fill: #aed1c5; }
  .site-logo .objects {
    fill: #4e708e; }
  .site-logo .detail {
    fill: #DCDADB; }
  .site-logo .tail {
    fill: #001E33; }
  .site-logo .middle {
    fill: #E1CCBB; }

/* * * * * * * *
TEXT STYLES
* * * * * * * */

h1, h2, h3, h4, h5, h6 {
  font-family: questrial; }

h1 {
  font-size: 5.4rem;
}

h2, h3, h4, h5, h6 {
  margin: 20px auto 0;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
  font-weight: 800;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.7rem;
}

hr {
  border-top: 0;
  border-bottom: 4px solid #E1CCBB;
}

a, a:visited {
  color: #4e708e;
  text-decoration: none;
  border-bottom: 3px solid #aed1c5;
  transition: all 0.7s ease;
  box-shadow: inset 0 0 0 0 #aed1c5; }

a:focus, a:hover {
  box-shadow: inset 400px 0 0 0 #aed1c5; }

h2, h3, h4, h5, h6,
p, ul, ol {
  width: 80vw;
  max-width: 1024px;
  margin: 25px auto 0 auto;
}

h2 {
  margin: 0 auto;
}

p {
  font-size: 1.8rem;
  line-height: 1.4;
}

i {
  font-style: italic;
}

strong {
  font-weight: 600;
}

ul {
  list-style-type: circle;
  padding-left: 30px;
}

li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.strike {
  text-decoration: line-through;
}

.box-border {
  border-top: 3px solid #aed1c5;
  border-bottom: 3px solid #aed1c5;
}

.underline {
  border-bottom: 3px solid #4e708e;
}

.white-bg {
  background-color: #fff;
}

.print-only {
  display: none;
}

/* * * * * * * *
COMPONENTS
* * * * * * * */

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .grid {
  padding: 1rem; }

.width-contain {
  width: 80vw;
  max-width: 1024px;
  margin: 0 auto;
}

/* * * * * * * *
HEADER
* * * * * * * */


.intro .flexbox {
  align-items: center;
  justify-content: initial;
}

.branding {
  padding: 1rem;
  height: 45px;
  box-shadow: 0px -4px 24px 0px #bbbbbb; }

.site-logo {
  height: 25px;
  width: 25px; }

.branding a {
  font-family: "Questrial", Verdana, sans-serif;
  vertical-align: middle;
  font-size: 2rem;
  vertical-align: super;
  display: inline-block; }

nav {
  display: inline-block;
}

nav ul {
  width: auto;
}

.socials ul {
  list-style-type: none;
  padding-left: 0;
}

.socials li {
  display: block;
  margin: 10px auto;
}

.socials a {
  display: block;
  border-bottom: 0;
  box-shadow: none;
  padding-left: 1px;
}

.socials a:focus, .socials a:hover {
  box-shadow: none;
}

.socials i {
  font-size: 2.6rem;
  transition: all 0.25s ease;
}

.socials a:focus i, .socials a:hover i {
  color: #aed1c5;
}

.title-bounder {
  position: relative;
  margin: 0 0 0 40px;
}

.intro h1 {
  display: inline-block;
}

.intro svg {
  display: none;
}

/* * * * * * * *
BODY
* * * * * * * */

#wrapper section {
  padding: 25px;
}

#wrapper section:first-child {
  margin-bottom: 0;
}

/* #wrapper section:nth-child(even) {
  background-color: #f9f9fb;
} */

section h2 {
  text-align: left;
}

section hr {
 border-bottom: 4px solid #E1CCBB;
}

/* #wrapper section:nth-child(odd) hr{
  border-bottom: 4px solid #4e708e;
} */

h2 + hr {
  margin-top:0;
}

hr + p {
  margin-top: 20px;
}

p + h3, ul + h3 {
  border-top: 1px solid #E1CCBB;
  padding-top: 25px;
}

section:nth-child(odd) p + h3,
section:nth-child(odd) ul + h3 {
  border-top: 1px solid #aed1c5;
}

section h3 {
  margin-bottom: 5px;
}

.description {
  width: 100%;
}

.description {
  background-color: #f9f9fb;
}

.experience hr {
  border-bottom: 4px solid #4e708e;
}

.experience h2 {
  text-align: right;
}

.education {
  background-color: #f9f9fb;
}

.previously {
  font-family: "Questrial", Verdana, sans-serif;
  margin: 10px auto 0 auto;
  font-size: 1.9rem;
}

.previously + ul {
  margin: 15px auto 0 auto;
}


.dates {
  font-style: italic;
  font-family: Lora, Helvetica, serif;
  font-size: 1.6rem;
}

.dates, .skills {
  margin: 10px auto 0 auto;
}
