/*
==========================================================
==========================================================

Default styles for 9/11 through the eyes of...

==========================================================


==========================================================
*/
/*! Custom CSS for Migration Homes and wtc */


/* Grid and layout */

#wtc-general {
    height: 100%;
	margin: 0;
	padding: 0;
    margin: auto;
    font-family: 'Overpass', sans-serif;
	background-color: rgba(255, 255, 255, 0.8);
	overflow: auto;
    padding-top: 30px;

    /* background-image: url("../media/background2.jpg");
    background-position: center;
    background-repeat: repeat repeat-x;
    background-size: 100% !important; */
}

.wtc-title-container {
    background-color: rgb(255, 255, 255);

}

.wtc-title {
    font-family: 'Overpass', sans-serif;
	color: rgb(255, 255, 255);
    padding: 0.75rem 0rem 1rem 0rem;
    margin: 1rem 1rem 3rem;
}



.content {
    background-color: rgba(255, 255, 255, 1.0);
}

.centered {
    float: none;
    margin: 0 auto;
}

 /* Typography styling*/

.wtc {
    font-size: 1rem;
    text-align: justify;
    padding-left: 4%;
    padding-right: 4%;
	font-family: 'Overpass', sans-serif;
    line-height: 3rem;
    font-weight: 400;
}

.wtc-head {
	font-size: 1.25rem;
	text-align: center;
	color: rgb(43, 41, 41);
	font-weight: 500;
	font-family: 'Overpass', sans-serif;	
    text-transform: uppercase;	
}

.wtc-head2 {
	text-align: center;
	color: grey;
	font-weight: 500;
	font-family: 'Overpass', sans-serif;
}

.wtc-subhead {
	font-size: 1rem;
	text-align: center;
	color: rgb(0, 0, 0);
    font-weight: 500;
}

.wtc-attribution {
    text-align: right;
	font-size: 1.6rem;
 	color: rgb(0, 0, 0);
	font-weight: 300;
    font-style: italic;
}

.attribution-centered {
    text-align: justify;
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-style: italic;

}

.blackground {
    background-color: rgb(219, 219, 219) !important;
}

.full-img {
    background-image: url("../EDPImages/media/background2.jpg");
    background-position: right;
    background-repeat: repeat;
    background-size: 100% !important;
  
}


.pquote {
	float: center;
	width: 100%;
	color: gray;
	font-size: 2.0rem;
	line-height: 1.7;
	font-weight: 400;
	text-indent: 0px;
	text-align: justify;
	font-family: 'Titillium Web', sans-serif;
  }


 .dropcaps:first-letter {
  margin: 0.08em 0 -0.05em -0.05em;
  padding: 0 0.065em 0 0;
  font-size: 5em;
  line-height: 0.7em;
  float: left;
  font-weight: 500;
  }

  .single-spaced {
	  margin-top: .2rem;
	  line-height: 1.1rem;
  }

  .pquote-landing {
	float: center;
	width: 100%;
	color: gray;
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-weight: 300;
	text-indent: 0px;
	text-align: justify;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 1%;
	margin-bottom: 1%;
  }
  
/* Color styling!!!!*/


/* Small devices */
@media (max-width: 768px) {
    .wtc { font-size: 1.4rem;
               line-height: 2.4rem; } 
    .pquote { font-size: 0.8rem; }
    .shades-credits { font-size: 0.8rem; }
    .wtc-head { font-size: 1.6rem; }
    .wtc-menu { font-size: 1.2rem;} 
    .photo-caption { font-size: 1.5rem;
    }
}


/* Medium devices */
@media (min-width: 768px) {
	.post img { padding: 0; }
	.wtc { font-size: 1.6rem; 
        line-height: 2.5rem; }
	.pquote { font-size: 1.0rem; }
    .shades-credits { font-size: 0.8rem; }
    .wtc-head { font-size: 1.8rem; }
    .wtc-menu { font-size: 0.9rem; }
    .photo-caption {font-size: 1.5rem; }
}

/* Medium devices */

@media (min-width: 992px) {
	.wtc { font-size: 1.6rem; 
        line-height: 2.5rem; }
	.pquote { font-size: 1.3rem; }
    .shades-credits { font-size: 0.8rem; }
    .wtc-head{ font-size: 1.8rem; }
    .wtc-menu { font-size: 1.5rem;}
}

/* Large devices */

@media (min-width: 1200px) {
	.wtc {  font-size: 2.1rem;
                line-height: 3.5rem; }
	.pquote { font-size: 1.8rem; }
    .shades-credits { font-size: 0.8rem; }
    .wtc-head { font-size: 2.6rem; }
    .wtc-menu { font-size: 1.5rem;}
    .wtc-title { font-size: 2.3;}
    .wtc-attribution { font-size: 1.4rem;}
}

.photoviewer-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    border: none;
  }

  .photoviewer-header .photoviewer-toolbar {
    background-color: rgba(0, 0, 0, .5);
  }

  .photoviewer-footer {
    bottom: 10px;
  }

  .photoviewer-footer .photoviewer-toolbar {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
  }

  .photoviewer-header,
  .photoviewer-footer {
    pointer-events: none;
  }

  .photoviewer-title {
    color: #ccc;
  }

  .photoviewer-button {
    color: #ccc;
    pointer-events: auto;
  }

  .photoviewer-footer .photoviewer-button:hover {
    color: white;
  }