/*** FONTS ***/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Playball);
@import url(http://fonts.googleapis.com/css?family=Sanchez);

/*** FIXES ***/
.clearfix:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  line-height:0;

}

/*** BODY ***/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font: 300 16px/1em "Roboto Slab", serif;
  margin: 0;
}

span {
  font-size: 20px;
  color: #EA1F50;
  line-height: 1.8em;
}

p {
  font: normal 16px/1.2em "Sanchez", "Georgia", serif;
  color: #000;
  text-align: center;
  margin-top: 25px;
}
.wrapper {
  width: 960px;
  margin: auto;

}
.shadow {
  box-shadow: 2px 2px 2px #666;
}
/*** HEADER ***/
@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?-mre9er');
  src:url('fonts/icomoon.eot?#iefix-mre9er') format('embedded-opentype'),
    url('fonts/icomoon.woff?-mre9er') format('woff'),
    url('fonts/icomoon.ttf?-mre9er') format('truetype'),
    url('fonts/icomoon.svg?-mre9er#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Twitter:before {
  content: "\e600";
}
.icon-LinkedIn:before {
  content: "\e602";
}
.icon-GitHub:before {
  content: "\e603";
}

header {
  border-bottom: solid 1px #000;
  padding: 10px 0;
  margin-top: 30px;
  height: 90px;
}

h1 {
  font: normal 40px/1em "Playball", serif;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #000;
  display: inline-block;

}
h2 {
  margin: 5px 0 10px;
  text-align: center;
  font-family: "Sanchez", "Georgia", serif;
  color: #EA1F50;
}

nav {
  text-align: center;
  background: rgba(234, 31, 80, 0.9);
  color: white;
  font-size: 25px;
  padding: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;

}

nav a:link {
  color: white;
  margin: 0 5px;
}
nav a:visited {
  color: white;
}
li{
  margin:30px 20px;
}



/*** CONTENT ***/


.section-display {
  display: inline-block;

}
#background {
  background: #fff;
}


#image {
  float: left;
  margin-top: 20px;

}

.image-item {
  text-align: center;
  list-style: none;
}

figcaption {
  font-size: 12px;
  font-family: "Sanchez", "Georgia", serif;

}
#mermaid {
  font-size: 14px;
  text-align: right;
}

#about {
  float: left;
  width: 300px;
  height: 480px;
  margin: 20px 10px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 10px;

}
#info {
  margin: 10px 10px 10px 0;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
  clear: both;
  font: normal 16px/1.2em "Sanchez", "Georgia", serif;
}


/*** DETAILS ***/
.links {
  display: inline-block;
  width: 33%;
  text-align: center;
  color: #EA1F50;
  line-height: 1.5em;
  margin: 30px 0;


}
#connect {
  float: left;
  width: 300px;
  height: 480px;
  margin: 20px 10px;
  background: white;
  color: #0D6472;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;

}
#contact-info {
  line-height: 3em;
  margin: 70px 0;
}


a:link {
  text-decoration: none;
  color: #807A70;
}
a:visited {
  color: #807A70;
}
a:hover {
  color: #CCC;
  text-decoration: underline;
}

/*** FOOTER ***/

footer {
  text-align: center;
  background: rgba(234, 31, 80, 0.9);
  color: white;
  font-size: 12px;
  padding: 5px;
}
