
body {
    width: 960px;
    height: 1200px;
    background-color:white;
    margin: 0 auto;
    color: navy;
}

@font-face {
	font-family: Baskerville Old Face, serif;
	font-weight: normal;
	font-style: normal; 
}


/*Beginning of nav bar*/
.topnav {
	background-color: white;
    overflow: hidden;
    border: 4px solid navy;
    width: 960px;
}

 .topnav a {
    float: left;
    display: block;
    color: navy;
    text-align:center;
    padding: 12px 80px;
    text-decoration: none;
    font-size: 12px;
}

.topnav a:hover {
    background-color: white;
    color: goldenrod;
}

#active {
    background-color: white;
    color: goldenrod;
}
    
#megan {
    text-align:center;
    color: navy;
    
}
#resume {
    text-align: center;
    color: navy;        
}

#header{
    color: goldenrod;
    text-align: left;
}

#elonlogo {
    height:80px;
    width:80px;
    margin: 0 auto;
}
.column1of12 { 
    float: left;
    height: 200px;
    width:200px;  
}

.column2of12 { 
    width:480px;
    height:200px;
    margin:10px;
    float: left;
    color: navy;
}

.column3of12 {
    width:960px;
    height:300px;
    float:left;
}

.column4of12 {
    width:480px;
    height:250px;
    float:left;
}

.column5of12{
    float: left;
    color: navy;
    width:480px;
    height:250px;
} 


#theaterexperiance{
    color:goldenrod;
}



.column6of12{
    width:480px;
    height:200px;
    float:left;
}



#pro {
    width:100px;
    height:100px;
    float:left;
}

#halffilled {
    width:80px;
    height:50px;
    float:left;
}


#filmtraining {
    color:goldenrod;
}

.column7of12 {
    width:480px;
    height:200px;
    float:left;
    list-style-type: none;
    list-style: none;
}

.column8of12 {
    width:480px;
    height: 200px;
    float:left;
}

#photoshop{
    width:100px;
    height:100px;
}

#twofull{
    width:80px;
    height:50px;
    margin:0 auto;
    float:left;
}

#voicetraining {
    color:goldenrod;
}

.column9of12{
    width:480px;
    height:200px;
    float:left;
}

#dancetraining {
    color:goldenrod;
}

.column10of12 {
    width:480px;
    height:250px;
    float:left;
}

.column10Aof12 {
    width:480px;
    height:250px;
    float:left;
}

#illustrator{
    width:100px;
    height:100px;
    float:left;
}  


.column11of12 {
    width:480px;
    height:200px;
    float:left;
}

#workexperiance {
    color:goldenrod;
}

.column12of12 {
    width: 480px;
    height:200px;
    float:left;
}


#contactme {
    background-color: navy;
    height:100px;
    width: 100px;
}

#contact {
    color: goldenrod;
}

