/* Minimal Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  overflow-y: scroll; }

/* Base Style */
body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #222;
  border-top: 4px solid #ae1e1e;
  padding: 0 5%; }

/* Grid */
.container {
  max-width: 769px;
  margin: 1.5rem auto; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: .4em; }

h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: .4em; }

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: .35em; }

h4 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: .35em; }

h5 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: .3em; }

h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: .3em; }

/* Links */
a:link,
a:visited,
a:active {
  color: #ae1e1e;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #999; }

nav {
  text-align: center;
  margin-bottom: 1.5rem; }

img {
  max-width: 100%; }

/* Image Gallery */
/* Other Page Elements */
hr {
  border: solid #ddd;
  clear: both;
  border-width: 2px 0 0;
  height: 0;
  margin-top: 2.5em;
  margin-bottom: 0.5em; }

p {
  margin-bottom: 1rem; 
  text-align: center; }

p.small {
  font-size: 0.9rem; }

/** nameTitle **/
.nameTitle {
  text-align: center;
  color: #ae1e1e;
  font-family: "Catamaran", sans-serif;
  font-weight: bold; }

/** Helper **/
.screenReaderText {
  text-indent: -20000px; }

.socialIcons,
.socialIcons:link,
.socialIcons:visited,
.socialIcons:active {
  text-decoration: none;
  padding: 0 10px;
  font-size: 22px; }

.socialIcons.socicon-linkedin {
  color: #3371b7; }

.socialIcons.socicon-twitter {
  color: #4da7de; }

.screenReaderText2 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/** Profile Pic **/
.profilePicHolder {
  display: block;
  width: 120px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border: 4px solid #ae1e1e; }

.profilePic {
  display: block;
  border-radius: 50%;
  border: 4px solid #eee; }

/** Subtitle **/
.subtitle {
  text-align: center;
  color: #666;
  font-size: 22px;
  margin-bottom: 20px; }
