/*
Theme Name: NYC Trans Oral History Project Theme
Theme URI: https://emmalevesque.com
Version: 1.0
Author: Emma Levesque-Schaefer
Tags: archive
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/*
HTML Boilerplate styles can be found in the html5-boilerplate/css directory.
*/

@font-face {
	font-family: 'GurmukhiSangamMN';
	src: url('/content/themes/nyctoh/fonts/GurmukhiSangamMN.woff') format('woff'),
		url('/content/themes/nyctoh/fonts/GurmukhiSangamMN.woff2') format('woff2');
}

@font-face {
	font-family: 'GurmukhiSangamMN-Bold';
	src: url('/content/themes/nyctoh/fonts/GurmukhiSangamMN-Bold.woff') format('woff'),
		url('/content/themes/nyctoh/fonts/GurmukhiSangamMN-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'GujaratiSangamMN';
	src: url('/content/themes/nyctoh/fonts/GujaratiSangamMN.woff') format('woff'),
		url('/content/themes/nyctoh/fonts/GujaratiSangamMN.woff2') format('woff2');
}

@font-face {
	font-family: 'GujaratiSangamMN-Bold';
	src: url('/content/themes/nyctoh/fonts/GujaratiSangamMN-Bold.woff') format('woff'),
		url('/content/themes/nyctoh/fonts/GujaratiSangamMN-Bold.woff2') format('woff2');
}




/* i hate that i have to put this here */

/* nav:before {
	background-image: url('/content/themes/nyctoh/images/nav_star.png');
	display: block;
	width: 48px;
	height: 48px;
	content: " ";
	background-size: 48px 48px;
	position: absolute;
	right: 180px;
} */

html {
	transition: opacity 250ms ease-in-out;
}

* {
	/* cursor: url('/content/themes/nyctoh/images/cursor_star.png') 12 12, pointer; */
}

/* a {
	cursor: pointer;
} */

#container {
	opacity: 0;
	transition: opacity 500ms ease-in-out;
}

input {
	cursor: text;
}

/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}

.star { 
	opacity: 0;
}

header h1 a img {
	opacity: 0;
}