/* 
Final Project


StarWars Fan Page Style Sheet 
Author: Kyria Freean
Date: 05-23-2016

Filename: mystarstyles.css

*/

body {background-color: black;
color: yellow;
    -moz-background-size: 15px;
	-webkit-background-size: 15px;
}

header img {width: 1300px;
}

h1, h2, {font-family: Arial, Helvetica, sans-serif; font-size: 38px;
font-weight: bold;}


input[type=text] {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: solid yellow;
    background-color: black;
    color: white;
    text-decoration-style: bold;
}

form .Pic1 {width: 500px}


table {font-size: 16px; 
   margin-bottom: 20px; 
   margin-left: 20px;
   float: right;
   border-collapse: collapse; 
align-content: center;
}

col .firstColumn {width: 22%;}
col .middleColumms{width: 28%;}
col .lastColumn{width: 22%;}

td {padding-top: 0px;
padding-bottom:  0px;
padding-left: 5px;
padding-right: 5px;
}

th {border-bottom-width: 2px; 
   border-bottom-color: yellow; 
height: 40px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
letter-spacing: 2px;
} 


table thead tr {
   height: 40px;
}

table thead th {
   padding: 0px 5px; 
   letter-spacing: 2px;

}

.Submit {background-color: yellow; 
	font-weight: bold;
	border: 2px solid;
	border-radius: 12px;