/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
header, section, footer, aside, nav {
    display: block} 

body {

    color: black;
    background-color: plum;
    background-position: center;
    font-family: "Lato", sans-serif;
    line-height: 1.5em;
    margin: 0px;
}

.wrapper {

    width: 1331px;
    margin: 20px auto 20px auto;
    border: 1px solid black;
    background-color: white;

}

header {

    margin: 0;
    padding: 5px;
    font-family: ('FranklinGothic Medium', 'Arial Narrow', Arial, sans-serif);
    background-image: url(Rose-Shirt-Law-Tower\ -\ Copy.jpg);
    height: 58px; 
    width: 133px;
    
}

header a {

    color:black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px; 
}

header ul {

    margin: 0px;
    padding: 5px 0px 5px 10px;
}

header li {

 
    display: inline;
    color:white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
}

header nav {

    float: left;
    margin-top: 25px;

}

header li a:hover,  {

    color: white;

}

.active {

    color:black;

}
h1 {
    font-family: ('Monotype Corsiva', Impact, 'Haettenschweiler', sans-serif);
    width: 750px;
    height: 130px;
    margin: 0px;

}
section.box-1 {

    float: left;
    font-family:"FranklinGothic" Medium;
    background-color: white;
    
    border-style: inset;
    width: 634px;
    padding: 5px;
    margin: 5px;
}
    
section.box-2 {
    
    float: right;
    font-family:"FranklinGothic" Medium;
    background-color: white;
    
    border-style: inset;
    width: 634px;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    height: 380px;
    font-size: 24px;
}
ul.Foot  {

    padding: 10px 0px 10px 0px;
    text-align: center;
    color: white;
    font-size: 20px;
    
}
h1.Resume {
    text-align: center;
    font-size: 26px;
    }
h1.Resume1 {

        text-align: center;
        font-size: 45px;
        }
p.p1{
    text-align: left;
    font-size: 24px;
}
ul.nav {list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: sticky;
    top: 0;
    display: inline; 
}
ul.Resume2 {
    font-size: 26px;
    margin-left: 25%;
    list-style-position: inside;
}
h1.I{
    text-align: center;
    margin-left: 25%;
    list-style-position: inside;
}