/*
 * Globals
 */


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


/*
 * Base structure
 */

body {

  font-family: 'Lato', sans-serif;

  /*
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  */
  background: url("../images_2/fnd-foto.png") no-repeat;
  background-position: center top;
  background-size: cover;
}

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


main {
  background: rgba(255, 255, 255, 0.6);
  border-left: solid 4px #EE6A20;
  max-width: 450px;
}

h1{
  padding-top: 2rem;
  font-weight: 900;
  color:#EE6A20;
}

p{
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #404040;
}

.lead{
  font-weight: 600;
}

.icons{
  width: 24px;
  padding-right: 5px;
}

.under{
  padding-left: 29px;
}

a{
  text-decoration: none;
  color:#404040;
}
a:hover{
  text-decoration: underline;
  color: black;
}

@media (min-width: 375px) {
  .px-2{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

