/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgba(138, 138, 138, 0.48)), url(https://images.unsplash.com/flagged/photo-1568904521613-14b3257dcb7b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
    width: 100%;
    height: 100vh;
    background-size: cover;
	background-position: center;
}

h1{
	color:white;
}
