/*
Theme Name: UM Stamps
Author: Phire Group
Author URI: http://thephiregroup.com/
Version: 1.1
*/

@media screen {

	/* RESETS */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, main,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, main, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

	/* WORDPRESS CLASSES */

	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 0 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		max-width: 100%; /* Image does not overflow the content area */
	}

	.wp-caption.alignnone {
		margin: 0 0 1.88rem 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		padding: 0;
		display: block;
		width: auto;
		border-radius: 20px;
		margin: 0 0 1.25rem 0;
	}

	.wp-caption p.wp-caption-text {
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1rem;
		letter-spacing: -0.0175rem;
	}
	
	.wp-caption p {
		margin: 0 !important;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	
	.skip-main:not(:focus) {
	  position: absolute;
	  left: -9999px;
	  z-index: 999;
	  padding: 3em;
	  opacity: 0;
	}
	.skip-main:focus {
	  left: 50%;
	  transform: translateX(-50%);
	  opacity: 1;
	}
	.skip-main {
	  color: #000000;
	}

	.page-template-page-events .skip-main {
	  color: #ffffff;	
	}


	/* GLOBAL */
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: "Oswald", sans-serif;
		font-size: 16px;
		line-height: 1.5rem;
		font-weight: 400;
		color: #000000;
		letter-spacing: -0.02rem;
		text-align: center;
		position: relative;
		background-color: #ffffff;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
	}
	
	.row {
		margin: 0 auto;
		width: 1170px;
		text-align: left;
		position: relative;
	}

	.row_970 {
		margin: 0 auto;
		width: 970px;
		text-align: left;
		position: relative;
	}

	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	
	p {
		margin-bottom: 1.5em;
	}
	
	a {
		text-decoration: none;
		color: #000000;
	}
	
	a:focus, button:focus, input:focus, select:focus, textarea:focus {
		/* outline: dotted 2px #253746; */
	}
	
	img {
		max-width: 100%;
	}
	
	.centered {
		text-align: center;
	}
	
	.hide_on_desktop {
		display: none;
	}
	
	button {
		font-family: "Metropolis", sans-serif;
		font-size: 16px;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: transparent;
		-webkit-appearance: none;
		appearance: none;	
		cursor: pointer;		
	}
	
	b, strong {
		font-weight: 700;
	}

	i, em {
		font-style: italic;
	}
	
	
	hr {
		margin: 0 0 2.5rem 0;
		border-bottom: 1px solid #DBDCDB;
	}
	
	h1 {
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2.25rem; /* 112.5% */
		letter-spacing: -0.04rem;
		margin: 0 0 0.62rem 0;
	}

	h2 {
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2.25rem; /* 112.5% */
		letter-spacing: -0.04rem;
		margin: 0 0 0.62rem 0;
	}

	
	
	
	/* HEADER */
	
	header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	
	header .row {
		padding: 40px 0 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.cta_give {
		display: inline-block;
		border-radius: 6.25rem;
		background-color: #00274C;
		padding: 12px 30px;
		color: #FFF;
		font-family: Oswald;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
		transition: all .15s linear;
	}
	
	.cta_give:hover {
		transform: scale(1.1);
	}
	
	
	/* HERO */
	
	.hero {
		height: 100vh;
		background-image: url(images/hero_stamps.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.hero .row {
		height: 100vh;
	}
	
	.creativity {
		display: block;
		position: absolute;
		bottom: 275px;
		left: 0;
	}
	
	
	/* FLOATER */
	
	.btn_floater {
		position: absolute;
		bottom: 265px;
		right: 25px;
		z-index: 999;
		background-image: url(images/btn_floater.svg);
		background-repeat: no-repeat;
		background-size: 88px 88px;
		background-position: center center;
		width: 88px;
		height: 88px;
		display: block;
		transition: all .15s ease-in;
	}
	
	.btn_floater:hover {
		transform: scale(1.1) rotate(7deg);
	}
	
	
	
	/* TRIO */
	
	.trio {
		margin: -250px 0 0 0;
	}
	
	.trio .row {
		text-align: center;
	}
	
	.trio img {

	}
	
	
	
	/* INTRO */
	
	.intro .row_970 {
		text-align: center;
		color: #00274C;
		font-family: "Merriweather", sans-serif;
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.875rem; /* 136.364% */
		letter-spacing: -0.0275rem;
		padding: 3.75rem 0 0 0;
	}
	
	
	
	/* LOOK TO */
	
	.lookto {
		padding: 8.75rem 0;
	}
	
	.lookto .row_970 {
		text-align: center;
	}
	
	.lookto img {
		display: block;
		margin: 0 auto 3.75rem auto;
	}

	
	
	/* PRIORITIES */
	
	.priorities {
		
	}
	
	.our_priorities {
		margin: 0 auto 1.75rem auto;
	}
	
	.priority {
		position: sticky;
		top: 0;
		left: 0;
		height: 100vh;
		display: flex;
		align-items: center;
		background-repeat: no-repeat;
		background-size: auto 90vh;
		background-color: #ffffff;
		backdrop-filter: blur(10px);
		mask: linear-gradient(transparent, white 12%, white 88%, transparent);
	}
	
	.priority .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.priority_left {
		width: 370px;
	}
	
	.priority_num {
		color: #00274C;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 450;
		line-height: normal;
		letter-spacing: 0.045rem;
		text-transform: uppercase;
		margin: 0 0 1.88rem 0;
	}
	
	.priority_name {
		color: #00274C;
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.625rem; /* 105% */
		letter-spacing: -0.05rem;
		text-transform: uppercase;
		margin: 0 0 0.94rem 0;
	}
	
	.priority_desc {
		color: #00274C;
		font-family: "Merriweather", sans-serif;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.625rem; /* 144.444% */
		letter-spacing: -0.0225rem;
	}
	
	.priority_right {
		width: 670px;
	}
	
	.priority_1 {
		z-index: 21;
		background-image: url(images/bkg_right.svg);
		background-position: right center;
	}
	
	.priority_2 {
		z-index: 23;
		background-image: url(images/bkg_left.svg);
		background-position: left center;
	}
	
	.priority_3 {
		z-index: 25;
		background-image: url(images/bkg_right.svg);
		background-position: right center;
	}
	
	.priority_4 {
		z-index: 27;
		background-image: url(images/bkg_left.svg);
		background-position: left center;
	}
	
	
	
	/* FOOTER */
	
	footer {
		position: relative;
		color: #00274C;
		padding: 11rem 0;
		z-index: 31;
		background-image: url(images/bkg_footer.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		background-color: #ffffff;
	}
	
	.footer_lookto {
		text-align: center;
	}
	
	.footer_lookto img {
		margin: 0 auto;
	}
	
	.footer_social {
		text-align: center;
		padding: 6.25rem 0 3.75rem 0;
	}
	
	.footer_social ul li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	.footer_social img:hover {
		transition: all .15s linear;
	}
	
	.footer_social img:hover {
		transform: scale(1.1);
	}
	
	.copyright {
		text-align: center;
	}
	
	.copyright a {
		text-decoration: underline;
	}
	


}



@media screen and (min-width: 990px) and (max-width: 1329px) {

	.row {
		width: 970px;
		margin: 0 auto;
	}

	.priority_right {
		width: 540px;
	}

}


@media screen and (max-width: 989px) {


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row, .row_970 {
		width: calc(100vw - 30px);
		margin: 0 auto;
	}
	
	header {
		position: static;
	}
	
	header .row {
		padding: 15px 0 0 0;
	}

	header .cta_give {
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
	}
	
	.creativity_mobile .row {
		text-align: center;
		padding: 45px 0;
	}
	
	.creativity {
		position: static;
		margin: 0 auto;
	}
	
	.hero {
		height: 100vw;
	}
	
	.hero .row {
		height: 100vw;
	}
	
	.trio {
		margin: -32vw 0 0 0;
	}
	
	.trio img {
		width: 90vw;
	}
	
	.priority .row {
		display: block;
	}

	.priority_left {
		margin: 0 0 40px 0;
		width: 100%;
	}
	
	.priority_right {
		width: 100%;
	}
	
	.btn_floater {
		width: 44px;
		height: 44px;
		bottom: 20px;
		right: 0px;
		background-size: 44px 44px;
	}


}


