@charset "UTF-8";
/* CSS Document */
/*Assignment 3 - Interactive Mood Board*/
/*MAT165 Prof. Cleveland - MJ Tinling*/

body {
	margin: 0;
	background-image:url(../images/stonewall.jpg);
	background-size: contain;
	background-repeat: vertical;
	font-family: sans-serif;
}

#container {
	width: 80%;
	min-width: 400px;
	max-width: 1280px;
	margin: 0 auto;
}

header {
	background: hsla(237, 17%, 27%, 0.80);
	color: #FAF4E7;
	height: 175px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
}

header h1 {
	font-family: "Amita", "Lucida Bright", "Georgia", "serif";
	font-size: 62px;
	font-weight: 150;
	margin: -10px;
}

header h2 {
	font-family: "Averia Libre", "Verdana", "sans-serif";
	font-size: 25px;
	margin: -10px;
}

header a:link {
	text-decoration: none;
	color: #FAF4E7;
}

header a:visited {
	text-decoration: none;
	color: #FAF4E7;
}

header a:hover {
	text-decoration: none;
	color: #E1D120;
}

header a:active {
	text-decoration: none;
	color: #FAF4E7;
}

nav {
	background: #21279E;
	height: 60px;
}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

nav ul li {
	display: inline;
}

nav a {
	color: #331D1A;
	text-decoration: none;
	text-transform: uppercase;
	background: #7BBEFA;
	display: block;
	width: 33.333%;
	height: 60px;
	line-height: 50px;
	text-align: center;
	font-family: "Averia Libre", "Verdana", "sans-serif";
	font-size: 22px;
	float: left;
	border: solid 5px #21279E;
	box-sizing: border-box;
	border-radius: 12px;
}

nav a:hover {
	background: #E1D120;
	color: #21279E;
	font-weight: bold;
	border: solid 4px #21279E;
}

nav a:active {
	background: #E1D120;
	color: #21279E;
	font-weight: bold;
	border: solid 4px #21279E;
}

section {
	padding: 50px;
	background: white;
}

footer {
	padding: 25px;
	text-align: center;
	font-size: 12px;
	background: hsla(237, 17%, 27%, 0.62);
	color: #FAF4E7;
	clear: both;
}

p {
	font-family: 'Nunito Sans';
}

.clear {
	clear: both;
}


/*-------- V ---- Color Palette Page ---- V ----------*/

/*  .colors {			<--- Doesn't exist anymore
	clear: both;
	margin: 12px 0px;
} */

#colorTiles {
	background-color: white;
	display: grid;
	grid-row: repeat (4,1fr);
}

h3 {
	font-family: "Amita", "Lucida Bright", "Georgia", "serif";
	font-weight: 150;
	font-style: normal;
	font-size: 32px;
	text-align: center;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #21279E;
	text-shadow: 2px 2px 1px #E1D120;
}

h4 {
	font-family: "Amita", "Lucida Bright", "Georgia", "serif";
	font-weight: 150;
	font-style: normal;
	font-size: 32px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #21279E;
	text-shadow: 2px 2px 1px #E1D120;
	
}

/*-------- V ---- Primary Color Palette ---- V ----------*/

.primaryColors div {
	width: 100px;
	height: 100px;
	border: solid 1.5px black;
	border-radius: 5px 25px 5px 25px;
	float: left;
	font-family: "Averia Libre", "Verdana", "sans-serif";
	font-size: 18px;
	text-align: center;
	margin-left: 25px;
	margin-bottom: 45px;
}

.p1 {
	color: #393A50;
	background: #EBDDC0;
	transform: rotate(-30deg);
	margin-right: 25px;
}

.p2 {
	color: #393A50;
	background: #E1D120;
	transform: rotate(-30deg);
	margin-right: 25px;
}

.p3 {
	color: #FEFEFE;
	background: #21279E;
	transform: rotate(-30deg);
	margin-right: 25px;
}

.p4 {
	color: #393A50;
	background: #7BBEFA;
	transform: rotate(-30deg);
	margin-right: 25px;
}

/*-------- V ---- Secondary Color Palette ---- V ----------*/

.neutralColors div {
	width: 100px;
	height: 100px;
	border: solid 1.5px black;
	border-radius: 5px 25px 5px 25px;
	float: left;
	text-align: center;
	font-family: "Averia Libre", "Verdana", "sans-serif";
	font-size: 18px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 45px;
}

.n1 {
	color: #393A50;
	background: #FEFEFE;
	transform: rotate(30deg);
	margin-right: 25px;
}

.n2 {
	color: #393A50;
	background: #ABB2C7;
	transform: rotate(30deg);
	margin-right: 25px;
}

.n3 {
	color: #FEFEFE;
	background: #393A50;
	transform: rotate(30deg);
	margin-right: 25px;
}


/*-------- V ---- Typography Page ---- V ----------*/

.types h4{
	font-family: "Amita", "Lucida Bright", "Georgia", "serif";
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	line-height: 11px;
	margin-top: 15px;
	margin-left: -3px;
	margin-bottom: 24px;
	color: #21279E;
	text-shadow: 2px 2px 1px #E1D120;	
}

.types h5{
	font-family: "Averia Libre", "Verdana", "sans-serif";
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	line-height: 32px;
	margin-top: 40px;
	margin-left: -3px;
	margin-bottom: 24px;
	color: #21279E;
	text-shadow: 2px 2px 1px #E1D120;
	
}.types h6{
	font-family: "Nunito Sans", "Helvetica Neue", "sans-serif";
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	line-height: 11px;
	margin-top: 40px;
	margin-left: -3px;
	margin-bottom: 24px;
	color: #21279E;
	text-shadow: 2px 2px 1px #E1D120;
}

.types p{
	font-family: "Nunito Sans", "Helvetica Neue", "sans-serif";
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-variation-settings:
		"wdth" 100,
		"YTLC" 500;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 30px;
	}


/*-------- V ---- Imagery Page ---- V ----------*/

.images img {
	max-width: 100%;
}
/*
.imageText {
	margin: 20px;
	padding: 0;
	text-align: center;
}
*/
.gridGallery {
	display: grid;
	grid-template-columns: repeat (5,1fr);
	grid-auto-rows: 50px 100px;
	grid-gap: 10px;
	grid-auto-flow: dense;
}

.gallery-Item {
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery-Item .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*-------- V ---- This is for the small image animation ---- V ----------*/

.gallery-Item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: pointer;
	transition:.5s ease-in-out;
}

.gallery-Item:hover .image img {
	transform: scale(1.5);
}

.gallery-Item .imageText{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:white;
	font-family: "Averia Libre", "Verdana", "sans-serif";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
	z-index: 4;
	transition: .3s ease-in-out;
}

.gallery-Item:hover .imageText{
	opacity: 1;
	padding: 1em;
	width: 100%;
}

/*-------- V ---- This is to start moving the grid around ---- V ----------*/

/*-------- Grid Width ----------*/

.w-1 {
	grid-column: span 1;
}

.w-2 {
	grid-column: span 2;
}

.w-3 {
	grid-column: span 3;
}

.w-4 {
	grid-column: span 4;
}

.w-5 {
	grid-column: span 5;
}

.w-6 {
	grid-column: span 6;
}

/*-------- Grid Height ----------*/

.h-1 {
	grid-row: span 1;
}

.h-2 {
	grid-row: span 2;
}

.h-3 {
	grid-row: span 3;
}

.h-4 {
	grid-row: span 4;
}

.h-5 {
	grid-row: span 5;
}

.h-6 {
	grid-row: span 6;
}


/*-------- V ---- Grid Mobile Response ---- V ----------*/

@media screen and (max-width: 500px){
	.gridGallery { 
		grid-template-columns: repeat (1,1fr);
	}
	.w-1, .w-2, .w-3, .w-4, .w-5, .w-6{
		grid-column: span-1;
	}
}

.sign-off{
	font-family: 'Nunito Sans';
	font-size: 16px;
}
