@charset "UTF-8";
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,
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, menu, nav, section {
	display: block;
}
body {
    width: 100%;
    min-height: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: black;
}

html, body {
  width: 100%;
  height: 100%;
}

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;
}
img {
	max-width:100%;
	height: auto;
}
/*END OF RESET*/

/*START OF CUSTOM CODE*/
#wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
}

#sidebar {
  position: fixed;
  left: 0px;
	height: 100%;
  width: 450px;
  z-index: 5;
	transition: .25s;
	overflow: scroll;
}

#main{
	display: inline-block;
	box-sizing: border-box;
	width: 400px;
	background-color: rgba(255,255,255,.8);
	margin-right: -.25em;
	min-height: 100%;
	padding: 40px 40px 20px 40px;
	z-index: 5;
	transition: .25s;
	position: relative;

}

#social{
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
  right: 0px;
  min-height: 100%;
  width: 50px;
  background-color: rgba(134, 198, 189, .6);
  text-align: left;
  z-index: 5;
	transition: .25s;
}

#logo {
  background-image: url("../i/logo.svg");
	width: 100%;
	height: 80px;
  margin: 0px 0px 20px 0px;
	background-repeat: no-repeat;
}

.event-box{
	position: relative;
}

.event-box h2{
	width: 100%;
  padding: 10px 0px 6px;
	font-size: 26px;
	font-family: 'oswald', sans-serif;
  color: #15695c;
	border-top: 2px solid #349889;

}

.icon{
	display: inline-block;
	padding: 0 0 0 0px;
	margin-left: 0px;
	vertical-align: middle;
}

#pin{
	background-image: url("../i/pin.svg");
	background-repeat: no-repeat;
	height: 18px;
	width: 14px;
	margin-right: 2px;
	margin-left: 1px;
	background-size: contain;
}

#clock{
	background-image: url("../i/clock.svg");
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}

p.sidebar {
  width: 100%;
  padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-family: 'oswald', sans-serif;
	line-height: 150%;
	color: rgba(0, 0, 0, .95)
}

.event-box {
	padding: 20px 0px 0px;
	border-bottom: 2px solid #349889;
}

.event-box p{
	font-family: 'oswald', sans-serif;
	font-size: 16px;
	padding-bottom: 0px;

}

p.event {
	color: #349889;
	display: inline-block;
	vertical-align: middle;
}

p.sidebar_link {
	width: 300px;
  padding: 0px 0px 10px 0px;
	font-size: 18px;
	font-family: 'oswald', sans-serif;
	line-height: 100%;
}

p.sidebar_link:hover {
	color: rgba(127, 65, 56, 1);
}

#text{
	padding-bottom: 20px;
	color: #15695c;
	line-height: 150%;
}

#info{
	border-top: 2px solid rgba(127, 65, 56, 1);
	border-bottom: 2px solid rgba(127, 65, 56, 1);
	padding: 10px 0px;
	font-weight: 400;
}

a {
  text-decoration: none;
}

a .red-link {
	color: rgba(0, 0, 0, .95);
	transition: .25s;
}

a .red-link:hover {
	color: rgba(195, 78, 92, 1);
	transition: .25s;
	z-index: 3;
	cursor: pointer;
}

a .red-event {
	color: #cc5a2b;
	transition: .25s;
}

a .red-event:hover {
	color: #9e421c;
	transition: .25s;
	z-index: 3;
	cursor: pointer;
}

.circle {
	max-width: 100%;
	height: auto;
	background-color:rgba(127, 65, 56, 1);
	background-color: #349889;
	display: inline-block;
	border-radius: 5px 5px 0px 0px;
	padding: 12px 10px 10px 10px;
}

.circle p {
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: 400;
	line-height: 0px;
	padding: 5px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#more-info {
	max-width: 100%;
	height: auto;
	background-color: rgba(195, 78, 92, 1);
	transition: .25s;
	padding: 15px 10px;
	border-radius: 0px 5px 0px 0px;
	position: absolute;
	right: 0;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
}
#text a{
	color: rgba(195, 78, 92, 1);
	transition: .25;
}
#text a:hover{
	color: rgba(127, 65, 56, 1);
}


#more-info:hover {
	background-color: rgba(127, 65, 56, 1);
	transition: .25s;
	color: white;
}
.arrow {
	font-size: 16px;
}
#break{
	display: none;
}

#dp {
	background-position: center;
	margin-top: 10px;
}

#dp a {
	display: block;
	width: 65px;
	height: 50px;
	padding:5px;
	transition:.25s;
	/*background-color: rgba(255, 255, 255, 0.2);*/
}

#dp a:hover {
	transition:.25s;
	background-color: rgba(255,255,255,1);
}

#dp-logo {
	background-image: url('../i/dp_logo.svg');
	height: 100%;
	width: 65px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 ;
	padding: 0;
}

#fixedbottom {
	/*position: absolute;*/
	position: static;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/*left: 0;
	right: 0;
	bottom: 40px;*/
	text-align: center;
}

#book {
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'oswald', sans-serif;
	line-height: 150%;
	color: #cc5a2b;
	display: inline-block;
	text-align: center;
	/*position: absolute;
	bottom: 20px;*/
}

#minnow {
	display: inline-block;
	height: auto;
	background-color: #86C6BD;
	background-color: #eb7747;
	transition: .25s;
	padding: 10px 10px;
	border-radius: 5px 5px 5px 5px;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#minnow:hover {
	background-color: #5D7F64;
	background-color: #cc5a2b;
	transition: .25s;
	color: white;
}

#slide-1 {
  background-image: url("../i/melville.jpg");
	z-index: 0;
}

#slide-2 {
  background-image: url("../i/13th_street.jpg");
	z-index: 0;
}

#slide-3 {
  background-image: url("../i/wilt.jpg");
	z-index: 0;
}

#slide-4 {
  background-image: url("../i/wilt.jpg");
	z-index: 4;
	position: relative;
}

#black {
  background-color: rgba(0,0,0,.7);
  background-size: cover;
  height: 100%;
	z-index: 4;
	padding-right: 100px;
	padding-left: 500px;
}

h2.slide-4 {
	padding-top: 50px;
	text-align: left;
  font-family: 'oswald', sans-serif;
	line-height: 150%;
	color: #FFF;
	font-size: 30px;
}

p.slide-4 {
  text-align: left;
	font-size: 18px;
	font-family: 'oswald', sans-serif;
	line-height: 150%;
	color: rgba( 255, 255, 255, .95);
	margin-top: 20px;
}

#team {
	width: 100%;
	height: 50%;
	background-image: url("../i/philly_row_team.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 30px;
}

#sticker {
	background-image: url("../i/sticker.svg");
	position: fixed;
	right: 50px;
	top: 75px;
  height: 250px;
  width: 250px;
	z-index: 1;
	transition: .25s;
}

.social-icon {
  width: 30px;
  height: 30px;
  background-color: white;
	background-position: center;
	margin: 10px;
}

#facebook {
  background-image: url("../i/facebook_maroon.svg");
  transition: .25s;
}

#instagram {
  background-image: url("../i/instagram_maroon.svg");
  transition: .25s;
}

#facebook:hover {
	background-image: url('../i/fb_red.svg');
}

#instagram:hover {
	background-image: url('../i/insta_red.svg');
}

#copyright {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
	color: rgba(255, 255, 255, .6);
	transform: rotate(270deg);
	white-space: nowrap;
	position: absolute;
	transform-origin: top left;
	margin-left: 12px;
	bottom: 0px;
}

#copyright_hidden {
	display: none;
}

/*EDITS*/
#sticker {
	display: none;
}

#dpevent {
	display: none;
}
