body,
html {
  width: 100%;
  height: 100%;
  background: url(../img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Ubuntu', sans-serif;
}
hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #DCDCDC;
}

h1 {
	color: #191a1c;
	
}



header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
  
  
}


header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;

  }
}

@media (max-width: 991px) {
	header {
		margin-top: 300px;
		
	}	
	
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
	color: #191a1C;

  }
  header.masthead h1 {
    font-size: 3rem;
	 color: #191a1c;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
    color: #191a1c;

  }

}
.btn-primary {
  background-color: #191a1c;
  border-color: #191a1c;
 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #DCDCDC;
  background-color: #191a1c !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 26, 28, 0.5) !important;
}
.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  
}

.btn-xl {
  padding: 1rem 2rem;
}