/*
      Website Design
      Final Project
*/



/* Default Styles */


header {
   text-align: center;
}

h1 {
   font-size: 100%;
}

#logo {
   width: 38%;
}

h2 {
	text-align: center;
}

#basics {
	margin: auto;
    border: 1px solid black;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 80%;
}

th {
    height: 50px;
}

td {
	padding-bottom: 8px;
}

#contactform {
width:830px;
height:650px;
margin-left:0 auto;
float: left;
}
#form {
text-align:center;
border:1px solid blue;
width:300px;
padding:0 50px 15px;
margin-top:20px;
box-shadow:0 0 15px;
border-radius:6px;
float:left
}
#main h1{
margin-top:40px
}
hr{
margin-top:-5px
}
label{
float:left;
font-size:16px
}
input[type="text"]{
width:100%;
margin-top:10px;
height:35px;
margin-bottom:25px;
padding:10px;
border:3px solid blue;
}
textarea{
width:100%;
border:3px solid blue;
padding:10px;
margin-bottom:25px;
margin-top:10px;
height:100px;
resize:none
}
input[type="submit"]{
width:100%;
padding:10px 45px;
background-color: blue;
border:none;
color:#fff;
font-size:18px;
font-weight:700;
cursor:pointer;
}

#memberphoto {
margin-top: 3%;
text-align: center;
}

#highlights {
margin-top: 3%;
float: left;
}

footer {
clear: both;
padding-top: 8px;
border-top: solid 3px black;
margin-top: 20px;
text-align: center;
}

