/* basic design for Linda M. Watson Website */

header	{
	Height: 200px;
	background-color: #e5ccff;
	border-style: solid none;
	border-color: #e5ccff;
	border-width: 8px 0 0 0;
	padding-left: 15px;
}

h1{
  color: #8800cc;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  Font-size: 100px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px #000000;
  margin-top: 5px;
}

h2{
  color: #000000;
  font-family: cursive, "Comic Sans MS", sans-serif;
  Font-size: 70px;
  font-weight: bold;
  text-align: left;
  margin-top: 1px;
} 

h3{
  color: #FFFFC2;
  font-family: "Arial", sans-serif;
  Font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px #000000;
  text-align: center;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 0px;
}

h4{
  color: #000000;
  font-family: "Arial", sans-serif;
  Font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 1px;
} 

h5{
  color: #F70810;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  margin-top: 2px;
}

h6{
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0px;
}

p {
  color: #303036;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}

hr{
	height:2px;
	border-width:0;
	color: #cc66ff;
	background-color: #cc66ff;
}

.container {
	background-color: #e5ccff;
/*	background-image: url("../images/purplesand2.jpg"); */
	background-repeat: repeat;
	padding-left: 0;
	padding-right: 0;
}


nav a{
	box-sizing:border-box;
	display:inline-block;
	height:40px;
	color: #FFFFFF;
	background-color: #8800cc;
	text-decoration: none;
	margin:0 2% 3% 2%;
	padding: 1% 3%;
	border-radius: 25px;
}

nav a:hover{
	color: #aaff00;
	text-decoration: underline;
	border-radius: 25px;
}

nav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 25px;
}


 .button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1% 3%;
    border: 1px solid #550080;
    border-radius: 25px;
    background: #8800cc;
    background: -webkit-gradient(linear, left top, left bottom, from(##8800cc), to(##8800cc));
    background: -moz-linear-gradient(top, ##8800cc, ##8800cc);
    background: linear-gradient(to bottom, ##8800cc, ##8800cc);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}

.button:hover,
.button:focus {
    border: 1px solid #550080;
    background: #aa00ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa00ff), to(#aa00ff));
    background: -moz-linear-gradient(top, #aa00ff, #aa00ff);
    background: linear-gradient(to bottom, #aa00ff, #aa00ff);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #aa00ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa00ff), to(#aa00ff));
    background: -moz-linear-gradient(top, #aa00ff, #aa00ff);
    background: linear-gradient(to bottom, #aa00ff, #aa00ff);
}
