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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/* 3.157, 2.369, 1.777, 1.333, 1, .75, .563, .422 */

body {
  /*background-color: #eeeeee;*/
  background-color: #f5f5f5;
  color: #514ca9;
  font-family: "Roboto Mono", "Helvetica", "Arial", sans-serif;
  text-align: left;;
  margin: 2em auto 2em auto;
  padding: 0em 2em 0em 2em;
  max-width: 680px;
}

h1 {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 2.369em;
  margin-bottom: .563em;
  font-weight: bold;
  text-align: center;

}

h2 { 
  font-size: 1.333em;
  margin-bottom: .563em;
}

h3 {
  font-size: 1.0em;
  font-weight: bolder;
}

p {
  font-size: 1.0em;
  line-height: 1.333em;
  margin-bottom: 1.777em;
}

a {
  color: #514ca9;
}

img {
  width: 75%;
}   


figcaption {
  /*border-left: dotted #8e8bba 2px;*/
  /*border-top: solid #8e8bba 1px;*/
  /*border-right: dotted #8e8bba 2px;*/
  padding: 0em .237375em .237375em .237375em;
  font-size: .8125em;
  line-height: 1.777em;
  margin-bottom: 2.369em;
  text-transform: uppercase;
}

.card {
  border-style: dotted; 
  border-radius: 1.333em;
  border-color: #8e8bba;
  border-width: 2px;
  padding: 1.333em 1.333em 0em 1.333em;
  margin-bottom: 2em;
}

#contact, #intro, #portfolio {
  text-align: center;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
