body {
  margin: 0;
  font: normal 14pt/1.72  'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #44b4d0;
  background: linear-gradient(0deg, rgba(250,167,167,1) 0%, rgba(188,155,186,1) 50%, rgba(68,180,208,1) 100%); 
  color: black;
}

header {
  text-align: left;
  font: normal 14pt 'Roboto Mono', monospace;
  margin: 3.5% auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 83rem;
}

h1 {
  text-transform: lowercase;
  font-size: 21pt;
  color: #f7ff4a;
}

h1, h2, h3 {
   font-weight:normal;
}

h1 {
  padding-left: 1.5rem;
}

#nav {
    text-align:right;
    padding-right: 1.5rem;
}

.info {
  margin-left: 1rem;
}

.satpreet {
   margin-bottom:6%; padding-left:3%; padding-right:3%
}

.satpreet li {margin-bottom:.5em}


#main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  overflow:hidden;
}

.issue {
  box-shadow: -10px -10px 0 #4e8291;
  border: 2px solid #2c5c6a;
  margin: 9% 3.125rem 2% 3.125rem;
  background-color: #fff;
  position:relative;
   max-width: em;

}
header a {
  color: #3d98a6;
}

header a:link 
{
  color: #f7ff4a;
}

header a:visited 
{
  color: #f7ff4a;
}

header a:hover 
{
  color:#dde630;
}

header a:active 
{
  background-color: #f7f73e;
}

h2.issue-title {
  font-style: italic;
  font-size: 20pt;
  margin-top: 5.63rem;
  color: #bb1aa2;

}

h2.issue-subtitle {
  font-family: 'Roboto Slab';
  font-size: 60pt;
  margin-left: -.125rem;
  margin-top: -.35rem;
  margin-bottom: 0;
  line-height:1;
  color:#ebffea;
  text-shadow: -1px -1px 0 #6667d2, 1px -1px 0 #6667d2, -1px 1px 0 #6667d2, 1px 1px 0 #6667d2;
}

.note-from-the-editor {
  padding: 0 3.25rem 8rem 3.25rem;
}

#table-of-contents {
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 1% 3%;
}

.issue-info, #table-of-contents a {
  width: 42%;
  margin-bottom: 2rem;
  padding: 2%;
  display: block;
  max-width:26rem;
}

#table-of-contents a {
  border: dashed;
  border-width: 1pt;
  border-color: green;
  color: #5254d7;
                             background-color:#f2d5d5;
}

#table-of-contents a:hover {
  color: #8f401e;
}

#table-of-contents h3 {
  margin:.5em 0;
  }

#table-of-contents p {
  font-family: 'Noto Sans JP';
  margin-top: 2.2rem;
  color: #91096f;
}

#table-of-contents-author {
  font-family: 'Noto Sans JP', san-serif;
  color: #c04523;
  font-size: 9pt;
}

.info p {
   font-family: Roboto Mono', monospace;
   color: black;
   font-size:95%;
   margin-top:0;
   margin-bottom:0;
}

.caption {
   font-size:90%;
}

.living-doc {
    font-size:13pt; 
    margin: 0 6% 4% 6%;
     color:#666;
}

footer {
  						background-color:#d8db93;
}


.footer-wrapper {
  font-family: 'Roboto Mono', monospace;
  color: black;
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 84rem;
       						background-color:#d8db93;
}

.footer-left, .footer-right {
  padding: 2.5rem 1.5rem;
  font-size:13pt;
  max-width:38rem;
}

.about-us {
   font-size:17pt;
   margin-top:0;
}

#subscribeButton {
  color: #ce2c00;
  background-color: #f47d48;
}

#subscribeButton:hover {
  background-color: #f8ff6d;
  color: #089ba8;
}

#subscribeEmail,
#firstName {
  color: #ce2c00;
}

#firstName::placeholder {
  color: #ce2c00;
}

#subscribeEmail::placeholder {
    color: #ce2c00;
}

input:focus {
  outline-color: red;
}

.newsletter-button {
 											 background: #e9ec9b;
  box-shadow: 0 5px 5px black;
  font-family: 'Hachi Maru Pop', cursive;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.75rem;
  position: absolute;
  text-align: center;
  top: -8px;
  right: 5%;
  transition: background-color 0.2s;
  width: 8rem;
}

.newsletter-button::before
{
  border-left: 8px solid transparent;
  border-bottom: 8px solid grey;
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  width: 0;
  height: 0;
}

.newsletter-button:link, .newsletter-button:hover, .newsletter-button:visited
{
  color: #824242;
}

.newsletter-button:hover
{
      										 background: #f4f794;
}

.newsletter-button .first-line
{
  display: block;
}

@keyframes swivel
{
  0%
  {
    transform: rotate(0);
  }

  25%
  {
    transform: rotate(30deg);
  }

  75%
  {
    transform: rotate(-20deg);
  }

  100%
  {
    transform: rotate(0);
  }
}

.newsletter-button svg
{
  margin: 1rem 0 0.5rem;
  transform-origin: top center;
}

.newsletter-button:hover svg
{
  animation-duration: 1.5s;
  animation-name: swivel;
  animation-timing-function: ease-in-out;
}

.skip-link
{
  left: -10000px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media only all and (max-width: 700px) {

header {
    margin:0;
    display:block;
    padding: .625rem 5% 2em 5%;
    text-align:left;
}

h1 {
    padding:0 0 .625rem 0;
}

#nav {
    text-align:left;
    padding-top:.5rem;
}

.issue {
    margin: 3% .5rem 0 1rem;
}

h2.issue-title {
    font-size:18pt;
    margin-top:3rem;
}

h2.issue-subtitle {
    font-size: 38pt;
    line-height:1.3;
    margin-bottom:4rem;
}

.note-from-the-editor {
     padding: 0 4%;
}


.satpreet {
   margin-bottom:10%; padding-left:3%; padding-right:8%
}

.satpreet li {margin-left:-1em}

#table-of-contents, .footer-wrapper {
     display:block;
	padding:0 0 0 5%;
}

#table-of-contents a, .issue-info {
     width:90%;
     max-width:90%;
}
.footer-left {
  padding-bottom:0;
}
.footer-right {
  padding-top:0;
  padding-bottom:1.5rem;
}
}

@media only all and (max-width: 660px) {
h2.issue-subtitle {
    max-width:3em
}
}
