// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body, h1, h2, p {
	font-family: "Raleway", sans-serif;
	color: #333;
}


a,
a:hover,
a:visited,
a:active {
	font-size: inherit;
	color: #333;
	/*text-decoration: none;*/
}

a:hover {
	text-decoration: underline;
}

.logo_type a {
	text-decoration: none;
}

/* ---------- Begin Set up page attributes ----------*/

.page {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 70%;
}


h1 {
	font-size: 24px;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
}

p {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 24px;
}
/* ---------- End Set up page attributes ----------*/
.logo_type {
    display: block;
	width: 100%;
}

span.the {
	font-size: 27.2px;
    font-size: 1.7em;
    font-weight: 300;
}

span.illuminatum {
	font-size: 56px;
    font-size: 3.5em;
    font-weight: 600;
}

.banner {
	margin: 2em 0 0;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #666;
}

.banner img {
   max-width: 50%;
}


.banner .top_menu {
	width:100%;
	margin-top: 30px;
}

.banner .top_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: end;
	font-size: .875em;
	}

.banner .top_menu ul li {
    display: flex;
    font-family: Raleway;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1em;
	font-weight: 400;
	text-transform: lowercase;
}

.topnav {
  display: none;
}


/*
====================
FOOTER INFORMATION
====================
*/


footer {
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
    text-align: center;
    font-weight: 400;
    border-top: 1px solid #333;
    margin-top: 30px;
}

footer .left {
	position: relative;
	display: inline-block;
	width: 49%;
	text-align: left;
	font-size: 0.875rem;
	text-align: left;
	font-weight: 400;
	left: 0;
	margin: 0;
}

footer .left p {
	font-size: 0.875rem;
}

footer .right {
	position: relative;
	display: inline-block;
	width: 50%;
	text-align: right;
	padding-top: 10px;
}

footer ul {
	margin: 10px 20px;
	padding: 0;
	display: inline-block;
}

footer ul li {
	list-style: none;
	display: inline;
	padding-right: 20px;
	position: relative;
}

footer ul li img {
	width: 30px;
}

/*
====================
Banner Images
====================
*/


.home_image {
    width: 100%;
    height: 350px;
    overflow: hidden;
	position:relative;
}

.home_image img {
    width: inherit;
    height: auto;
    /* overflow: hidden; */
	position: relative;
}


span.title {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 11px;
    color: white;
}

.introduction,
.home_page_content_blocks {
    position: relative;
	border-bottom: solid 1px #666;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.introduction {
	padding-bottom: 0px;
}

.home_page_content_blocks {
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: table-row-group;
}

.home_page_content_blocks h2 {
	font-weight: 400;
	font-size: 1.25em;
	margin: 0 0 10px;
	display: none;
}

.introduction h1 {
    font-weight: 400;
}

section {
    /* width: 70%; */
    text-align: center;
    display: grid;
    justify-content: left;
	position: relative;
}

aside.side_bar {
    border-left: solid 1px #666;
    display: inline-block;
    position: absolute;
    width: 28%;
    right: 0;
    /* position: relative; */
    top: 0;
    height: 100%;
}

.side_bar_content {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #666;
    margin-left: 20px;
}

.side_bar_content h3 {
    margin: 0;
    font-weight: 600;
}

.side_bar_content p {
	font-size: .875em;
}

div#content {
    width: 70%;
    text-align: center;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
}

.home_content_block {
    display: flex;
    justify-content: center;
    /* width: 25%; */
    flex-direction: row;
    display: inline-flex;
    /*width: 30%;*/
	margin: 0 10px 0;
	border: solid 1px #666;
}

.home_content_block:first-child {
	margin-left: 0px;
}

.home_content_block:last-child {
	margin-right: 0px;
}


.home_content_block h2 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
}

.home_content_block p {
	font-size: 14px;
	font-size: .875em;
	font-weight: 400;
	padding: 0 20px;
	text-align: left;
}

.home_content_block img {
	width: 100%;
}


.home_content_block p.title {
	font-weight: 600;
	font-size: .5em;
}

.home_content_block .blog-block p {
    padding: 0 20px;
}

/*
====================
Newsletter
====================
*/


  #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

  #sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
  }
  
  
/*
====================
About
====================
*/

.about section {
    /* width: 70%; */
    text-align: center;
    display: flex;
    justify-content: left;
	position: relative;
	flex-direction: row;
}

.about .introduction {
	text-align: left;
	width: 70%;
	margin-right: 20px;
	border-bottom: none;
}
	

.about_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
	position:relative;
}

.about_image img {
    width: inherit;
    height: auto;
    /* overflow: hidden; */
	position: relative;
}



.about aside.side_bar {
    border-left: solid 1px #666;
    display: inline-block;
    position: relative;
    width: 28%;
    right: 0;
    /* position: relative; */
    top: 20px;
    height: 100%;
}

.about .side_bar_content:last-child {
	border-bottom: none;
}

.about .content_blocks {
	display: flex;
	flex-direction: row;
	
}

.about .copy_block {
	width: 70%;
	margin-right: 20px;
}

.about .image_block {
	margin-top: 20px;
	
}

/*
====================
Issues
====================
*/


.issues section {
    /* width: 70%; */
    text-align: center;
    display: flex;
    justify-content: left;
	position: relative;
	flex-direction: row;
}

.issues .introduction {
	text-align: left;
	width: 70%;
	margin-right: 20px;
	border-bottom: none;
}
	

.issues_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
	position:relative;
}

.issues_image img {
    width: inherit;
    height: auto;
    /* overflow: hidden; */
	position: relative;
}


.issues aside.side_bar {
    border-left: solid 1px #666;
    display: inline-block;
    position: relative;
    width: 28%;
    right: 0;
    /* position: relative; */
    top: 20px;
    height: 100%;
}

.issues .side_bar_content:last-child {
	border-bottom: none;
}

.issues .content_blocks {
	display: flex;
	flex-direction: row;
	
}

.issues .copy_block {
	width: 70%;
	margin-right: 20px;
}

.issues .image_block {
	margin-top: 20px;
	
}


/*
====================
Calls for submissions
====================
*/



/*
====================
Articles
====================
*/


/*
====================
Contact
====================
*/


/* ======================================== Mobile ======================================== */

@media screen and (max-width: 756px) {
	/* Style the navigation menu */
	
	.page {
		width: 90%;
	}
	
	.banner .desktop {
		display: none;
	}
	
	.banner {
		margin: 0px;
		padding-bottom: 0px;
	}
	
	.logo_type {
		display: block;
		width: 80%;
	}
	span.the {
		font-size: 27.2px;
		font-size: 1.27em;
		font-weight: 400;
	}
	
	span.illuminatum {
		font-size: 56px;
		font-size: 2em;
		font-weight: 600;
	}

	.topnav {
	  overflow: hidden;
	  position: relative;
	  width: 100%;
	  display: block;
	}

	/* Hide the links inside the navigation menu (except for logo/home) */
	.topnav #myLinks,
	.banner .top_menu {
	  display: none;
	}

	/* Style navigation menu links */
	.topnav a {
	  color: #333;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 17px;
	  display: block;
	}

	/* Style the hamburger menu */
	.topnav a.icon {
	  background: transparent;
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	
	.fa {
    display: inline-block;
    font: normal normal normal 36px / 1 FontAwesome!Important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}


	/* Add a grey background color on mouse-over */
	.topnav a:hover {
	  background-color: #fff;
	  color: #666;
	}

	/* Style the active link (or home/logo) */
	.active {
	  background-color: #04AA6D;
	  color: white;
	}
	
	div#myLinks {
		border-top: solid 2px;
	}
	
	#myLinks a {
        color: #333;
        padding: 14px 0px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        border-bottom: solid 1px;
    }
	
	.home_image {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	
	section {
		width: 100%;
		text-align: center;
		display: block;
		justify-content: left;
		position: relative;
	}
	
	div#content {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	
	aside.side_bar {
		border-left: none;
		display: inline-block;
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		height: auto;
	}
	
	.side_bar_content {
		margin-left: 0;
	}
	
	.home_content_block {
		display: flex;
		justify-content: center;
		width: 100%;
		flex-direction: column;
		margin: 10px 0 0 0;
		border: solid 1px #666;
	}

	footer {
		position: relative;
		bottom: 0;
		width: 100%;
		font-size: 14px;
		font-size: 0.875rem;
		color: #333;
		text-align: center;
		font-weight: 400;
		border-top: 1px solid #333;
		margin-top: 30px;
		display: flex;
		flex-direction: column;
	}

	footer .left {
		position: relative;
		display: block;
		width: 100%;
		text-align: left;
		font-size: 0.875rem;
		text-align: left;
		font-weight: 400;
		left: 0;
		margin: 0;
		order: 2;
	}
	
	footer .left p {
		font-size: 0.875rem;
		text-align: center;
		margin: 0 20px;
	}
	
	footer .left span.pipe {
		display: none;
	}
	
	footer .left span.privacy {
		display: block;
	}
	
	footer .right {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		order: 1;
	}

/*
====================
Mobile About
====================
*/

	.about .introduction {
		text-align: left;
		width: 100%;
		margin-right: 0;
		border-bottom: none;
	}
	.about_image {
		height: auto;
	}

	.about section {
		width: 100%;
		display: block;
	}

	.about .content_blocks {
		display: block;
	}

	.about .copy_block {
		width: 100%;
		margin-right: 0;
	}

	.about .image_block {
		margin-top: 20px;
	}

	.about .image_block img {
		width: 100%;
	}

	.about aside.side_bar {
		border-left: none;
		display: block;
		position: relative;
		width: 100%;
		right: 0;
		position: relative;
		top: 20px;
		height: 100%;
	}

	.about .side_bar_content {
		text-align: left;
		padding: 0;
		margin-bottom: 10px;
		border-bottom: solid 1px #666;
	}

	.about .side_bar_content p {
		font-size: 1em;
	}


/*
====================
Mobile issues
====================
*/

	.issues .introduction {
		text-align: left;
		width: 100%;
		margin-right: 0;
		border-bottom: none;
	}
	.issues_image {
		height: auto;
	}

	.issues section {
		width: 100%;
		display: block;
	}

	.issues .content_blocks {
		display: block;
	}

	.issues .copy_block {
		width: 100%;
		margin-right: 0;
	}

	.issues .image_block {
		margin-top: 20px;
	}

	.issues .image_block img {
		width: 100%;
	}

	.issues aside.side_bar {
		border-left: none;
		display: block;
		position: relative;
		width: 100%;
		right: 0;
		position: relative;
		top: 20px;
		height: 100%;
	}

	.issues .side_bar_content {
		text-align: left;
		padding: 0;
		margin-bottom: 10px;
		border-bottom: solid 1px #666;
	}

	.issues .side_bar_content p {
		font-size: 1em;
	}



}

