/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 2rem; }

.navbar-toggler {
  display: none; }

.landing {
  background: url("/assets/brulee-bg-main.png") no-repeat center center fixed;
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 15%;
  color: white;
  /* Set rules to fill background */
  min-height: 15%;
  min-width: 100%;
  /* Set up proportionate scaling */
  width: auto;
  height: auto;
  /* Set up positioning */
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.landingheader {
  text-shadow: black 0.1em 0.1em 0.4em;
  margin: 0px 0px 0px 0px;
  padding: 50px 10px 15px 10px; }

.landingtext {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(0, 0, 0, 0.1);
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(0, 0, 0, 0.1);
  background-size: cover;
  color: #fff;
  text-align: left;
  text-rendering: optimizeLegibility;
  margin: 0px 0px 0px 0px;
  padding: 15px 10px 15px 10px;
  min-height: 100px;
  width: auto;
  height: auto; }

.btn {
  padding: 0.5rem 1rem;
  margin: 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .10rem;
  padding-bottom: .10rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap; }

.divider {
  height: 50px; }

section {
  height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto; }

.disclaimertext {
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 5px;
  font-size: .75rem; }

#footer {
  height: 1rem;
  background-color: #585858;
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.copyright {
  color: black;
  font-size: 0.75rem;
  line-height: 0.75rem; }

.btn-primary {
  color: #fff;
  background-color: #ce9d78;
  border-color: #ce9d78; }

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #CF7430;
  border-color: #CF7430; }

#footer a {
  color: #efefef; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* iPad specific scaling */
  .landing {
    background: url("/assets/brulee-bg-main.png") no-repeat center center;
    height: 375px;
    min-height: 375px;
    min-width: 100%;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 0rem;
    background-color: #eceeef;
    border-radius: 0rem;
    width: auto;
    height: auto; }
  .landingheader {
    text-shadow: black 0.1em 0.1em 0.4em;
    margin: -10px 0px 0px 0px;
    padding: 15px 10px 15px;
    width: auto;
    height: auto;
    font-size: 3.5rem; }
  .landingtext {
    height: 175px;
    min-height: 175px;
    min-width: 100%;
    width: auto;
    height: auto; }
  .btn {
    padding: 0.5rem 1rem;
    margin: 1rem; }
  section {
    height: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: auto; }
  .disclaimertext {
    color: #000;
    text-align: left;
    text-rendering: optimizeLegibility;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px; }
  .navbar-brand {
    display: inline-block;
    padding-top: .10rem;
    padding-bottom: .10rem;
    margin-right: 1rem;
    font-size: .75rem;
    line-height: inherit;
    white-space: nowrap; }
  .navbar {
    padding: 0.25rem .5rem; }
  /* iPad specific scaling end */ }

@media only screen and (max-width: 767px) {
  /* general small screen scaling */
  .landing {
    background: url("/assets/brulee-bg-mobile.png") no-repeat center center;
    height: 375px;
    min-height: 375px;
    min-width: 100%;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 0rem;
    background-color: #eceeef;
    border-radius: 0rem;
    width: auto;
    height: auto; }
  .landingheader {
    text-shadow: black 0.1em 0.1em 0.4em;
    margin: -5px 0px 0px 0px;
    padding: 15px 10px 15px;
    width: auto;
    height: auto;
    font-size: 3.5rem; }
  .landingtext {
    height: 175px;
    min-height: 175px;
    min-width: 100%;
    width: auto;
    height: auto; }
  .btn {
    padding: 0.5rem 1rem;
    margin: 1rem; }
  section {
    height: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: auto; }
  .disclaimertext {
    color: #000;
    text-align: left;
    text-rendering: optimizeLegibility;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px; }
  .navbar-brand {
    display: inline-block;
    padding-top: .10rem;
    padding-bottom: .10rem;
    margin-right: 1rem;
    font-size: .75rem;
    line-height: inherit;
    white-space: nowrap; }
  .navbar {
    padding: 0.25rem .5rem; }
  /* general small screen scaling end */ }
