@charset "UTF-8";
/* CSS Document */

body {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin:0px;
  padding: 0px;
  text-align: center;
  background: #f7f6f0;
  color: #37363b;
  }

a:link, a:visited, a:active {
  text-decoration: none;
  color: #00293c;
  }

h1 {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  color: #37363b;
}

h2 {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: .8em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  }

h1  a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #00293c;
  }

#home {
  position: fixed; 
  top: 0px; 
  left: 0px; 
  width: 16vw; 
  height: 16vw; 
  max-width: 120px; 
  max-height: 120px;
  background: #DD404E;
}

#avatar {
  width: 100%;
  height: 100%;
}

.menu {
  font-size: 1.2em;
  width: 100%;
  max-width: 320px;
  padding: 12px 4%;
  margin: 0px auto;
  border-bottom: 1.5px dotted #37363b; 
}
.section {
  width: 92%;
  max-width: 600px;
  padding: 0 4%;
  margin: 0px auto 24px auto;
}
.iconSectionB {
  display: inline-block;
  margin: 0 auto;
}
.text {
  width: 60%;
  min-width: 300px;
  margin: 0 auto;
  }
.image {
  width: 128px;
  height: auto;
  border: 0;
  display: inline;
  }
.btn {
  }

