@charset "utf-8";

@font-face {
	font-family: 'Elkwood';
	src: url("fonts/Elkwood - Free.ttf")
}

@viewport {
  width: device-width;
  zoom: 1.0;
}

body {
	margin: auto 0;
	margin-top: 0;
	height: 100%;
}

html {
	height: 100%;
}

/* ----------------- DESKTOP ------------------ */
@media screen and (min-width: 651px) {
  	/* comes into effect for screens larger than or equal to 481 pixels */
  	#somethingorother {
    width: 651px;
	}
	
	img {
		width: 100%;
	}
}

/* ----------------- TABLET ----------------- */
@media only screen and (max-width: 650px) {
	body {
		width: 100%;
		max-width: 100%;
		height: auto;
		font-size: 3.5vw;
	}
	
	img {
		width: 100%;
	}
	
	topbar {
		width: 100%;
	}
	
	.comicstats li {
		padding-left: 30px;
	}
}

/* ---------------- IPHONE -------------------*/
@media only screen and (max-width: 375px) {
	.article {
		line-height: 30px;
	}
}

/* ---------------------------- SPLASH CSS ----------------------------- */
.cover {
	max-width: 100%;
	position: relative;
}

.title {
	font-family: 'Elkwood';
	text-transform: uppercase;
	color: white;
	text-shadow: 2px 1px 10px black;
	letter-spacing: 0px;
	text-align: center;
	position: absolute;
	left: 175px;
	top: 525px;
}


/* ------------------- NAV BAR -------------------- */

.navbar-brand {
	font-family: 'Elkwood';
}


.arrow {
	width: 10%;
	position: absolute;
    top: 9px;
    left: 9px;
	shadow: 2px 1px 10px black;
}

/* ------------------------------ HOME CSS -------------------------- */

/* ------------------- CENTERED TEXT --------------------- */
.covers {
	vertical-align: bottom;
}

.section {
	position: relative;
	text-align: center;
}

.article, .link {
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.section h2 {
	top: 20%;
}

.description {
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
}

/* -------------------------------------------------------*/

.article {
	color: white;
    top: 10%;
	font-family: 'Elkwood';
	text-transform: uppercase;
	font-size: 2.5em;
	text-shadow: black 1px 0 15px;
	line-height: 0.8em;
}

.description {
	color: white;
    top: 50%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding-top: 20px;
}

.link {
    top: 90%;
	position: absolute;
}

.button {
	width: 25%;
	position: absolute;
	top: 90%;
	left: 50%;
    transform: translate(-50%, -50%);
}

.linktext {
	width: 20%;
	position: absolute;
	top: 90%;
	left: 50%;
    transform: translate(-50%, -50%);
}


/* --------------------- WHY DOES LGBT MATTER? --------------------------------- */

.A {
	position: relative;
}

.A h1 {
	font-family: 'Elkwood';
	text-transform: uppercase;
	padding-left: 22px;
	font-size: 3em;
	margin-bottom: 0;
}

.A p {
	font-family: 'Open Sans';
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 15px;
}

.B {
	background-color: #C94B4B;
	vertical-align: bottom;
	position: relative;
	padding-bottom: 12px;
	background-image: url("images/stock/colorized.jpg");
}

.BB {
	background-color: #C94B4B;
	vertical-align: bottom;
	position: relative;
	padding-bottom: 12px;
}

.B p, .BB p {
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 15px;
}

.subhead {
	font-family: 'Elkwood';
	color: white;
	font-size: 35px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

.whitedude {
	width: 100%;
    height: auto;
	vertical-align: bottom;
}

.caption {
	display: inline-block;
	position: absolute;
}

.authorlink {
	background-color: #C94B4B;
	height: 50px;
	position: relative;
}

.outline {
	width: 25%;
	left: 50%;
	top: 15%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.authorbutton {
	width: 15%;
	left: 51%;
	top: 15%;
	position: absolute;
	transform: translate(-50%, -50%);
}



/* ------------------------------------- HOW TO SUPPORT IT ----------------------------------- */

.solvetitle {
	font-family: 'Elkwood';
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
	word-spacing: -1px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.C {
	background-color: #fcb1b1;
	padding-left: 20px;
	padding-right: 20px;
	
}

.A p {
	padding-top: 12px;
}

.C p {
	color: white;
	line-height: 24px;
	font-size: 15px;
	padding-top: 12px;
}

/* -------------------------------- AUTHORS ---------------------------- */

.author {
	margin: 0;
}

.quickdescript h1 {
	font-family: 'Elkwood';
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	font-size: 60px;
	text-transform: uppercase;
}

.name {
	font-family: 'Elkwood';
	font-size: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 2px;
	text-transform: uppercase;
}

.quickdescript p {
	font-family: 'Open Sans';
	color: black;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 5px;
}

.Y {
	background-color: #F8EDD1;
	position: relative;
	padding-bottom: 8px
}

.P {
	background-color: #E4BEBE;
	position: relative;
	padding-bottom: 8px
}

.Y p, .P p {
	font-family: 'Open Sans';
	color: black;
	font-size: 16px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0;
}

.authorlinks {
	background-color: #F8EDD1;
	position: relative;
	height: 45px;
}

.authorlinks1 {
	background-color: #E4BEBE;
	position: relative;
	height: 45px;
}

.aoutline {
	width: 30%;
	left: 50%;
	top: 20%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.alink {
	width: 20%;
	left: 50%;
	top: 19%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.tynion, .coover {
	background-color: #F8EDD1;
}

.tynion h1, .authorbio h1, .bennett h1, .coover h1 {
	text-align: left;
	padding-left: 10px;
	font-family: 'Elkwood';
	font-size: 3em;
	margin: 0;
	text-transform: uppercase;
}

.tynion p, .authorbio p, .bennett p, .coover p {
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 10px;
}

.bennett {
	background-color: #E4BEBE;
}

.social {
	width: 15%;
	margin-left: 13%;
	padding-bottom: 25px;
	margin-top: 0;
}

/* ----------------------------- CHARACTERS ----------------------------------*/

.character-summ h1 {
	font-family: 'Elkwood';
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.character-summ p {
	font-family: 'Open Sans';
	color: black;
	text-align: center;
}

.flag {
	width: 100%;
	padding-top: 15px;
	vertical-align: bottom;
	border-radius: 50%;
	display: block;
}



/* ---------------------------- ORIENTATION PAGES
-------------------------------- */

.flaghead {
	height: 200px;
	position: relative;
	width: 100%;
}

.head h2 {
	font-family: 'Elkwood';
	font-size: 70px;
	text-transform: uppercase;
	position: absolute;
	top: 3%;
	color: white;
	text-shadow: 5px 1px 10px black;
	width: 100%;
	text-align: center;
	line-height: .8em;
}


.gallery {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;

}

.charactertable {
	flex: 40%;
	margin: 5px;
	position: relative;
}

.charactertable img {
	border-radius: 50%;
}

.top {
	font-family: 'Elkwood';
	color: white;
	font-size: 1.5em;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	text-shadow: 1px 1px 5px black;
}

.bottom {
	font-family: 'Elkwood';
	color: white;
	font-size: 1.5em;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	text-shadow: 1px 1px 5px black;
}

/* ---------------- OVER ARCHING CHARACTER PAGES -------------------*/

.charname h2 {
	font-family: 'Elkwood';
	text-transform: uppercase;
	font-size: 3.5em;
	margin-top: 2%;
	margin-left: 25%;
	margin-bottom: 0;
	line-height: 0.8em;
}

.comicstats p {
	margin-left: 25%;
	font-family: 'Elkwood';
	font-size: 1.5em;
	margin-top: 3%;
	color: black;
	line-height: 22px;
}

.publisher {
	width: 18%;
	vertical-align: middle;
	margin: 0;
} 

.charbio p, .history p {
	margin-left: 25%;
	font-family: 'Open Sans';
	font-size: 15px;
	line-height: 22px;
	color: black;
	padding-right: 22px;
}


/* ------------------------- BATWOMAN ------------------------- */

.sidebarbatwoman {
	position: fixed;
	height: 100%;
	background-color: #b8382d;
	width: 20%;
	z-index: -1;
}


.batwoman {
	width: 60%;
	float: left;
	shape-outside: url("images/characters/batwoman.png");
	shape-margin: 2%;
}

/* ---------------------------- MISS AMERICA ---------------------*/

.sidebaramerica {
	position: fixed;
	height: 100%;
	background-color: #45a9ea;
	width: 20%;
	z-index: -1;
}

.america {
	width: 60%;
	float: left;
	shape-outside: url("images/characters/america.png");
	shape-margin: 2%;
}

/* ---------------------- N.T.W ----------------------------*/

.sidebarnegasonic {
	position: fixed;
	height: 100%;
	background-color: #efc73b;
	width: 20%;
	z-index: -1;
}

.negasonic {
	width: 60%;
	float: left;
	shape-outside: url("images/characters/negasonic.png");
	shape-margin: 2%;
}

/* -------------------------------- THUNDER -------------------- */

.sidebarthunder {
	position: fixed;
	height: 100%;
	background-color: #c66dad;
	width: 20%;
	z-index: -1;
}

.thunder {
	width: 80%;
	float: left;
	shape-outside: url("images/characters/thunder.png");
	shape-margin: 2%;
}

/* ---------------------------- APOLLO ------------------------- */

.sidebarapollo {
	position: fixed;
	height: 100%;
	background-color: #ef6a24;
	width: 20%;
	z-index: -1;
}

.apollo {
	width: 80%;
	float: left;
	shape-outside: url("images/characters/apollo.png");
	shape-margin: 2%;
}

.manda {
	vertical-align: bottom;
}

/* ---------------------------- MIDNIGHTER -----------------------*/

.sidebarmidnighter {
	position: fixed;
	height: 100%;
	background-color: #7c3c3a;
	width: 20%;
	z-index: -1;
}

.midnighter {
	width: 80%;
	float: left;
	shape-outside: url("images/characters/midnighter.png");
	shape-margin: 2%;
}

/* ------------------------ GREEN LANTERN ----------------------- */

.sidebarlantern {
	position: fixed;
	height: 100%;
	background-color: #91ce89;
	width: 20%;
	z-index: -1;
}

.lantern {
	width: 70%;
	float: left;
	shape-outside: url("images/characters/greenlantern.png");
	shape-margin: 2%;
}

/* ------------------------------ ICEMAN ------------------------------ */

.sidebariceman {
	position: fixed;
	height: 100%;
	background-color: #4eaec4;
	width: 20%;
	z-index: -1;
}

.iceman {
	width: 80%;
	float: left;
	shape-outside: url("images/characters/iceman.png");
	shape-margin: 2%;
}

/* ------------------------- WONDER WOMAN -------------------- */

.sidebarww {
	position: fixed;
	height: 100%;
	background-color: #e95950;
	width: 20%;
	z-index: -1;
}

.ww {
	width: 90%;
	float: left;
	shape-outside: url("images/characters/wonderwoman.png");
	shape-margin: 2%;
}

/* ------------------------------- HARLEY QUINN ---------------------- */

.sidebarharley {
	position: fixed;
	height: 100%;
	background-color: #da7ba2;
	width: 20%;
	z-index: -1;
}

.harley {
	width: 70%;
	float: left;
	shape-outside: url("images/characters/harleyquinn.png");
	shape-margin: 2%;
}

/* --------------------------- IRON MAN ------------------------- */

.sidebarironman {
	position: fixed;
	height: 100%;
	background-color: #f1d895;
	width: 20%;
	z-index: -1;
}

.ironman {
	width: 70%;
	float: left;
	shape-outside: url("images/characters/ironman.png");
	shape-margin: 2%;
}

/* ----------------------------------- CATWOMAN ---------------------- */

.sidebarcatwoman {
	position: fixed;
	height: 100%;
	background-color: #857ca7;
	width: 20%;
	z-index: -1;	
}

.catwoman {
	width: 90%;
	float: left;
	shape-outside: url("images/characters/catwoman.png");
	shape-margin: 2%;
}

/* --------------------- MYSTIQUE ----------------------------- */

.sidebarmystique {
	position: fixed;
	height: 100%;
	background-color: #ab2e3c;
	width: 20%;
	z-index: -1;	
}

.mystique {
	width: 80%;
	float: left;
	shape-outside: url("images/characters/mystique.png");
	shape-margin: 2%;
}

/* ----------------------------- LOKI -------------------------- */

.sidebarloki {
	position: fixed;
	height: 100%;
	background-color: #87be6a;
	width: 20%;
	z-index: -1;	
}

.loki {
	width: 80%;
	float: left;
	shape-outside: url("images/characters/loki.png");
	shape-margin: 2%;
}

/* --------------------------------- COAGULA ------------------------ */

.sidebarcoagula {
	position: fixed;
	height: 100%;
	background-color: lavender;
	width: 20%;
	z-index: -1;	
}

.coagula {
	width: 80%;
	float: left;
	shape-outside: url("images/characters/coagula.png");
	shape-margin: 2%;	
}

/* ---------------------------------- SERA ----------------------- */

.sidebarsera {
	position: fixed;
	height: 100%;
	background-color: coral;
	width: 20%;
	z-index: -1;	
}

.sera {
	width: 70%;
	float: left;
	shape-outside: url("images/characters/sera.png");
	shape-margin: 2%;	
}



/* ----------------------------COLLAPSE ------------ */

.mb-0 {
	font-family: 'Elkwood';
	text-transform: uppercase;
	font-size: 1.3em;

}

a:link {
	color: grey;
	text-decoration: none;
}

a:visited {
	color: grey;
}

a:hover {
	text-decoration: none;
	color: pink;
}

a:active {
	color: grey;
	text-decoration: none;
}

li {
	list-style-type: none;
}

a {
	color: black;
	text-decoration-line: none;
}

/* ----------------------------------- FOOTER ----------------------------------- */
.container {
 	min-height: 100vh; 
 	overflow: hidden;
 	display: block;
 	position: relative;
}

footer {
	background-color: black;
	height: 60px;
	padding-top: 10px;
	width: 100%;
	margin-bottom: 0;
	position: absolute;
}

nav {
	text-align: center;
}

nav a, p{
	font-family: 'Open Sans';
	font-size: 12px;
	color: grey;
	text-decoration: none;
	vertical-align: middle;
}

.copyright {
	text-align: center;
}
