@charset "UTF-8";
/* CSS Document 
Author: Stephanie Kendziorski
Description: Stylesheet for Project Two */

/* FOR DESKTOP */

/* BODY */
body {
	background-image:url(../images/background.jpg);
	background-size:cover;
	font-family: 'Montserrat', sans-serif;
	height: 900px;
	width: 100%;
}

/* LOGO */
#logo{
	display: block;
	margin-left: 51.5%;
	width: 12%;
}

/* NAVIGATION */

#info{
	font-size: 1em;
	font-weight: lighter;
	line-height: 2;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	width: 90%;
}

nav{
	background-color:rgba(255,255,255,.7);
	height:100%;
	left:0px;
	position: fixed;
	top: 0px;
	width: 16%;
}

nav ul {
	display: inline;
	height: 40%;
	list-style-type: none;
}

nav ul li{
	padding-bottom: 30%;
	text-align: center;
}

nav ul li:first-child{
	margin-top:15%;
}
nav ul li a{
	color: #d0973d;
	font-size: .9em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;	
}

nav ul li a:active{
	background-color:rgba(208,151,61,0.3);
}

.hidden{
	display: none;
	height: auto;
	margin-left: 100%;
	margin-top: -10%;
	position: absolute;
}

nav ul li:hover .hidden{
	background-color:rgba(255,255,255,.7);
	display:block;
	padding-right: 25%;
	text-align: center;
	z-index: 1000000;
}


/* HOMEPAGE */
#welcome{
	background-color:rgba(255,255,255,.5);
	border-radius:10px;
	font-size: 1em;
	line-height:25px;
	margin-top: 6%;
	margin-left: 31.5%;
	padding: 20px;
	width: 50%;
}

/* CALENDAR */
#calendar{
	background-color:rgba(255,255,255,.7);
	border-radius:10px;
	margin-left: 26.5%;
	margin-bottom: 2%;
	padding: 20px;
	width: 60%;
	z-index: 1;
}


/* CONTACT PAGE */

#contact, form{
	margin-left:10%;
	text-align: justify;
}
#contact_form{
	font-size:1em;
	margin-left: 30%;
	padding-top: 2%;
	width: 90%;
}

#first_name, #last_name, #email, #subject{
	height: 20px;
	margin-bottom: 2%;
	width:37.25%;
}

#email, #subject{
	height: 20px;
	margin-bottom: 2%;
	width:40.5%;
}

#message{
	overflow: scroll;
	padding-bottom: 150px;
	width:40%;
}

#required{
	font-size:0.9em;
	margin-left: 5.5%;
	text-align: center;
}
#contact h3{
	font-weight: lighter;
	margin-top:5%;
	text-align:center;
}

.inputs{
	margin-left: 15%;
}

/* LINKS PAGE */
#links{
	background-color:rgba(255,255,255,.7);
	border-radius:10px;
	line-height: 2;
	margin-left: 30.5%;
	margin-top: 2%;
	padding: 20px;
	text-align: center;
	width: 50%;
}

#links h3{
	color: #d0973d;
}

#links a{
	color: #d0973d;
}

/* EVENTS */
.events{
	background-color:rgba(255,255,255,.7);
	border-radius:10px;
	line-height: 2.5;
	margin-left: 29%;
	margin-top: 2%;
	padding: 20px;
	padding-left: 10.5%;
	width: 50%;
}

.events h3{
	color: #d0973d;
}

