* {
margin:0;
padding; 0;
    
}
body {
font-family: 'Ubuntu Condensed', sans-serif;
font-size: 100%;
color:#000;
background color:#fff;
    
 
}

#OuterWrapper {
    margin: 20px auto;
    width: 1200px;
    
}

header {
    width:100%;
    height:100px;
    text-align: center;
    
}
h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
font font-size: 100%;
    
}
h1,h2,h3 {
    font-family:  'Ubuntu Condensed', sans-serif;
    font font-weight: 400;
}

.red{
 
}


main {
    text-align: center;
}

p {
    text-align: left;
    font-size: 1em;
    line-height: 1.7;
    margin:0 50px;
    
}

./*this styles my home navigation*/
#HomeNav{
font-family: 'Ubuntu Condensed', sans-serif;"
font size:3em;
    
}

#HomeNav ul{
    list-style-type:none;
    margin;0
    padding;30x;
}
    
#HomeNav li {
    display:inline;
    padding-right:20px;
        
    }
#HomeNav a {
    color:#000;
    text-decoration: none;
    
}

#HomeNav a:link, a:visited {
    color:#000;
    text-decoration:none;
}

#HomeNav a:hover, a:active {
    color:lightpink; 
}

/*this styles my main navigation*/

footer{
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size:.8em;
    padding:20px;
    position:fixed;
    bottom:0;
    width:100%;
}

#MainNav{
   font-family: 'Ubuntu Condensed', sans-serif;"
    font-size: 1.5em:
}

#MainNav ul {
    list-style-type:none;
    margin: 0;
    padding:20px ;
    
}

#MainNav li {
    display:inline;
    padding-right:50px;

}

#MainNav a {
    color:#000;
    text-decoration:none;
}

#MainNav:a:link, a:visted {
    color:#000;
    text-decoration:none;
    
}

#MainNav a:hover, a:active {
    color:pink;
}

*/this styles sub naviation*/ 

#subNav {
    font-size:1.5em;
    font-family: 'Ubuntu Condensed', sans-serif;
}

#subNav ul{
    list-style-type;
}

#subNav li {
     display: block;
     padding-bottom: 60px;
    
}
   

#subNav a:link, a:visted {
    color: #000;
    text-decoration: none;
    
}

#subNav a:hover, a:active {
    color: lightpink;
}


a{
    color: pink;
}

aside{
    top:125px;
    width:80px;
    margin:3 px;
    height:100%; /* Full Height */
    position: fixed; /*Make it stick, even on scoll*/
}
