.sitewrapper {
    display: flex;
    flex-direction: column;
}

#frame {
    display: flex;
    flex-direction: row;
    border-color: #5f25ff;
    left: 0px;
    top: 0px;
    height:100%;
}

.sidebar {
    top: 0px;
    padding:10px;
    background-color: #5f25ff;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    border-right-color: #5f25ff;
  border-radius: 4px;
}

.body {
    /* flex: 0 0 500px; */
    /* margin-top: 50px;
    margin-bottom: 50px; */
    max-width: 960px;
}

.sidebar_icon {
    margin-bottom: 5px;
    height: 31px;
    width: 100%;
}

#sidebar_about {
    background-image: url('header/sidebar_about_med_res.png');
    background-size:contain;
    background-repeat: no-repeat;
    width: 230px;
}

#sidebar_about:hover {
    background-image: url('header/sidebar_about_med_res_alt.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
}

#sidebar_3d_modeling {
    background-image: url('header/sidebar_3d_model_med_res.png');
    background-size:contain;
    background-repeat: no-repeat;
    width: 230px;
}


#sidebar_3d_modeling:hover {
    background-image: url('header/sidebar_3d_model_med_res_alt.png');
    background-size:contain;
    background-repeat: no-repeat;
}

#sidebar_blog {
    background-image: url('header/sidebar_blog_med_res.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
}

#sidebar_blog:hover {
    background-image: url('header/sidebar_blog_med_res_alt.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;

}

#sidebar_photos {
    background-image: url('header/sidebar_photos_med_res.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
}

#sidebar_photos:hover {
    background-image: url('header/sidebar_photos_med_res_alt.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
}

#sidebar_projects {
    background-image: url('header/sidebar_projects_med_res.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
}

#sidebar_projects:hover {
    background-image: url('header/sidebar_projects_med_res_alt.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
}

#random_image {
    /** position: absolute; */
    top: 10px;
    right: 20px;
}

#header {
    padding: 20px;
    background-color: white;
    height: 130px;
    text-align: center;
}

p, ul {
    margin-block-start: 0.5em;
}

h4.title {
    padding-bottom: 4px;
    border-bottom: 1px solid;
    border-color: #5f25ff;
}

body {
    margin: auto;
    margin-bottom: 8px;
    max-width: 960px;
}

.content {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  margin-top: 4px;
}

.about_link {
    color: #000000;
}

.about_link:hover {
    color: #66ddff;
}

code {
    background-color: #f2f2f2;
    border-radius: 3px;
    font-family: monospace;
    padding: 0 4px;
}

.code {
    background-color: #f2f2f2;
    border-radius: 3px;
    font-family: monospace;
    padding: 0 4px;
}

#yps_comments {
    margin-top: 20px;
}

.comment_input {
    width: 100%
}

.comment_submit_button {
    height: 32px;
    font-size: 20px;
    font-family: 'Times New Roman';
}

.pagecontent {
    text-align: center;
}

.blog_img {
    padding: 10px;
    width: 500px;
}

img {
  align-self: flex-start;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #F7F7F7;
  padding: 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 22px;
  text-align: center;
  margin: 12px;
}

.grid-item img:hover {
  background-color: #a6f2ff;
}

.grid-item img {
  width: 360px;
  height: 300px;
  padding: 8px;
}
