body {
  color: #494c4e;
  /* border: 8px solid #494c4e; */
  /* background-color:rgb(249, 249, 249); */
}
.container {
  max-width:1300px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right:3%;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
}

header h1 {
  margin-bottom:0px;
  font-weight: 400;
}

header .subhead {
  margin-top:0px;
  font-family: 'Source Code Pro', monospace;
  font-weight:400;
  opacity:.9;
}
img {
  max-width:100%;
  opacity:.9;
}

@media (max-width:769px) {
  .image-desktop {
    display:none;
  }
}
@media (min-width:769px) {
  .image-mobile {
    display:none;
  }
}

.greeting {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 23px;
  line-height: 1.3em;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 30px;
  margin-bottom:30px;
}

@media(min-width:769px) {
  .greeting {
    font-size: 32px;
    line-height: 1.3em;
    padding-left:10%;
    padding-right:10%;
    margin-top:50px;
    margin-bottom:50px;
  }
}

.content {
  max-width:800px;
  margin:0 auto;
}

.content p, .content ul li {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
  font-size:16px;
  line-height:1.2em;
  line-height: 1.6;
  margin-bottom: 0.6rem;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
}

@media (max-width:768px){
  .content ul {
    padding-left:15px;
  }
}

.content a{
  color:crimson;
}
.content a:hover{
  font-weight:bold;
}

.content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  line-height: 1.1em;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top:40px;
}

@media(min-width:769px) {
  .content h2 {
    font-size: 30px;
  }
}
.content h2 a:hover {
    color:crimson;
  }

.content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.1em;
    margin-top: 0;
    font-weight: 400;
  }

.content h3 a {
  color: #494c4e;
  text-decoration:none;
}
@media(min-width:769px) {
    .content h3 {
      font-size: 25px;
    }
  }
  
.icons-container{
  width:100%;
  overflow: hidden;
  padding-bottom: 40px;
}

svg{
  max-width:50px;
  float:left;
}

svg path{
  fill:#494c4e;
}

svg:hover {
  max-width:60px;
  width:60px;
  margin-top:-5px;
}
svg:hover path {
  fill:crimson;
}

.tool-container{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 padding-top:15px;
 padding-bottom:15px;
}
.tool-group{
    align-self:flex-start;
     flex: 0 50%;
}