/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */



body, html {
  min-height: 100%;
  height: 100%;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* background: url("../img/pattern.png"); */
  background-color: #b3a89a;
  height: 90%;
  
}
body{
  padding: 10px
}
 
 
.container{
  background: url('../img/bg.png') #b22435 no-repeat left center;
  background-size: cover ;
  border: 10px solid rgba(0,0,0,0.3)  ;
  width: 90%;
  max-width: 100%;
  min-height: 300px;
  height: 100%!important;
} 
