
body{
  background-image: url("parchment2.webp");
    font-family: 'Droid Serif', serif;
    color: #2f2f2f;
    background-color: #f9f7f1;
}

header {
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-filter: grayscale(1);
}

 @font-face {
  font-family: 'monster';
  src: url(/fonts/SamdanEvil.ttf);
  }

  @font-face {
    font-family: 'SFNewRepublic';
    src: url(/fonts/SFNewRepublic.ttf);
  }
  
  @font-face {
  font-family: 'lora';
  src: url(/fonts/Lora-Regular.ttf);
  }
  
  @font-face {
  font-family: 'haunting';
  src: url(/fonts/HauntingAttraction.ttf);
  }

.gray a {
    -webkit-filter: grayscale(1);
    text-align: center;
    font-size: 1.2em;
    color: #545454;
    text-align: center;
    padding: 0px 0px 0px 0px;
/*    max-height: 50px;*/
}

header a {
  text-decoration: none;
  font-family: 'monster';
  color: #2f3233; /*dark gray*/
  font-size: 6em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

header p {
  font-size: 1.2em;
  color: #545454;
  text-align: center;
  padding: 0px 0px 0px 0px;}



/*TOPMENU NAVIGATION STUFF*/

.topnav {
  overflow: hidden;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/323039/black-wood-small.jpg');
}

.topnav a {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'haunting';
  float: left;
  display: block;
  color: #d4d3d2;
  text-align: center;
  padding: 14px 30px 14px 30px;
  text-decoration: none;

}

/*.active {
/*  background-color: #96938c;
/*  color: white;
}*/

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'haunting';
  border: none;
  outline: none;
  color: #d4d3d2;
  padding: 14px 30px 14px 30px;
  background-color: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #545454;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/*HERE BEGINS THE NEWSPAPER ARTICLES SECTION */

/*FIRST I GOTTA STYLE EVERYTHING TO MATCH*/

.magmain {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
	max-width: 1200px;
	min-width: 350px;
  padding: 20px 20px 0px 20px;
  border-radius: 5px;
  background: #f4f0ec;
	box-shadow: 15px 15px 15px white, -1em 0 1em #f4f0ec;
	padding: 20px 20px 20px 20px;
}

p{
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
}
.head{
    text-align: center;
    position: relative;


}

.subhead{
    text-transform: uppercase;
    border-bottom: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;
    padding: 12px 0 12px 0;

}

.content{
    font-size: 0;
    line-height: 0;
    word-spacing: -.31em;
    display: inline-block;
    margin: 30px 2% 0 2%;
    width: 100%;
    text-align: center;
}


.collumns{

}

.collumn{
    font-size: 14px;
    line-height: 20px;
    width: 30%; /* 23% For ~4 columns max */
    /* Or 33% for ~3 columns max */
    display: inline-block;
    padding: 0 1% 0 1%;
    vertical-align: top;
    margin-bottom: 50px;
    transition: all .7s;
}
.collumn + .collumn { 
  border-left: 1px solid #2f2f2f;
}
.collumn .headline{
    text-align: center;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    display: block;
    margin: 0 auto;


}
.collumn .headline.hl1{
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;

}

.collumn .headline.hl2{
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.collumn .headline.hl2:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}
.collumn .headline.hl2:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 13px;
    display: block;
    margin: 0 auto;

}

.collumn .headline.hl3{
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl4{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl4:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}
.collumn .headline.hl4:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;

}

.collumn .headline.hl5{
    font-weight: 400;
    font-size: 42px;
    text-transform: uppercase;
    font-style: italic;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl6{
    font-weight: 400;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl6:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}
.collumn .headline.hl6:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;

}
.collumn .headline.hl7{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    display: block;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl8{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl9{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl10{
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .citation{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 44px;
    /*font-style: italic;*/
    text-align: center;
    font-weight: 400;
    display: block;
    margin: 40px 0 40px 0;
    font-feature-settings: "liga", "dlig";

}
.collumn .citation:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 16px;
    display: block;
    margin: 0 auto;
}
.collumn .citation:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 16px;
    display: block;
    margin: 0 auto;
}
.collumn .figure {
	  margin: 0 0 20px;
}
.collumn .figcaption{
	font-style: italic;
	font-size: 12px;
}
.media {
    -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
    filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
    mix-blend-mode: multiply;
    width: 100%;
}
/*________________________________________________________________________________________________________________________________*/
/*MEDIAQUERIES*/

}
@media only all and (max-width: 1200px) {
    .collumn{
        width: 31%;
    }

}
    @media only all and (max-width: 900px) {
    .collumn{
        width: 47%;
    }

}
@media only all and (max-width: 600px) {
    .collumn{
        width: 100%;
    }
	.collumn + .collumn {
				border-left: none;
      	border-bottom: 1px solid #2f2f2f;
	}
    header{
        max-width: 320px;
        font-size: 60px;
        line-height: 54px;
        overflow: hidden;
    }

}


/* OKAY NOW FOR THE SEBA MAGAZINE GRID LAYOUT HEADER STYLES */


 .c-heading:not(.c-heading--03) {
	 text-transform: uppercase;
}
 .c-heading--01, .c-heading--03, .c-heading--05 {
	 font-family: 'Sree Krushnadevaraya', serif;
}
 .c-heading--02, .c-heading--04 {
	 font-family: 'Open Sans', sans-serif;
	 letter-spacing: 0.2rem;
}
 .c-heading--01 {
	 font-size: 4rem;
	 line-height: 1.1;
	 margin-top: .3rem;
}
 @media screen and (min-width: 32.5rem) {
	 .c-heading--01 {
		 font-size: 1.8rem;
	}
}
 @media screen and (min-width: 40.625rem) {
	 .c-heading--01 {
		 font-size: 4rem;
		 margin-top: .5rem;
 		 margin-bottom: .5rem;
	}
}
 .c-heading--02 {
	 font-size: .9rem;
	 line-height: 1.7;
}
 .c-heading--03 {
	 font-size: 1.4rem;
	 line-height: 1.2;
	 margin-top: calc(var(--gap_half) / -2);
	 margin-bottom: calc(var(--gap_half) / 2);

}
 @media screen and (min-width: 32.5rem) {
	 .c-heading--03 {
		 font-size: 1.4rem;
		 padding-right: 1rem;
		 padding-left: 1rem;
	}
}
 @media screen and (min-width: 53.125rem) {
	 .c-heading--03 {
		 font-size: 1.8rem;
	}
}
 .c-heading--04 {
	 border-top: var(--border_sm) solid var(--color_ink);
	 border-bottom: var(--border_sm) solid var(--color_ink);
	 font-size: 0.8rem;
	 font-weight: bold;
	 line-height: 1.3;
}
 @media screen and (min-width: 32.5rem) {
	 .c-heading--04 {
		 font-size: 0.9rem;
	}
}
 .c-heading--05 {
	 font-size: 1.2rem;
	 line-height: 1;
	 padding-top: 5px;
}

  
  