/* Allegany National Photography Competition & Exhibition (ANPCE) Mid */

@media only screen and (min-width: 850px) and (max-width: 1099px) {

/* Color Values

Black: #000
Blue: #3a5dae
Gray: #525252
Green: #4d9d45
Orange: #f68c2c
Peach: #dd6756
Purple: #472d8b
Red: #a43d23
White: #fff

*/

/* Fonts */

@font-face {
	font-family: "Athelas Bold";
	src: url('fonts/athelas_bold.otf') format('opentype');
}

@font-face {
	font-family: "Athelas Italic";
	src: url('fonts/athelas_italic.otf') format('opentype');
}

@font-face {
	font-family: "Athelas Regular";
	src: url('fonts/athelas_regular.otf') format('opentype');
}

@font-face {
	font-family: "Cheap Pine Sans";
	src: url('fonts/cheap_pine_sans.otf') format('opentype');
}

/* Basic Elements */

a:link, a:visited {
	text-decoration: none;
	color: #dd6756;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #a43d23;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :focus, :visited {
	outline: none;
}

html, body {
	overflow-x: hidden;
}

body { 
	font: normal 16px "Athelas Regular", times, serif;
	line-height: 1.5em;
    color: #000;
	margin: 0 auto;
	padding: 0;
    background-color: #fff;
}

br {
	margin: 0;
	padding: 0;
}

em {
	font: normal 1em "Athelas Italic", times, serif;
}

h1 {
	font: normal 3em "Cheap Pine Sans", arial, sans-serif;
    line-height: 1em;
    color: #dd6756;
    margin: 0 0 25px 0;
    padding: 0;
}

h2 {
	font: normal 2.5em "Athelas Regular", times, serif;
	line-height: 1em;
	color: #dd6756;
	margin: 0 0 25px 0;
	padding: 0;
}

h3 {
	font: normal 2.125em "Athelas Regular", times, serif;
	line-height: 1em;
	color: #dd6756;
	margin: 0 0 25px 0;
	padding: 0;
}

h4 {
	font: normal 1.5em "Cheap Pine Sans", arial, sans-serif;
    line-height: 1em;
    color: #dd6756;
    margin: 0 0 10px 0;
    padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #000;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

img {
	display: block;
	border: none;
	outline: none;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
}

p:last-child {
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 10px 10px;
	padding: 0 0 0 5px;
}

li:last-child {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}

ol {
	margin: 0 0 25px 5px;
	padding: 0;
}

strong {
	font: normal 1em "Athelas Bold", times, serif;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 25px 5px;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 5px;
	padding: 0;
}
	
/* Specific Elements */

#anpce_artists_container {
	width: 100%;
	margin: 0;
	padding: 0;
	column-count: 2;
	column-gap: 50px;
}

#anpce_awards {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
}

#anpce_awards img {
	width: 100%;
	height: auto;
	max-width: 575px;
	margin: 0;
	padding: 0;
}

#anpce_date {
	font: normal 1.75em "Athelas Regular", times, serif;
	line-height: .875em;
	color: #525252;
	margin: 0 0 25px 0;
	padding: 0;
}

#anpce_gallery {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#anpce_gallery_mobile {
	display: none;
}

#anpce_logo {
    height: 75px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    transition: all .25s ease-in-out;
}

#anpce_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#anpce_logo img {
    width: auto;
    height: 100%;
    max-height: 75px;
    margin: 0;
    padding: 0;
}

#anpce_map {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

#anpce_map img {
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0;
	padding: 0;
}

#anpce_note {
	font: normal 1.25em "Athelas Regular", times, serif;
	line-height: 1em;
	color: #525252;
	margin: 0;
	padding: 0;
}

#anpce_subtitle {
	font: normal 4em "Cheap Pine Sans", arial, sans-serif;
	line-height: .875em;
	color: #dd6756;
	margin: 0 0 5px 0;
	padding: 0;
}

#anpce_text {
	width: 90%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#anpce_text_inner {
	width: 65%;
	max-width: 780px;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 50px;
}

#anpce_title {
	font: normal 1.75em "Athelas Regular", times, serif;
	line-height: .875em;
	color: #525252;
	margin: 0 0 5px 0;
	padding: 0;
}

#anpce_top {
    width: 100%;
    height: 550px;
    margin: 0;
	padding: 0;
    background-size: cover;
    background-position: top right;
    position: relative;
}

#anpce_top_small {
    width: 100%;
    height: 125px;
	margin: 0;
    padding: 0;
    background-size: cover;
    background-position: top right;
    position: relative;
}

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
}

#f_left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#f_logo {
    height: 50px;
    margin: 0 0 25px 0;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#f_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 50px;
    margin: 0;
    padding: 0;
}

#f_right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	text-align: right;
}

#footer {
	width: 90%;
	height: 100px;
    margin: 0;
	padding: 50px 5%;
    position: relative;
    background: #000 url(images/alleganyarts_footer.jpg) no-repeat center center;
	font: normal 1.125em "Cheap Pine Sans", arial, sans-serif;
	color: #fff;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.75);
}

#footer a:link,
#footer a:visited {
	font: normal 1em "Cheap Pine Sans", arial, sans-serif;
	color: #fff;
}

#footer a:hover,
#footer a:visited:hover {
	text-decoration: none;
	color: #a43d23;
}

#footer_inner {
	width: 100%;
	height: inherit;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header {
	width: 90%;
	height: 75px;
	margin: 0;
	padding: 25px 5%;
	background-color: rgba(255,255,255,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#header_inner {
	width: 100%;
	height: inherit;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main {
    width: 90%;
    margin: 0 auto;
    padding: 50px 5%;
    position: relative;
}

#main_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#main_inner p:last-child {
    margin: 0;
    padding: 0;
}

#menu {
	width: 62.5%;
	max-width: 750px;
	cursor: pointer;
    position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

#menu ul li a {
	font: normal 1.5em "Cheap Pine Sans", arial, sans-serif;
    text-decoration: none;
    color: #000;
	margin: 0;
	padding: 0;
    transition: all .25s ease-in-out;
}

#menu ul li a:hover {
	text-decoration: none;
    color: #a43d23;
    cursor: pointer;
}

#mobile_menu_container {
	display: none;
}

#social_container {
    height: 24px;
    margin: 0 0 25px 0;
    padding: 0;
	display: flex;
	justify-content: space-between;
}

#upcoming_events {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
}

#upcoming_events_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

#video {
    position: relative;
	margin: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#video_container {
    width: 50%;
    height: auto;
    max-width: 560px;
    margin: 0;
    padding: 0;
}

/* Classes */

.anpce_artists {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #000;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.anpce_artists:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.anpce_artists_address {
	font: normal 1.25em "Cheap Pine Sans", arial, sans-serif;
    text-transform: uppercase;
    color: #dd6756;
	margin: 0 0 25px 0;
	padding: 0;
}

.anpce_artists_image {
	width: 100%;
	max-width: 150px;
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
}

.anpce_artists_image img {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0;
	padding: 0;
}

.anpce_artists_name {
	font: normal 1.5em "Athelas Bold", times, serif;
    color: #000;
	margin: 0;
	padding: 0;
}

.anpce_gallery_thumb {
	width: 100%;
	max-width: 270px;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
}

.anpce_gallery_thumb img {
	width: 100%;
	height: auto;
	max-width: 270px;
	margin: 0;
	padding: 0;
}

.anpce_thumb_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.75);
    cursor: pointer;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.anpce_thumb_overlay:hover {
    opacity: 1;
}

.anpce_thumb_text {
    width: 90%;
    font: normal 1em "Athelas Regular", times, serif;
	line-height: 1em;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.center {
	text-align: center;
}

.cheap_pine {
	font: normal 1.5em "Cheap Pine Sans", arial, sans-serif;
	text-transform: uppercase;
	color: #a43d23;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.column_four {
	width: 100%;
	column-count: 4;
	column-gap: 50px;
}

.column_two {
	width: 100%;
	column-count: 2;
	column-gap: 50px;
}

.disclaimer {
    font: normal 1em "Athelas Italic", times, serif;
}

.emphasis {
    font: normal 1em "Athelas Bold", times, serif;
}

.events {
	width: calc(33% - 25px);
	margin: 0 0 50px 0;
	padding: 0;
}

.events_cost {
	font: normal 1em "Athelas Regular", times, serif;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
}

.events_date {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0 20px;
	font: normal 1.5em "Cheap Pine Sans", arial, sans-serif;
	line-height: 50px;
	color: #fff;
	box-sizing: border-box;
	background-color: #a43d23;
}

.events_date_single {
	font: normal 1.25em "Cheap Pine Sans", arial, sans-serif;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0;
}

.events_image {
	width: 100%;
	max-width: 400px;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.events_image:hover {
	opacity: .75;
}

.events_image img {
	width: 100%;
	height: auto;
	max-wdith: 400px;
	margin: 0;
	padding: 0;
}

.events_image_single {
	width: 100%;
	max-width: 600px;
	margin: 0 25px 25px 0;
	padding: 0;
	float: left;
}

.events_image_single img {
	width: 100%;
	height: auto;
	max-wdith: 600px;
	margin: 0;
	padding: 0;
}

.events_text {
	width: 100%;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #a43d23;
}

.events_title {
	font: normal 1.125em "Athelas Regular", times, serif;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

.events_type {
	font: normal 1.125em "Athelas Bold", times, serif;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

.fab {
	font-size: 24px;
}

.ghost {
	font: normal 1.5em "Cheap Pine Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #525252;
	margin: 0;
	padding: 10px 25px;
	background-color: transparent;
	border: 2px solid #dd6756;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.ghost:hover {
	color: #fff;
	background-color: #dd6756;
    border: 2px solid transparent;
}

.ghost_small {
	font: normal 1.25em "Cheap Pine Sans", arial, sans-serif;
	text-transform: uppercase;
    color: #525252;
	margin: 0;
	padding: 5px 15px;
	background-color: transparent;
	border: 2px solid #dd6756;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.ghost_small:hover {
	color: #fff;
	background-color: #dd6756;
    border: 2px solid transparent;
}

.gray_column:nth-child(1) {
	margin: 0 25px 0 0;
	padding: 0;
}

.gray_column:nth-child(2) {
	margin: 0 0 0 25px;
	padding: 0;
}

.gray_container {
	width: 90%;
	margin: 0;
	padding: 50px 5%;
	color: #fff;
	background-color: #525252;
}

.gray_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.gray_left {
    width: 50%;
    height: auto;
    max-width: 560px;
    margin: 0;
    padding: 0;
}

.gray_left img {
	width: 100%;
	height: auto;
	max-width: 560px;
}

.gray_right {
	width: 50%;
	max-width: 590px;
	margin: 0 0 0 50px;
	padding: 0;
}

.italic {
	font: normal 1em "Athelas Italic", times, serif;
}

.left {
	text-align: left;
}

.more {
	font: normal 1.5em "Cheap Pine Sans", arial, sans-serif;
	text-transform: uppercase;
	color: #dd6756;
	margin: 0;
	padding: 0;
	display: inline-block;
	transition: all .25s ease-in-out;
}

.more:hover {
	color: #000;
}

.more.white:hover {
	color: #a43d23;
}

.more_small {
	font: normal 1.25em "Cheap Pine Sans", arial, sans-serif;
	text-transform: uppercase;
	color: #dd6756;
	margin: 0;
	padding: 0;
	display: inline-block;
	transition: all .25s ease-in-out;
}

.more_small:hover {
	color: #000;
}

.nomargin {
	margin: 0;
}

.pdf {
    font: normal .875em "Athelas Regular", times, serif;
    margin: 0;
    padding: 0 0 0 20px;
    background: url(images/alleganyarts_pdf_icon.svg) no-repeat left center;
    background-size: 15px 9px;
    cursor: pointer;
}

.peach {
	color: #dd6756;
}

.red {
	color: #a43d23;
}

.right {
	text-align: right;
}

.social {
    width: auto;
	height: 24px;
    margin: 0;
    padding: 0;
    display: inline-block;
	opacity: 1;
    transition: all .25s ease-in-out;
	position: relative;
}

.social:hover {
    opacity: .75;
	cursor: pointer;
}

.social img {
	width: auto;
	height: 100%;
	max-height: 24px;
	margin: 0;
	padding: 0;
}

.white {
	color: #fff;
}

.white_container {
	width: 90%;
	margin: 0;
	padding: 50px 5%;
	color: #000;
}

.white_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 25px auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */