I’ve updated a little of the css code:
/*
Theme Name: twentysixteen Child Theme
Theme URI: https://hyperlinkcode.com/blog/?p=1021
Description: A bare-bones child theme for use with twentysixteen Theme from WordPress. To use this Child Theme, you must have twentysixteen parent theme installed.
Author: Edward Zivkovic
Author URI: https://hyperlinkcode.com/
Template: twentysixteen
Version: 1.0.0
*/
/* Add Custom CSS after this line */
.home #page
{
background-image: url(“https://www.teslaweddings.co.uk/wp-content/uploads/2015/12/DBM838-2-e1451561072969.jpg”);
background-position: center bottom;
background-repeat: no-repeat;
}
.site-branding .site-title a {
color: #a6f94d;
}
.site-header-main {
color: #ffffff
}
body.Home .entry-header {
background-color:transparent;
float: left;
display: none;
}
#content.Home {
float: right;
background-color:transparent;
/* width: 640px */
}
#sidebar.Home {
display: none;
}
.warning {
color: red;
}
.shadow {
box-shadow: 0 8px 8px -6px #333;
}