/* --------- article layout -------- */
.two_col_row{
  min-height: 80vh !important;
}
.main_col{

  width: 75%;
  display: inline-block;

  margin: 0px;
  vertical-align: top;
  padding: 20px;

  border: none;

}

.extra_col{

  width: 20%;
  display: inline-block;

  margin: 0px;
  vertical-align: top;
  padding: 20px;

  border: none;

}

@media(max-width: 823px){
  .main_col{

    width: 100%;
    display: block;

    padding: 5px;

  }
  .extra_col{

    width: 100%;
    display: block;

    padding: 5px;

  }
}
/* --------- article content styles -------- */
.portrait{
  max-width: 15vw; 
  float: left; 

  border: 5px solid white; 
  margin: 20px;
  margin-top: 0px;
  margin-left: 0px;

  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 0.1em rgb(255, 255, 255), 0 0 0.2em rgb(0, 0, 0);
   /* Firefox */
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
 
}
.illustration{
  max-width: 640px;
  height: auto;

  border: 1px solid #09163F; 
  margin: 20px;

  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 0.1em rgb(255, 255, 255), 0 0 0.2em rgb(0, 0, 0);
   /* Firefox */
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
 
}
.vid{

  width: 640px;
  height: 359px; 
  border: 5px solid white; 
  margin: 20px;

  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 0.1em rgb(255, 255, 255), 0 0 0.2em rgb(0, 0, 0);
   /* Firefox */
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);

}
.article_heading{

  font-family: 'Teko', sans-serif;
  font-size: 55px;
  letter-spacing: 5px;
  line-height: 48px;
  font-weight: 1000;
  color: #09163F;

}
.article_intro{

  margin-top: 10px;
  margin-bottom: 20px;

  font-family: 'Lato', sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 1000;
  color: #09163F;

}

.article_category{

  max-width: 20vw;

  padding: 3px;
  margin-bottom: 20px;

  text-align: center;
  font-family: 'Signika', sans-serif;
  color: rgba(255, 255, 255, 1.0);
  font-size: 20px;

  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 0.1em rgb(255, 255, 255), 0 0 0.2em rgb(0, 0, 0);
   /* Firefox */
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  border: 2px solid white;

}
.category_red{
    background-color: #D92027;
}

.category_green{
    background-color: #79D70F;
}

.category_purple{
    background-color: #6A097D;
}
.category_yellow{
    background-color: #FFCC00;
}

.article_content{
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;

  font-family: 'Lato', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #09163F;

}
.article_authors{

  margin: 50px;
  padding: 20px;

  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  background-color: #E4F3FF;

  border-top: 4px solid #09163F;
  border-bottom: 4px solid #09163F;
  border-radius: 20px;

}
.article_subheading{

  margin-top: 30px;

  font-family: 'Teko', sans-serif;
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 30px;
  font-weight: 1000;
  color: #09163F;

}
.article_smallheading{

  font-family: 'Teko', sans-serif;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 1000;
  color: #09163F;

}
.article_quote{

  margin: 50px;
  padding: 20px;

  font-family: 'Signika', sans-serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 3px;
  background-color: #FFFDDA;

  border-top: 4px solid #09163F;
  border-bottom: 4px solid #09163F;
  border-radius: 20px;

}
.article_boxed{

  padding: 10px;

  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #09163F;
  background-color: #EBEBEB;

  border: 1px solid #09163F;

}
.current_issue_volume{
  /*margin-top: 20px;
  margin-bottom: 10px;*/
  margin-left: 0px;
  padding: 5px;

  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 1000;
  background-color: #09163F;
  color: #FFFFFF;

  border: 2px solid #09163F;

}
.current_issue_date{
  /* margin-top: 20px;
  margin-bottom: 10px;
  */
  margin-right: 0px;
  padding: 5px;

  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 1000;
  color: #09163F;

  border: 2px solid #09163F;
}
.illustration_caption{
  /* margin-top: 20px;
  margin-bottom: 10px;
  */
  margin-right: 0px;
  padding: 5px;

  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 1000;
  color: #09163F;
  font-style: italic;

}
.toc_links{
  margin-bottom: 20px;
}
.toc_links li{
  margin-bottom: 5px;
}
.toc_links a{
  font-weight: bold;
  color: #09163F;
}
.toc_links a:hover{
  font-weight: bold;
  color: #E4F3FF;
  background-color: #09163F;
}
.toc_links a:active{
  font-weight: bold;
  color: #CC0000;
  background-color: #09163F;
}
p{
  margin-top: 20px;
  margin-bottom: 20px;
}

blockquote{
  padding-left: 20px;
  padding-right: 20px;
}

/* -- responsive: mobile -- */
@media(max-width: 1366px){
  .portrait{
    max-width: 60vw;
    margin-top: 20px;     
    float: none;
  }
  .illustration{
    max-width: 100%;
    margin: 5px;
    clear: right;
  }
  .vid{
    width: 275px;
    height: 154px;
    margin: 5px;
    display: block;
  }
  .article_category{
    max-width: 45vw;
  }
  .article_content{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .article_authors{
    margin: 7px;
    padding: 10px;
  }
  .article_quote{
    margin: 7px;
    padding: 10px;
  }
  .current_issue_volume{
    display: block;
  }
  .current_issue_date{
    display: block;
  }  
  blockquote{
    padding-left: 2px;
    padding-right: 2px;
  }
}
