/*
 * Globals
 */

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

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


/*
 * Base structure
 */

html,
body {
  height: 100%;
  /*background: url(img/cherryblossom.jpg) no-repeat center center fixed;*/
  background-color: #ccd4fb;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  }

hr {
  border-top: 1px solid grey;
}

h1 {
  font-size: 120px;
  font-family: 'Permanent Marker', cursive;
}

#header {
  font-family: 'Permanent Marker', cursive;
  text-align: center; 
  font-size: 50px;
}

.cover-container {
  max-width: 120em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .40rem 0;
  font-weight: 1000;
  color: #333;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .75);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.container {
  background-color: white;
  color: black;
  font-size: 20px;
  border-radius: 6px;
  margin-top: 25%;
  text-shadow:none;
  padding: .75rem 1.25rem;
  font-family: Georgia,Times,Times New Roman,serif; 
  text-align: left;
}

.transparent{
  background:rgba(255,255,255,0.75);
}

.container-creative {
  background-color: white;
  color: black;
  font-size: 20px;
  margin-top: 25%;
  text-shadow:none;
  padding: .75rem 1.25rem;
  font-family: Georgia,Times,Times New Roman,serif; 
  text-align: center;
  border-radius: 6px;
  background:rgba(255,255,255,0.75);
}

.container2 {
    width: 200px;
    height: 120px;
}

/* resize images */
.container img {
    width: 100%;
    height: auto;
}

#books {
  margin-bottom: 60px;
  margin-top: 60px;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}