html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}



/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #B71D50;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.3) 0%, rgba(92, 77, 66, 0.3) 100%), url('images/CakeShopBG1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead h1 {
  font-size: 4rem; /* This line changes the font size if in tiny screen size. */
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }

  header.masthead p {
    font-size: 1.15rem;
  }

  header.masthead h1 {
    font-size: 6rem; /* This line changes the font size if in medium screen size. */
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4.5rem;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
header.masthead h1 {
font-size: 6.5rem; /* This line changes the font size if in normal screen size. */
}
} 


.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}







nav,
.navbar-brand {
  font-family: 'Satisfy';
  font-size: 1.5rem;
}


ul {
  list-style-type: none;


}



h1,
h2,
h3,
h4 {
  margin: 4rem 0;
  font-family: 'Satisfy';
  font-size: ;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;

}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/* Style the active class (and buttons on mouse-over) */
.active,
a:hover {
  border-style: solid;
  border-color: white;
  border-width: 2px;
  color: white;
  background-color: #4d0019;
}

.img>.active,
a:hover {
  border-style: none;
  border-color: white;
  border-width: 0px;
  color: white;

}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;

}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}



.masthead {
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px #B71D50;
}














/*
 * Footer
 */

footer {
  margin-top: 10rem;
  background-color: #511D2B;
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, .8);
}
/* Navbar background color */
.bg-dark {
  background-color: #511D2B !important;
}
