/*
 * 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-color:;
}

body {
/*  display: -ms-flexbox;*/
/*  display: flex;*/
  display: block;
  color: black;
  background: url(../img/witewall_3.png) top left repeat;
  /*text-shadow: 0 0.05rem 0.1rem rgba(78, 18, 18, 0.5);*/
/*  box-shadow: inset 0 0 5rem rgb(185, 108, 107);*/

  /*color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

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

/** Masthead **/ 

.masthead {
  margin-top: 1rem;
}

.nav-masthead .nav-link {
  color: black !important;
}

.nav-masthead .active {
  color: red !important;
}

.masthead-brand {
  text-shadow: 0 0.05rem 0.1rem rgba(78, 18, 18, 0.5);
}


/** Modal **/

.btn-success {
  color: #fff;
  background-color: #ff3203;
  border-color: #ff3203;
}

.btn-success:hover {
  color: black;
  background-color: #ff3203;
  border-color: #ff3203;
}

button.emailbtn {
  margin-top: 3rem;
}

.btn-success.focus, .btn-success:focus {
 box-shadow: 0 0 0 0.2rem rgba(236, 44, 1, 0.5); 
}

.btn-success:not(:disabled):not(.disabled):active {
  background-color: #cc5850;
  border-color: #cc5850;
}

.modal {
  text-align: left;
}

.modal-header {
  display: table;
  width: 100%;
}
 
.modal-header .close {
  margin-left: 0;
}

.btn-info {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}

label {
  color: red;
}

.btn-info:hover {
    color: black;
    background-color: #F44336;
    border-color: #F44336;
}

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

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

.masthead-brand strong {
  color: red;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

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

.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;
  }
}

/* Lesson Details */

#lesson-details {
  height: 100%;
  width: 100%;
}

.bgattempt {
  background: url(../img/japanstreet.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.description-column {
  background-color: rgba(0, 1, 0, 0.5);
  height: 100%;
}

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

.featurette-divider {
    margin: 2rem;
}

#lesson-details .lead {
  text-align: justify;
  margin-top: 1em;
  padding-right: 3em;
}

.text-muted { 
  color: red!important;
 }

.secondary {
  color: black;
}

.visitors {
  margin-bottom: 3em;
}

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


/*Featurette*/

.row {
  text-align: left;
  padding-left: 3em;
  color: #cccccc;
  margin-right: 0;
}

h2.featurette-heading {
  margin-top: 2em;
}

/* Contact Me */

#contact-me {
 /* margin: 3rem;*/
}

/* Buffer */

#buffer {
    background-color: black;
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}

#buffer p, #buffer a {
  padding: 10px;
  margin-bottom: 0;
  color: #332f2f;
  font-size: 12px;
}

#buffer a:hover {
  color: silver;
}

  .clickable {
     cursor:pointer;
  }

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
  font-size: .7em;
}


@media (max-width: 767px) {

   .visitors {
    padding-left: 0;
   }

   .bgattempt {
    margin: 0;
    padding-left: 2em;
   }

   .description-column {
    width: 90%;
   }
}


