/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.content {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    width:80%;
    margin:10%;
    margin-top: 0%;
    float: center;
}

.hello {
    font-size: 80px;

}

.name {
    margin-top: -50px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #404040;
}

.profpic {
  max-width: 45%;
  min-width: 350px;
  border-radius: 5px;
  margin-top: -4px;

}


li {
  display: inline;
  padding: 1em;
  margin: 1em;
}

.goals-wrapper {
  color: #00AA9A;
  padding: 0.2em;
  margin-left: -2px;
}

.goals{
  font-size: 20px;
  text-align: justify;
  
}

a {
  text-decoration: none;
  color: #404040;
  font-size: 12px;
  margin-left: -30px;
}

a:hover {
  color: #00AA9A;
}

a:active {
  color: #00AA9A;
}

.arrow {
  display: none;
}

@media only screen and (max-device-width: 740px) {
  .content {
    width: 90%;
    padding: 10px;
    margin: 0px;
  }

  .name {
    font-size: 70px;
  }

  ul {
    padding: 0px;

  }

  li {
    display: block;
    padding: 0.1em;
    margin: 0px;
    float: center;
  }

  .goals{
    font-size: 12px;
  }
  .accounts li{
    padding: 0.5em;
    font-size: 15px;
	
  }

  .arrow {
    display: block;
    width:50%;
    margin-top: 50px;
  }

  i:active {
    color: #00AA9A;
  }
}

