﻿/*
CSS for Portfolio site main page
*/

h1 {
    color: black;
    font-family: Baskerville, ITC Century, serif;
    font-size: large;
    font-weight: bold;
    font-style: italic;
   
}





#firstrow {
position: absolute; 
left: 40px; 
top: 25px; 
}

a {
  
   font-family: Helvetica, Arial, san-serif;
   font-size: small;
   font-weight: normal;
   text-decoration: none;
}

a:link {
     color:#5C5C5C;
}

a:visited {
     color:#5C5C5C;
}

a:hover {
     color:black;
     text-decoration: underline;
}

#description {
position: absolute; 
left: 226px; 
top: 5px; 
width: 600px; 
height: 356px;
}


#feature {
	
color: black;
background-color: yellow;
font-family: Helvetica, Arial, san-serif;
font-size: small;
}



p{
  font-family: Helvetica, Arial, san-serif;
  font-size: small;
  font-weight: normal;
  line-height:110%;
  letter-spacing:0.00em;
}

#work p {
    font-family: Baskerville, ITC Century, serif;
    font-size: small;
    line-height:110%;
    letter-spacing:0.00em;
}

.border {
padding-bottom: 30px;
border-bottom: 1px dotted gray;
}

#copyright p{
  font-family: Helvetica, Arial, san-serif;
  font-size: x-small;
  font-weight: normal;
  }
