/*
 * 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-image: url("../img/backgroundv5.jpg");
}

body {
  display: -ms-flexbox;
  display: flex;
  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: 84em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.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 {
  margin-left: 1rem;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 2px #66b933, 0 0 6px #223b12, 0 0 7px #000000;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #66b933;
  text-shadow: 0 0 2px #66b933, 0 0 6px #223b12, 0 0 7px #000000;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: center;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.showcase-content {
    /*
    https://html-css-js.com/css/generator/box-shadow/
    */

    -webkit-box-shadow: -1px 2px 5px 3px #000000; 
    box-shadow: -1px 2px 5px 3px #000000;
    border: 2px solid #66b933;
    max-width: 110%;
    height: auto;
    width: auto\9; /* ie8 */
}

.showcase-content-homepage {
  /*
  https://html-css-js.com/css/generator/box-shadow/
  */

  -webkit-box-shadow: -1px 2px 5px 3px #000000; 
  box-shadow: -1px 2px 5px 3px #000000;
  border: 2px solid #66b933;
  margin: 10px;
}

.showcase-picture {
  -webkit-box-shadow: -1px 2px 5px 3px #000000; 
  box-shadow: -1px 2px 5px 3px #000000;
  border: 2px solid #66b933;
  margin: 1.3cm;
  max-width: 110%;
  height: auto;
  width: auto\9; /* ie8 */
}

.showcase-wrapper {
    margin-top: 0.8cm;
    margin-bottom: 0.8cm;
    text-align: center;
}

.showcase-wrapper-homepage {
  margin-top: 0.5cm;
  margin-bottom: 0.25cm;
  text-align: center;
}

.showcase-wrapper-homepage-right {
  margin-top: 1.5cm;
  margin-bottom: 1.5cm;
  margin-right: 3cm;
  text-align: center;
  float: right;
}

.showcase-wrapper-homepage-left {
  margin-top: 1.5cm;
  margin-bottom: 1.5cm;
  margin-left: 3cm;
  text-align: center;
  float: left;
}

@font-face {
  font-family: 'November';
  src: url('../fonts/Novem__.ttf');
}
h1 {
  font-family: 'November';
  padding-top: 20px;
  margin: auto;
  font-size: 4.80vw;
  width: auto;
  letter-spacing: 3px;
  /*font-weight: bold;*/
  color: #66b933;
  text-shadow: /*0 0 2px #66b933,*/ -1px -1px 6px #223b12;
}

h2 {
  font-family: 'November';
  font-size: 38px;
  letter-spacing: 2px;
  /*font-weight: bold;*/
  color: #EAEAEA;
}

h3 {
  font-size: 50px;
  text-align: center;
}

h4 {
  font-size: 50px;
  text-align: left;
}

h5 {
  font-size: 50px;
  text-align: left;
  padding-top: 1.8cm;
}

h6 {
  padding-top: 0.3cm;
  padding-bottom: 0.2cm;
  font-size: 50px;
  text-align: left;
}

h7 {
  font-family: 'November';
  font-size: 42px;
  letter-spacing: 2px;
  /*font-weight: bold;*/
  color: #66b933;
}

h8 {
  font-family: 'November';
  font-size: 30px;
  letter-spacing: 2px;
  /*font-weight: bold;*/
  color: #EAEAEA;
}

.highlight {
  color: #66b933;
  font-weight: bold;
}

li {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1200px)
{
    .container {
        width: auto;
        max-width: 120vw;
    }
}
/* A link that has not been visited */
a:link {
  color: #66b933;
  text-decoration: none;
}
/* A link that has been visited */
a:visited {
  color: #66b933;
  text-decoration: none;
}
/* A link that is hovered on */
a:hover {
  color: rgb(88, 255, 88);
  text-decoration: none;
}
/* A link that is selected */
a:active {
  color: rgb(88, 255, 88);
  text-decoration: none;
}
