@charset "UTF-8";
/* CSS Document */

html{
	background-color:#270044;
}

/*noise effect*/
body {
  background-color: #270044;
  margin: 0;
  overflow-x: hidden;
}

.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  visibility: visible;
}

@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}
/*noise effect above*/



.paperback{
	background-image: url("images/waitresspaper.png");
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.curtain{
	background-image: url("images/waitresscurtain.png");
	background-size:100%;
	padding-bottom:50px;
	background-repeat:no-repeat;
}
.header{
	padding-bottom:50px;
}

	

.header a{
	text-decoration:none;
	color:#ffafe5;
	font-family:Westsac;
	text-shadow:
   -1px 5px 3px #270044;	

}
a.logolink{
	background:url("images/waitresslogo.png");
	background-size:100%;
	display:block; 
	width: 100%;
	height:0; 
	padding-top:38.9%;
}

a.logolink:hover{
	background-image:url("images/waitresslogoHover.png");
}

.header a:hover{
	color:#1aec13;
	font-family:dark-london;
	font-size:90%;
}
.header h2{
	text-align:center;
	font-size:250%;
	padding:10px;
	padding-top:50px;
}
.header img{
	width:100%;
}

.connie img{
	width:100%;
}
.album{
	transform:rotate(2deg);
	border-radius:20px;
	filter: drop-shadow(0 0 10px #000000);
	
}
.connie h1, .conniemobile h1{
	text-align:center;
	color:#831DD0;
	font-family:"kuhlman-vf";font-size:50pt;
	
	
}

.pageheader img{
	width:100%;
}

.main p{
	font-family:Westsac;
	font-size:16pt;
	text-indent:10%;
}
.main img{
	width:100%;
	transform:rotate(-4deg);
}

/**mobile layout**/
@media only screen and (max-width:800px){
	.paperback{
		background-image:none;
	}
	.curtain{
		padding-bottom:380px;
	}
	.header{
		display:none;
	}
	.headermobile{
		padding-bottom:90px;
	}
	.headermobile img{
		width:100%;
	}
	.connie{
		display:none;
	}
	.conniemobile img{
		width:100%;
	}
	.main p{
		color:#1aec13;
	}
	
	}

@media only screen and (min-width:801px){
	.headermobile{
		display:none;
	}
	.conniemobile{
		display:none;
	}
	
	
	
}
@media only screen and (max-width:1100px){
	.header h2{
		font-size:200%;
	}
}
@media only screen and (max-width:1000px){
	.header h2{
		font-size:150%;
	}
}




/***hmaburger nav styles***/

.dropdownmenu{
	content:url("images/waitressHamburg.png");
	width:100%;
}


div.guh span {color:white; font-size:55pt;}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(39,0,68, 0.8);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 70px;
  color: #ffafe5;
  display: block;
  transition: 0.3s;
	font-family:"Westsac";
	
}

.overlay a:hover, .overlay a:focus {
  color: #1aec13;
	font-family:"dark-london";
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}




/**************************/
