body {
    color: #777777;
    font-family: 'Helvetica Neue', Helvetica, 'Arial', sans-serif;
    background-image: url("../images/frenchstucco.png")
}

.container {
    width: 960px;
    margin: auto;
    /* display: flex; */
    /* flex-direction: row; */
    align-items: center;
    flex-direction: row;
    /* border: 3px dashed purple; */
    justify-content: space-between;
    display: flex;

}    

.sidebyside {
    display: flex;
    /* border: 3px dashed purple; */
}

header, h1, nav, section, p, .article, #articleheader, aside, footer {

    /* border: 3px solid black; */
    margin: 10px;
}

a {
    text-decoration: none;
    color: #63E4DD;
}

a:visited {
    color: #1C403E;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #4aaaa5;
}

h1 {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 1px;
}

header {
    background-color: #4aaaa5;
    margin: 0px;
}

header h1 {
    color: white;
}

header, nav, section, aside {
    /* background-color: #4aaaa5; */
    /* text-align: center; */
        margin: 10px;
        padding: 5px;

}

header, nav {
    height: 95px;
    /* text-align: center; */

}

#articlecontainer {
    width: 650px;
}

aside {
    width: 270px;
    height: 270px;
    /* margin: 10px; */
}
aside, #articlecontainer {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid #dddddd;

}

#facephoto {
    float: left;
    border: solid black 1px;
    margin: 0em 1em 0em 0em;

}

#topcontainer {
    /* display: flex; */
    /* flex-direction: row; */
    background-color: #ffffff;
    /* border: 2px dashed purple; */
    /* justify-content: space-between; */
    padding: 0px;

}

footer {
    background-color: #666666;
    color: #cccccc;
    margin: 0px auto;
    padding: 1.5em;
    text-align: center;
}

footer>p {
    margin: 0px;
}

#bottomcontainer {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 5px solid #4aaaa5;
    padding: 0px;
}

input, textarea {
    width: 90%;
}

.portfolioimage {
    border: solid 1px black;
}

#portfoliocontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-around; */
   
}

.portfolioimagebox {
    margin: 1em;
    /* padding: 1em; */
}

.portfolioimagebox h2 {
    background-color: #4aaaa5;
    font-size: 120%;
    color: white;
    padding: .25em;
    text-align: center;
    position: relative;
    bottom: 25%;
    border: solid 1px black;
    line-height: 1.75em;
}

#articlecontainer h1, aside h1, aside p {
    padding: 10px;
    }

h1#myname, nav {
    line-height: 75px;
}

#topcontainer>.container {
    height: 95px;
}
