/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
 /* background: url('http://placehold.it/1920x1080') no-repeat center center fixed;*/
 background-color: rgb(4,68,95);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h1 {
	  color: white;
	  text-align: center;
	  font-size: 70px;
}

p {
	  color: white;
	  text-align: center;
	  font-size: 34px;
}

.minh-100 {
  height: 100vh;
}