/* http://meyerweb.com/eric/tools/css/reset/ 2. 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;
}

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.name {
  width: 70%;
  padding: 2%;
  margin: 0 auto;
  margin-top: 1%;
  border: 5px solid #8CAFF4;
}

.elevatorpitch {
  width: 70%;
  padding: 1%;
  margin: 1% auto;
  margin-bottom: 1%;
  border: 5px solid #8CAFF4;
}

.content {
  display: block;
  margin: 0 auto;
  margin-bottom: 1%;
  padding: 1%;
  width: 70%;
  border: 5px solid #8CAFF4;
}

.headshot {
  display: inline-block;
  width: 30%;
  vertical-align: center;
}

.prof img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  float: left;
  vertical-align: center;
}

.credentials {
  display: inline-block;
  width: 66%;
  margin-left: 1%;
  vertical-align: center;
}

html {
  font-family: 'Montserrat', 'Verenda', Arial, sans-serif;
}

.name {
  font-size: 60px;
  line-height: 65px;
  background-color:#8CAFF4;
  color: white;
  font-weight: 500;
  text-align: center;
}

.elevatorpitch {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-alight: left;
}

.content {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

#emailaddress {
  fontsize: 18px;
  color: #8CAFF4;
  font-weight: 400;
}

.test {
  font-size: 20px;
  font-weight: 400;
  color: #8CAFF4;
}

/*
  ========================================
  Buttons
  ========================================
*/

.btn {
  display: inline-block;
  width: 30%;
  margin: 1% auto;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  background-color: #8CAFF4;
  color: white;
  border: 5px solid #8CAFF4; 
  border-radius: 5px;
 }

.btn:link, .btn:visited {
  font-size: 20px;
  background-color: #8CAFF4;
  color: white;
  border: 5px solid #8CAFF4;
}

.btn:hover, .btn:active{
  font-size: 25px;
  background-color: #8CAFF4;
  border: 5px solid #8CAFF4; 
  color: white;
}


