/*
==========================================================
==========================================================

Default styles for Student Gallery

==========================================================


==========================================================
*/
/*! Custom CSS for Migration Homes and Borders */


/* Grid and layout */

#borders-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;
}


.content {
    background-color: rgba(255, 255, 255, 1.0);
}

.landscape {
    margin: 0em 5em;
}

.portrait {
    margin: 0em 2.7em;
 }

 .portrait-container-2up {
    margin: 0em -3em;
 }

 .centered {
    float: none;
    margin: 0 auto;
}
 /* Typography styling*/

.borders {
    font-size: 1rem;
    text-align: justify;
    padding-left: 4%;
    padding-right: 4%;
	font-family: 'Overpass', sans-serif;
    line-height: 3rem;
    font-weight: 400;
}

.borders-head {
	font-size: 1.25rem;
	text-align: center;
	color: rgb(43, 41, 41);
	font-weight: 500;
	font-family: 'Overpass', sans-serif;	
    text-transform: uppercase;	
}

.borders-head2 {
	text-align: center;
	color: grey;
	font-weight: 500;
	font-family: 'Overpass', sans-serif;
}

.borders-menu {
    font-size: 0.8rem;
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
    color: darkgray;
	font-family: 'Overpass', sans-serif;
}

.borders-subhead {
	font-size: 1rem;
	text-align: center;
	color: darkgray;
    font-weight: 700;
}

.borders-attribution {
	font-size: 2rem;
 	color: gray;
	font-weight: 700;
  }

.cardfont {
  font-size: 1.25rem;
  color: gray;
  font-weight: 500;

}


	/* end new */

 
  .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;
  }

  .photo-author {
	margin: 2rem;
	font-family: 'Overpass', sans-serif;
	line-height: .1rem;
	text-align: center;
	font-weight: 600;
    text-transform: uppercase;
    color: rgb(52, 52, 52);
}

  .photo-caption {
	margin: 2rem;
	font-family: 'Overpass', sans-serif;
	text-align: center;
	font-weight: 600;
    color: rgb(52, 52, 52);
}

  .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) {
    .borders { font-size: 1.4rem;
               line-height: 2.4rem; } 
    .pquote { font-size: 0.8rem; }
    .shades-credits { font-size: 0.8rem; }
    .borders-head { font-size: 1.6rem; }
    .borders-menu { font-size: 1.2rem;} 
    .photo-caption { font-size: 1.5rem;
    }
}


/* Medium devices */
@media (min-width: 768px) {
	.post img { padding: 0; }
	.borders { font-size: 1.6rem; 
        line-height: 2.5rem; }
	.pquote { font-size: 1.0rem; }
    .shades-credits { font-size: 0.8rem; }
    .borders-head { font-size: 1.8rem; }
    .borders-menu { font-size: 0.9rem; }
    .photo-caption {font-size: 1.5rem; }
}

/* Medium devices */

@media (min-width: 992px) {
	.borders { font-size: 1.6rem; 
        line-height: 2.5rem; }
	.pquote { font-size: 1.3rem; }
    .shades-credits { font-size: 0.8rem; }
    .borders-head{ font-size: 1.8rem; }
    .borders-menu { font-size: 1.5rem;}
}

/* Large devices */

@media (min-width: 1200px) {
	.borders {  font-size: 1.8rem;
                line-height: 3rem; }
	.pquote { font-size: 1.8rem; }
    .shades-credits { font-size: 0.8rem; }
    .borders-head { font-size: 2.6rem; }
    .borders-menu { font-size: 1.5rem;}
}
