* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }

body {
  font-family: courier, monospace;
  font-size: 100%;
}

.intro a,
.remodal p a {
  color: rgb(0,0,0);
  text-decoration: none;
  border-bottom: 1px solid black;
}

.intro a:hover,
.remodal p a:hover {
  color: rgb(77,77,77);
  background: rgb(133,242,82);
}

img {
  max-width: 100%;
}

.thumb a {
  text-decoration: none;
}

.thumb a h3 {
  color: rgb(0,0,0);
  border-bottom: 1px solid black;
}

.thumb a:hover h3 {
  background: rgb(133,242,82);
}

.wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 98%;
}

.intro {
    flex: 1 1 0;
    padding: 1em;
    min-width: 20em;
}

header h1 {
  font-family: verdana, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 2.1rem;
  line-height: 1;
  color: rgb(94,111,117);
}

.intro p,
.intro ul {
  font-size: 0.8rem;
  line-height:1.4;
  margin: 1em 0;
  color: #777;
}

.intro ul {
  list-style: none;
  padding-left: 0;
  border-top: 2px solid #777;
  margin-top: 3em;
  padding-top: 1.5em;
}

.intro li {
  margin-bottom: 1.1em;
}

.screens {
  min-width: 20em;
  margin-bottom: 2em;
  flex: 3 1 0;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.screens div {
  /*width: 14em;*/
  margin: 1em 0.5em;
  vertical-align: top;
  flex: 1 1 14em;
}

.screens img {
  border: 1px solid #555;
  padding: 0.3em;
  background: none;
  display: block;
}

.screens h3 {
  font-size: 0.8rem;
  margin: 0.4em 0;
  font-weight: normal;
  display: inline;
}

.projd {  color: #aaa; }

.remodal {
  background: rgb(250,250,250);
  border-radius: 0;
  min-height: 1200px;
}

.remodal p {
  text-align: left;
  font-size: 0.8rem;
  line-height:1.4;
}

.remodal img {
  margin:1em 0;
  border:2px solid #555;
}

.remodal h4 {
  font-size: 1.1rem;
}

.toolline {font-style: italic;}

h4 i {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
}
