html, body{
  height: 100%;
}



body {
  background-image: linear-gradient(
          rgba(0, 0, 0, 0.7),
          rgba(0, 0, 0, 0.7)
        ), url("../background.jpg");
   background-color: #000;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   height: 100%;
   font-size:16px;
   color:rgb(250,246,233);
}

.home_h1{ font-size:2.8em; color:rgb(250,246,233); font-family: impact}
.text-light, a{color:rgb(250,246,233) !important;}

input[type="text"], input[type="email"]{
    background: transparent;
    border-radius: 0;
}

.form-control{
  background-color: transparent;
  color:#FFF;
}

.form-control:focus{
  background: transparent;
  color:rgb(250,246,233);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(250,246,233) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(250,246,233);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(250,246,233);
}

.navbar-dark .navbar-toggler{border-color: transparent !important;}
.navbar-toggler:focus{box-shadow: 0 0 0 0 !important}


@media (min-width: 576px) {
  .home_h1{ font-size:4.2em; color:rgb(250,246,233);}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {  }

@media (min-width: 1200px) {

  body{font-size:18px;}
  .home_h1{font-size:5em; color:rgb(250,246,233);}
}

@media (min-width: 1400px) {  }
