/* color : https://www.w3schools.com/colors/colors_brands.asp 
(facebook)

HEX: #3B5998

HEX: #8B9DC3

HEX: #DFE3EE

HEX: #F7F7F7
https://www.w3schools.com/howto/tryw3css_templates_cv.htm
*/

body {
    background-color: #F7F7F7;
    font-family: 'Heebo';
    display: inline-flex;
    margin:0px;
    width: 100%;
}

/* The sidebar menu */

.sidenav,
.main {
    
    /* position: initial; */
    /* z-index: 1;
    top: 0;
    left: 0; */
    background-color: #e6e3e3;
    /* overflow-x: hidden; */
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 1%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.sidenav{
    height: 100%;
    width: 35%;
    float: left;
}

.sidenav h2, article h2 {
    border-bottom: solid 1px;
    margin-top: 35px;
}

.sidenav img {
    text-align: center;
    border: none;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}

#sideImage {
    text-align: center;
}

/* Style page content */
.main {
    width: 60%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sInfo {
    color: #494848;
    font-size: 90%;
}
.dInfo {
    color: #494848;

}

header {
    text-align: right;
}
.content{
    margin:20px;
}

