

* {
  padding: 0;
  font-family: Arial , sans-serif;
  line-height: 150%;
}
:root {
  font-size: 18px;
}

.blog-img {
	height: auto;
	max-height: 150px;
}

.blog-undertitle {
  grid-row: 2/3;
  grid-column: 1/2;
}

.email-send-button {
  color: red;
  font-size: 30px;
}

.hashtag {
  color: grey;
  font-style: italic;
  font-size: 20px;
}

.quot {
  background-color: #fafafa;
  border: solid 1px grey;
  padding: 25px;
}

.item {
	width: 100%;
	border-bottom: 2px solid #666;
	display: grid;
	grid-template: auto /auto auto;
	padding: 5px;
}

.tip, .step, .fig {
  color: red;
  font-weight: bold;
}

.note, .formTitle, .example {
  font-weight: bold;
}

.gloss-voc {
  font-style: italic;
  font-weight: bold;
}

.home-title {
color: grey;
font-size: 32px;
}

.home-undertitle {
color: grey;
font-size: 32px;
font-style: italic;
}

.inner-border {
  box-shadow: 10px 10px 10px grey;
  width: 100%;
  outline: 4px solid white;
  outline-offset: -5px;
  border: 5px solid grey;
}

.text-figcaption {
  font-size: 15px;
}

.text-quotcaption {

  font-size: 12px;
  color: grey;
}

.text-small, .text-footnote {
  font-size: 15px;
}

#mobile-navbar, #list-content {
  display: none;
}

a {
  text-decoration: underline;
}

input, textarea {
  display: block;
  margin: 10px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 5px;
}
.item {
  border-bottom: 2px solid #666;
  display: grid;
  grid-template: 150px /70% 30%;
  padding: 5px;
}

.blog-img {
  height: 150px;
  width: 100%;
  min-width: 230px;
  border: 1px solid grey;
}

.blog-title {
padding-right: 2px;
}

.blog-undertitle {
text-decoration: none;
cursor: auto;
color: black;
font-weight: bold;
padding-right: 2px;
}

#masthead p {
  text-align: center;
}

#masthead * {
  margin: 10px 0;
}

#masthead a {
  text-decoration: none;
}

#masthead p a:hover {
  text-decoration: underline;
  color: #f00;
}
#home {
  width: 70%;
  max-width: 1000px;
  margin: 20px auto;
}

figure {
  text-align: center;
}

figure img {
  width: 100%;
  max-width: 800px;
}

.comments-title, .copyshare {
  font-size: 44px;
}

.comments-reply {
  border: 1px solid #000;
  margin: 10px 20px;
  padding: 5px;
  background-color: #ffc;
}

input[type='submit'] {
  background-color: #000;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  border-radius: 0;
}

.inlineinput input {
  display: inline-block;
  border-radius: 0px;
  margin: 0;
}

@media only screen and (max-width:720px) {
  #home{
    width: 90%;
    margin: 20px auto;
  }

  #desktop-navbar {
    display: none;
  }

  #mobile-navbar {
    display: block;
  }

  #navbar-switch {
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
  }

  #list-content {
    display: none;
  }

}
