* {
  box-sizing: border-box;
}

img {
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

 /* The navbar container */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Links - change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
} 

/*The main body*/

.column {
  float: left;
}

.column.side {
  width: 20%;
  margin: 40px auto; 
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; 
}

.column.article-box {
  width: 60%;
  color: #555555;
  padding: 20px;
  margin: 40px auto; 
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

.article-box h1 {
  border-bottom: 1px #eeeeee solid;
}


.article-box p {
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

.article-box h1 {
  font-family: "Baskerville", "Garamond", "Hoefler Text", "EB Garamond", "Adobe Garamond", "Palatino", serif;
  font-size: 4.2em;
  text-transform: capitalize;
  font-variant: small-caps;
  font-weight: 100;
  font-style: bold;
  color: black;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.article-box h1 .first-letter-big {
  font-size: 1.44em;
}

.article-box h3 {
  font-family: "Baskerville", "Garamond", "Hoefler Text", "EB Garamond", "Adobe Garamond", "Palatino", serif;
  text-align: center;
  font-size: 2.16em;
  font-style: bold;
  font-weight: 100;
  margin-top: 20px;
  color: black;
  border-bottom: none;
}

.article-box h4 {
  font-family: "Baskerville", "Garamond", "Hoefler Text", "EB Garamond", "Adobe Garamond", "Palatino", serif;
  text-align: center;
  font-size: 1.5em;
  font-style: regular;
  font-weight: 100;
  margin-top: 10px;
  color: #545454;
  border-bottom: none;
}

.article-box .article-menu {
  width: 100%;
  position: relative;
}

.article-box .article-menu .pic-author {
  display: inline-block;
  width: 50px;
}

.article-box .article-menu .pic-author img {
  border-radius: 50%;
  width: 50px;
}

.article-box .article-menu .author-info {
  margin-left: 15px;
  height: 50px;
  padding-top: 15px;
  position: absolute;
  display: inline-block;
  width: 80%;
}

.article-box .article-menu .author-info span {
  display: block;
}

.article-box .article-menu .author-info p {
  text-transform: uppercase;
  font-family: "verdana", sans-serif;
  font-size: 0.6em;
  color: #999999;
  line-height: 0.7em;
}

.article-box .article-menu .social-icons {
  display: inline-block;
  position: absolute;
  width: 100px;
  padding: 0px;
  padding-top: 15px;
  right: 10px;
  text-align: right;
}

.article-box .article-menu .social-icons p {
  line-height: 0;
}

.article-box .article-menu .social-icons img {
  width: 100px;
  height: auto;
}

.article-box .article {
  padding-top: 20px;
}

.article-box .article p {
  font-family: "verdana", sans-serif;
  text-align: justify;
  font-size: 0.84em;
  line-height: 1.8em;
}

.article-box .article p i {
  font-style: italic;
}

.article-box .article p b {
  font-style: bold;
}

.article-box .small {
  font-size: 0.68em;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  font-family: "verdana", sans-serif;
  background-color: #F1F1F1;
  text-align: center;
  padding: 10px;
  font-size: 0.68em;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 30px;
  border: 1px solid #888;
  width: 65%; /* Could be more or less, depending on screen size */
  max-width: 100%;
}

/* Style the horizontal ruler */
.milkycontainer hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.milkycontainer h1 {
  font-family: "Baskerville", "Garamond", "Hoefler Text", "EB Garamond", "Adobe Garamond", "Palatino", serif;
  text-align: center;
  font-size: 2.64em;
  font-variant: small-caps;
  font-weight: 100;
  font-style: bold;
  color: black;
}

.milkycontainer h3 {
  font-family: "Baskerville", "Garamond", "Hoefler Text", "EB Garamond", "Adobe Garamond", "Palatino", serif;
  text-align: center;
  font-size: 1.5em;
}

.milkycontainer p {
  font-family: "verdana", sans-serif;
  text-align: center;
  font-size: 0.68em;
}

* {box-sizing: border-box}

/* Full-width input fields */
input[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

@media screen and (max-width: 600px) {
  .column.side.right 
  {
    width: 20%;  
  }
  
  .column.article-box {
    width: 80%;
   }
   
   .column.side.left {
    display: none;
  }
  
  .modal-content {
    margin: 50% auto;
    width: 95%; /* Could be more or less, depending on screen size */
  }
}

