@charset "utf-8";
@font-face {
	font-family: Playfairdisplay;
	src: url('fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
}

@font-face {
	font-family: Alice;
	src: url('fonts/Alice-Regular.ttf') format('truetype');
}

@font-face {
	font-family: Sacramento;
	src: url('fonts/SacramentoPro-Regular.woff') format('woff');
	src: url('fonts/Sacramento-Regular.ttf') format('truetype');
}
/*
	Lisa Sullivan: Live Acoustic Music
	Final Project
	
	Layout and Typographical Style 
	sheet for Pages
	
	Filename: styles.css
	
*/


/* HTML Styles */

html {
	background-image: url(images/back.jpg);
}



html { 
    font-size: 16px;
    width: 100%
}


/* Page Body Styles */

body {
   background-color: rgb(219, 204,181); 
   font-family: Playfairdisplay, Alice, Sacramento; 	
   margin-left: auto;
   margin-right: auto;
   width: 960px;
}


/* Body Header Styles */

body > header > a img {
	display: block;
	width: 40%;
}

body > header > nav {
	background-color: rgb(219, 204, 181);
	color: white;
	line-height:2.5em;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

 ul.submenu {
	background-color: rgb(219, 204, 181);
	position: relative;
	margin-left: 35%;
	text-align: center;


}

nav.main a:link, a:visited {
	color: rgb(219, 204, 181);
}

nav.main a:hover, nav a:active {
	color: rgb(248, 237, 212);
}

nav.main ul li {
	background-color: rgb(80, 49, 47);	
	display: block;
	float: left;
	text-align: center;
	width: 20%;	
}

nav.main ul li a {
	color: white;	
	display: block;
	height: 2.5em;	
	text-align: center;
	line-height: 2.5em;	
}

nav.main a:hover, nav a:active {
	background-color: rgb(51, 51, 45);
}

/*Pull down menu styles */



ul.submenu {
	display: none;
}


a.submenuTitle:hover+ul.submenu, ul.submenu:hover {
	display: block;
	text-align: center;

}



/* Article  Styles */

article.aboutme {
	background: url(images/daniels.png) top right / 13% no-repeat content-box;
}

article.aboutme {
	margin-right: 5px;
}

article {	
   clear: both;			   
   padding: 30px 0px 0px 0px;
}

article header {
	margin: auto;	
	width: 100%;
	height: auto;
}

article.aboutme	 {	
   clear: both;			   
   padding: 30px 0px 0px 0px;
}

article h1 {
	color: rgb(22, 48, 43);	
	font-family: Sacramento; 
	font-size: 32pt;
	text-align: left;
	margin: 30px 10px 30px 10px;

}

h1.contact {
	padding-bottom: 60px;
}
	

article.aboutme h1 {
	color: rgb(22, 48, 43);	
	font-family: Sacramento; 
	font-size: 32pt;
	text-align: left;
	margin: 30px 10px 30px 10px;

}

article p {
	font-family: Alice;
	font-size: 16pt;
	margin: 20px;
	line-height: 24px;
}

article.aboutme p {
	font-family: Alice;
	font-size: 16pt;
	margin: 20px;
	line-height: 24px;
}

p.pdate {
	font-family: Alice;
	font-size: 16pt;
	margin: 10px;
	color: rgb(22, 48, 43);
}



article a {
    margin: 10px;
    height: 100px;
    width: 80%;
}

article h2 {
	color: rgb(116, 50, 51);
	font-family: Playfairdisplay;
	font-size: 18pt;
	text-align: left;
	margin: 30px 10px 30px 10px;
}

 article.aboutme h2 {
	color: rgb(116, 50, 51);
	font-family: Playfairdisplay;
	font-size: 18pt;
	text-align: left;
	margin: 30px 10px 30px 10px;
}

article table {
	color: rgb(80, 49, 47);
	font-family: Alice;
	font-size: 16pt;
	text-align: left;
	margin-bottom: 30px;	
}
/* table styles */

article table	{
	border-top: 1px solid rgb(85, 140, 140);
	border-bottom: 1px solid rgb(85, 140, 140);
	border-collapse: separate;
	width: 100%;
	line-height: 24px;
}

article table td, th {border: 2px solid rgb(85, 140, 140);
}

article table th {
	color: rgb(219, 204, 181);
	background-color: rgb(80, 49, 47);
	
}

article table tbody tr:nth-of-type(odd) {
	background-color: rgb(248, 237, 212);
}

/*Forms Styles*/

/*form#contact {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

form#contact > fieldset {
    background-color: rgb(241, 232, 181);
    border-radius: 20px;
    -webkit-flex: 1 1 300px;
    flex: 1 1 300px;
    font-size: 6em;
    padding: 10px;
    margin: 10px;
}

*/
div.formRow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px;
}

div.formRow > * {
    -webkit-flex: 1 1 150px;
    flex: 1 1 150px;
}

div.buttons {
	text-align: center;
	width: 100%;
}

.emailButton {
	text-align: left;
	width: auto;
	font-size: 20px;
	line-height: 25px;
	padding: 5px;
	margin: 5px;
}

input[type='submit'], input[type='reset'] {
	font-size: 1.2em;
	padding: 5px;
	margin: 15px;
}

/* Legend Styles */

legend {
    background: linear-gradient(60deg, rgb(80, 49, 47), rgb(219, 204, 181) 100%);
    color: white;
    padding: 5px;
}


/* Text Area Styles */

textarea {
    margin-top: 10px;
    height: 100px;
    width: 95%;
}

section#spacer {
	background: linear-gradient(60deg, rgb(80, 49, 47), rgb(219, 204, 181) 100%);
    color: white;
    padding: 5px;
}

/* Footer Styles */

footer {
	background: linear-gradient(60deg, rgb(80, 49, 47), rgb(219, 204, 181) 100%);
	padding: 20px;
	height: 120px;
}

footer > div.icon-bar > a img{
	height: 40px;
	width: auto;
}

.icon-bar a {
	display: inline-block;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 0px;
	font-size: 20px;
	transition: background-color 0.3s ease;
}

nav.mainfooter a:link, a:visited {
	color: white;
}

nav.mainfooter a:hover, nav a:active {
	color: rgb(116, 50, 51);
}

nav.mainfooter{	
	display: block;
	float: right;
	text-align: left;
	width: 20%;	
}

nav.mainfooter ul li a {
	color: rgb(116, 50, 51);	
	display: inline-block;
	height: 1.5em;	
	font-size:16px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 1.5em;	
}

nav.mainfooter1 a:link, a:visited {
	color: rgb(22, 48, 43);
}

nav.mainfooter1 a:hover, nav a:active {
	color: rgb(22, 48, 43);
}

nav.mainfooter1{	
	display: block;
	float: right;
	text-align: left;
	width: 20%;	
}

nav.mainfooter1 ul li a {
	color: rgb(116, 50, 51);	
	display: inline-block;
	height: 1.5em;	
	font-size:16px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 1.5em;	
}

/* ===============================
   Mobile Styles: 0px to 640px 
   ===============================
*/
@media only screen and (max-width: 640px) {

   
   a#navicon {
      display: block;
   }
   
   header nav ul {
      display: none;
   }
   
   header nav ul li {
      font-size: 1em;
      line-height: 1.3em;
      height: 1.3em;
   }
   
   a#navicon:hover+ul, header nav ul:hover {
      display: block;
   }
   
   section h1 {
      font-size: 1.5em;
   }
   
   section p {
      font-size: 0.9em;
   }
}