body{
	background-color:#333;
	color: #fff;
	font-family: Abril Fatface, serif;
	font-size:18pt;
	padding-bottom:115px;
}

body {
    height: 100%;
    margin: 0;
}

html {
    padding-bottom: 85px;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#logo{
	position: fixed;
	width:100%;
	top: 0;
	z-index: 1000;
	max-width: 100%;
	height: auto;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}

#alicia{
	max-width: 100%;
	height: auto;
	position: absolute;
	/*padding-top:3vw;*/
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#graffiti{
	position: absolute;
	/*padding-top:3vw;*/
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:-1;
}

p{
	text-indent:1em;
}

h2,h3{
	font-family: Sedgwick Ave Display, cursive;
}

h1{
	font-style:bold;
	font-size: 32pt;
	text-align: center;
	line-height:normal;
}

/*h2{
	color: grey;
}*/

h3{
	display: inline;
}

#footer{
	font-size:7pt;
	background-color: rgba(0,0,0,1.0);
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	width:100%;
	bottom:87px;
}

@media(max-width: 767px){
#footer{
	bottom:50px;
}
body{
	padding-bottom:200px;
}	
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../images/bg.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.grit {
  -webkit-mask-image: url(../images/grit.png);
  mask-image: url(../images/grit.png);
}

#bullet-nav{
	font-family: 'Sedgwick Ave Display', cursive;
	text-align:center;
	font-size: 28pt;
	background-color: rgba(0,0,0,1.0);
}

#headline{
	color:#301c0c;
	border:20px double brown;
	-moz-border-image:url("../images/frame.jpg") 20 round round;
	-webkit-border-image:url("../images/frame.jpg") 20 round round;
	border-image:url("../images/frame.jpg") 20 round round;
	border-outset:1;
	background-image:url("../images/tilebg.png");
	background-repeat:repeat;
}

.dropup{
	z-index:1500;
}

.trailer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.trailer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* unvisited link */
a:link {
    color: #fff;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
}

/* visited link */
a:visited {
    color: #fff;
}

/* mouse over link */
a:hover {
	text-decoration: none;
    color: #79ace0;
	-webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}

/* selected link */
a:active {
    color: #fff;
}

a.current{
	color:#002d74;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
}