/* CSS for CSCI202 */
body 
	{background:repeating-linear-gradient(90deg,#ffc2ed,#ffc2ed 20px,#b06ba4 20px,#b06ba4 40px);
	color:black; 
	font-family: Verdana;}
	
.shop{width: 100%; margin: none; padding: none;}

.div1 {
	color: purple;
	background-color: #ffc2ed;
	border: 8px double purple;
	padding: 10px;
	margin-right: auto;
	font-family:'Alex Brush';
	line-height: 10%;
	text-align: center;
	font-size: 200%;
	text-shadow: 2px 2px white;
	font-weight: bold;}

	
footer
	{background-color:#ffc2ed;
	font-style: italic;
	font-size: .70em;}	
	
h1
	{font-family:'Alex Brush'; line-height: 10%;}
h2
	{font-family: Verdana; font-size: 40px; text-align: center; 
	 color: white; text-shadow: 2px 2px #b06ba4;}
	

main 
	{background-color: black;
	height: auto;
	padding: 15px;
	color: white;}
#wrapper 
	{width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: black;}

#subscribe{padding: 20px;}


/* Navigation */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;}

li {
    float: left;}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #b06ba4;}

li.dropdown {
    display: inline-block;}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;}

.dropdown-content a:hover {background-color: #f1f1f1; color: white;}

.dropdown:hover .dropdown-content {
    display: block;}

nav ul li a:before{content:""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #000;
visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; 
transition: all 0.3s ease-in-out 0s;}

nav ul li a:hoverbefore{visibility: visible; transform: scaleX(1);}

/*  End Navigation */
/* Gallery Page */
	.images{
		width: 200px;
		border-radius: 5px;
		margin: 10px;
		box-shadow: 0 0 3px #ccc;
		padding: 10px;}
	
	.room{
		display: inline-block;
		width: 300px;
		padding: 0 0 15px 0;}
	
	.span{text-align: center;
		width:250px;
		font-size: 14px;
		font-weight: bold;}
		
	#lightbox{
		max-width: 80%;
		max-height:80%;
		top: 200%;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		margin: auto;}
		
	#curtain{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		background-color: black;
		opacity: 0.5;}
		
	#close{right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		position: absolute;}


/*Location Page*/
/*Contact Page*/
.contactref{text-decoration: none; color: black; font-weight: bold;}

#name{margin:10px;}
#phone{margin:10px;}
#email{margin:10px;}
#select{margin:10px;}
#textarea{margin:10px;}

/*Jobs Page*/

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #b06ba4;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 8px;
    top: -5px;
    left: 105%; 
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*Events Page*/

/* Month header */
.month {
    padding: 70px 25px;
    background: #1abc9c;
    text-align: center;
}

/* Month list */
.month ul {
    margin: 0;
    padding:0 ;
    width: 100%;
    background: #1abc9c;
   
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    float: none;
}

/* Previous button inside month header */
.month .prev {
    float: left;
    padding-top: 10px;
}

/* Next button */
.month .next {
    float: right;
    padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
    margin: 0;
    padding: 10px ;
    background-color:#ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

/* Days (1-31) */
.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 50px;
    font-size:12px;
    color: #777;
    
}

/* Highlight the "current" day */
.days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}

/* Tooltip container */
.tooltip2 {
   color: blue;
   text-decoration: underline; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 300px;
    background-color: #b06ba4;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 8px;

 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}


/*ingredients*/
ul li .list{text-decoration: underline; padding: 0px;}

/*thanks page*/
.center{text-align: center;}


	

	

