/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: url('../images/home-image.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

    .container {
      background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.8);
     
 text-align:center;
   position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
        padding:40px;
    }

@media (max-width: 600px) {
     .container {
             width: 77%!important;
    }
}

h1 {
    font-family: "Open Sans"; 
    font-size: 30px; 
}

p {
    font-family: "Open Sans"; 
}

a {
    color: #000000;
    font-weight:700;
    text-decoration: none;
}