@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body{
	background-image: url("../images/holding_bg.jpg");
    background-position: bottom center;
    background-size: cover;
	background-color: black;
	background-repeat: no-repeat;
	height: 100vH;
}

img {
	width: 100%;
}