/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

h3, p {
color: #3c3e40;
}

.lead {
  color: #fff;
  text-align: justify;
  }

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

/* Custom default button */
.btn-secondary {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #3c3e40;
  border: .05rem solid #fff;
  width: 8em;
}

 /*
 * 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 + .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;
  }
}
.navbar {
  margin-bottom: 0px;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  height: 100vh;
  width: auto;
  background: #ce5c12;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F09819, #ce5c12);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F09819, #ce5c12); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 350;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.jumbotron .container {
  max-width: 40rem;
}

.card-body {
  height: 12vw;
}

.card-text{
  padding-bottom: 2vw;
  color: #3c3e40;
}

.menu {
  width: 100vw;
  padding: 1.7vw;
  margin:0;
  background-color:#ce5c12;
  color:#ce5c12;
}


/*
 * Footer
 */
 footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #3c3e40;
}

footer p {
  margin-bottom: .1rem;
}

footer a {
  margin-bottom: .1rem;
  color: #3c3e40;
}

/*
MAP
*/

#floating-panel {
  position: absolute;
  top: 5.75vw;
  right: 9%;
  z-index: 5;
  background-color: #fff;
  padding: 7px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-right: 10px;
}

#floating-panel2 {
  position: absolute;
  bottom: 8.8vw;
  right: 0.8%;
  z-index: 5;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  text-align: right;
  font-size: 1.1em;
  -webkit-text-stroke: 1px black;
  color:  #3c3e40;
  text-shadow:
      3px 3px 0 #fff,
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
     -1px 1px 0 #fff,
      1px 1px 0 #fff;
}


.centraliseImg {
  padding-top: 1.2vw;
  margin: 1.33vw;
  display: inline;
  text-align: center;
}
