/*
 * Globals
 */


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

/*
 * Base structure
 */

body {
  text-shadow: none;
  box-shadow: none;
}

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

/*
 * Header
 */
.nav-masthead .nav-link{
  padding: .25rem 0;
  font-weight: 700;
  color: rgb(255, 254, 254);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

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

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

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

.navbar {
  background-color: black;
}

/*
* Start Body
*/ 

.fw-light {
  color: white;
}

.lead {
  color: white;
}

.mb-1,
.mb-0 {
  color: white;
  text-align: center;
}

* {
  box-sizing: ;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.card-body {
  height: 140px;
}

.btn {
  background-color: white;
  border-color: black;
  color: black;
}

.btn:hover {
  background-color: white;
  border-color: white;
  color: black;
}

/*
* Features Body
*/

/* Float three columns side by side */
.column {
  float: left;
  width: 33%;
  padding: 100px 15px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(3, 3, 3, 0.2); /* this adds the "card" effect */
  padding: 80px;
  text-align: center;
  background-color:white;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 60px;
  }
}

.section {
  padding: 80px;
  width: 100%;
}

/*
* Footer
*/
footer {
  text-align: center;
  padding: 10px;
  color: white;
  width: 100%;
  height: 60px;
}

.fixed {
  position: fixed;
  bottom: 0em;
  left: 0em;
  width: 350px;
  height: 4rem;
}