@charset "utf-8";

/* CSS Document - Dreamweaver*/
/* Selector > Class > ID 

/*Table of Contents
Trying this from a video I saw will tweak once I get a feel for it

- General Content 
- Typography
- Header and Nav
- Images and Media
- Footer
- Media Queries

*/

/* General Content 
_____________________________________*/

body {
    background-color: black;
    color: White;
}
main {
    width: 800px;
    margin: auto;
    text-align: center;
}
hr {
 width: 85%;
    margin: auto;
    border: 1px solid #494747;
}


/* Typography (note) Use Ems on this one so that is sizes with the view port
_____________________________________*/


/* Header and Nav 
_____________________________________*/


/* Images and Media 
_____________________________________*/
img {
    border: 1px solid #3A3939;
    border-radius: 16px;
    padding: 2px;
    margin-bottom: 10px;
}
.prj1img1 {
    width: 42%;
    height: auto;
    margin-right: 2%;
}
.prj1img2 {
    width: 40%;
    height: auto;
}
.prj2img1 {
    width: 44%;
    height: auto;
    margin-right: 2%;
}
.prj2img2 {
    width: 44%;
    height: auto;
}

/* Footer 
_____________________________________*/
#copyright {
    font-size: 12px;
    color: #585757;
    text-align: right;
    padding-right: 5%;
}

/* Media Queries
_____________________________________*/


/* TODOs
_____________________________________*/





