@media only screen and (max-width: 768px) {
  .sharetop {
      position:absolute;
      top:85px;
      right:8px;
  }
}

body{
  font-family: 'Poppins', sans-serif;
}
a {color:#da6e2b;}
a:hover{color:#be500b;}

.btn-menu {
  color: #da6e2b;
  border-color: #da6e2b;
}
.offcanvas h5 {
  color: #da6e2b;;
}
.offcanvas-header .btn-close {
  background-color: #da6e2b!important;
}

.head-container,
.footer-container {
background: #da6e2b;
}
header h1 {
 color:#aa4a0e;
}
.navbar-light {
  background-color:#da6e2b!important;
}

.navbar-brand {
  font-family: "Nunito", sans-serif;
}

.navbar-toggler {
 background-color:#f0f0ef;
 border-color:rgb(186, 67, 3)!important;
}

.WElogo {
  border-color:rgb(186, 67, 3)!important;
}

.homeimage{
  text-align:center;
  margin:20px auto;
}

.homeimage img {
  max-width: 300px;
}

.journey-image {
  margin:20px auto;
  display:flex;
  justify-content: space-around;
  
}
.ufo-image {
  width:250px;
}
.journey-image img {
  flex:1;
  max-width: 80px;
}
.bottomimage{margin:20px auto}

.printout{
  font-size:1.4em;
  line-height:1.2em;
  -moz-box-shadow:0px 0px 3px #cb4e00;
  box-shadow:0px 0px 3px #cb4e00;
  -webkit-box-shadow:0px 0px 3px #cb4e00;
}

@media only screen and (min-width: 500px) {

  .journey-image {
    margin:40px auto;
  }
  .journey-image img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
.homeimage{
  text-align:center;
  margin:40px auto;
}

.homeimage img {
  max-width: 400px;
}
}

@media only screen and (min-width: 992px) {

  #google2 {
    display:none;
  }

}