* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body {
  -webkit-text-size-adjust:none;
  -moz-text-size-adjust:none;
  -ms-text-size-adjust:none;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

html {
  font: 18px;
font-family: 'Roboto', sans-serif;

  background: #fff;
}

a {
  color: black;
	font-family: Verdana; 
  text-decoration: none;
}

p {
  line-height: 150%;
  font-size: 1em;
}

.truelink{
  color: blue;
}

em {
  line-height: 150%;
}

a:hover {
  color: black;
  text-decoration: none;
}

h1 {
  margin-bottom: 0.75em;
}

h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}

h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5em 1.5em 1.5em 1.5em;
  margin: 0 auto;
}

.nav {
  text-align: left;
  font-size: 1em;
  line-height: 200%;
      margin-right: 1em;
                  font-family: "Verdana";

    
}

.nav a {
  margin-right: 1em;
  margin-bottom: 1em;
}

.nav b {
  margin-right: 1em;
}

.nav .home {
  font-weight: 700;
}

.nav .spacer {
  display: inline-block;
}

.content {
  flex: 1;
  padding-top: 3em;
  max-width: 1000px;


}


.content1 {
  flex: 1;
  padding-top: 3em;
  /* max-width: 600px; */
margin-left: 15%;
    margin-right: 15%;

}


.post-info {
  display: grid;
  grid-template-columns: 1fr max-content;
  padding-bottom: 0.5em;
}

.post-info .link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post img {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.blog-post .img-no-pad {
  padding-bottom: 0em;
}

.blog-post .img-really-no-pad {
  padding-bottom: 0em;
  margin-bottom: 0em;
}

.blog-post .img-horiz {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}

.blog-post h4 {
  margin-bottom: 1em;
}

.blog-post p {
  margin-bottom: 1em;
}

.blog-post ul {
  margin-left: 1em;
}

.blog-post ol {
  margin-left: 1em;
}

.blog-post ul ul {
  margin-left: 1em;
}

.blog-post li{
  line-height: 150%;
  margin-bottom: 0.25em;
}

.blog-post .img-caption {
  border-color: rgb(100, 100, 100);
  border-width: 0.0625em;
  border-style: solid;
  padding: 0.5em 1em 0.5em 1em;
  margin-bottom: 1em;
}

.blog-post .img-note {
  margin-bottom: 1em;
  text-align: center;
  font-style: italic;
}

.blog-post .img-caption ul {
  margin-left: 0;
}

.blog-post .img-caption li {
  list-style-type: none;
}

.blog-post .note {
  background-color: rgb(255, 251, 193);
  border-color: rgb(200, 196, 160);
  border-width: 0.0625em;
  border-style: solid;
  padding: 0.75em 1em 0.75em 1em;
  margin: 1.5em 0em 1.5em 0em;
}

.blog-post .footer {
  padding-top: 4em;
  padding-bottom: 4em;
}

.img-container {
  position: relative;
  text-align: center;
  font-size: 1.2em;
  color: #00f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.img-container:hover {
  color: #f00;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.img-container img {
  opacity: 0.75;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.img-container img:hover {
  opacity: 1;
}

.img-container .centered {
  z-index: 1;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-container:hover .centered {
  text-decoration: underline;
}


td {
  padding: 0em 1em 0em 0em;
  font-size: 0.95em;
  line-height: 150%;
}

.portrait {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 20em;
  display: block;
  margin: auto;
}

.glyph-filters {
  position: absolute;
  height: 0; 
  width: 0;
  overflow: none;  
}

.project {
  margin-bottom: 1.5em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.project-info .date {
  float: right;
  color: #888;
}

.project img {
  margin-bottom: 1em;
  margin-top: 1em;
}

@media (min-width: 48em) {
  .wrapper {
    display: grid;
    grid-template-columns: 10em 1fr;
    grid-template-rows: 1fr;
                                                    /* max-width: 54em; */
    padding-top: 0;
  }

  .nav {
    padding-top: 4em;
    height: 10em;
    line-height: 200%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
              font-family: "Verdana";

  }

  .nav a {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }

  .nav b {
    margin-right: 0;
  }

  .nav .spacer {
    height: 1em;
    display: block;
  }
    
  .nav .spacer1 {
    height: 0.1em;
    display: block;
  }
    
  .nav .galleries {
    text-align: left;
  }

  .nav .nested {
    margin-left: 1em;
  }

  .content {
    padding-top: 5em;
    padding-left: 1em;
  }
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.videoshow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 3em;
    max-width:640px;
      margin-left: auto;
  margin-right: auto;

}

.videoshow1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 3em;
    max-width:1280px;
      margin-left: auto;
  margin-right: auto;
  }

