 body, html, .container-fluid {
         height: 100%;
    }

body {
  margin: 0;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 100%;
  background-image: url("http://www.globalfamilynetwork.net/website/images/backgrounds/grenada3.JPG");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;  
}
.main-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}
.gfn-text {
  text-align: left;
  position: absolute;
  top: 80%;
  left: 20%;
  transform: translate(-20%, -50%);
  color: white;
}

p.gfn-large {
	font-size: 2em; 
	line-height: 1;
}
p.gfn-small {
	font-size: 1.5em; 
	line-height: 1;
}

/*
h1 {
  text-shadow: 2px 2px 2px grey;
}

h4 {
  text-shadow: 1px 1px 1px grey;
}
