/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 body,
 html {
     width: 100%;
     height: 100%;
 }
 
 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: "Tahoma","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-weight: 700;
 }
 
 .page-container {
     width: 100%;
     height: 100%;
     text-align: center;
     color: black;
     background: url(../images/pexels-pixabay-53621.jpg) no-repeat center center;
     opacity: 0.75;
     background-size: cover;
 }
 
 
 .page-title {
     text-transform: uppercase;
     font-size: 28px;
     font-weight: bold;
     letter-spacing: 2px;
     color: black;
     opacity: 1.0;
 }
 
 .page-text {
     font-size: 24px;
     font-weight: normal;
     color: black;
 }

 .page-text a {

    text-decoration: none;
 }