/* basic elements */
html{
    width:100%;
    padding:0px;
}
body {
    width:100%;
    font-size:16px;
    color:black;
    padding: 0px;
    margin: 0px;
    overflow-x:hidden;
}
#html-body{padding:0px;}
#logo {
    width: 50px;
    height:50px;
    float: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.blog_photo{width:300px;height:175px;object-fit:cover;object-position:left top;transtition:1s;}
.blog_photo:hover{object-position:right bottom;}


#main { width:100%;color:black;}

#content{ min-height:600px;background-color:white;margin:auto;padding:20px 20px}
#content a:hover{color:red;}

footer {
  text-align: right;
  padding-top: 10px;
  margin-bottom:10px;
}
footer a:link, footer a:visited {  color:#b99e73;font-size:14px; padding: 2px 4px 2px 4px;font-weight:bold;}
footer a:hover { background-color:#e2d8c6; text-decoration: none; }
#search{
        padding:0px 10px 0px 10px;
}

