/*
 * Globals
 */


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

html {
  scroll-behavior: smooth;
  background-image: url("../../res/images/background.png");
}

/*
 * Base structure
 */

body {
  color: #000000;
  background-color: transparent;
  height: 100%;
  min-width: 360px;
}

section.cover-container {
  max-width: 1200px;
  min-height: 1000px;
  overflow-y: hidden;
}

@media only screen and (max-width: 600px) {
  div#cover-wrapper {
    height: auto;
    width: 100%;
  }
}

div#cover-wrapper {
  min-height: 100vh;
  width: 100%;
}

.h-auto {
  height: auto !important;
}

/*
 * Header
 */

div#header-wrapper {
  width: 100%;
  background-color: #c6b5cf;
  overflow: auto;
}

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

img#nav-logo {
    margin-top: 3px;
    margin-right: 10px;
}

.nav {
  scroll-behavior: smooth;
}

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

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

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

div#pricing-wrapper {
  margin: 0 auto;
  scroll-behavior: smooth;
}

section#pricing-container {
  max-width: 1060px;
  margin: 0 auto;
  scroll-behavior: smooth;
}

div.pricing-header {
  max-width: 700px;
}

button.pricing-button {
  min-width: 100%;
  border: 2px #eeeeee solid;
  border-radius: 6px;
}

div.card-wrapper {
  padding: 5;
}

.footer {
  padding: 2.5rem 25px;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

div#contact-wrapper, div#pricing-wrapper, div#about-wrapper, div#cover-wrapper, div#review-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}

.card-article {
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}

#reviews {
  opacity: 0;
  height: 251px;
}

section.article-contents {
  text-align: left;
}

section#contact-container {
  margin: 0 auto;
  max-width: 700px;
}