body {
  background-color:#FEC56D;
  color:#655542;
  font-family: 'Noto Sans JP', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.btn-outline-secondary{
    color: transparent;
    background-color: #655542;
    background-image: none;
    border-color: #655542;
}

.btn-outline-secondary:hover {
    color: #655542 !important;
    background-color: transparent;
    background-image: none;
    border-color: #655542;
}
.btn-outline-secondary:active{
    color: #fff !important;
    background-color: #655542 !important;
    background-image: none;
    border-color: #655542 !important;
}


#twitterLogin{
    color: #fff;
    background-color: #4C9FEA;
    background-image: none;
    border-color: #4C9FEA;
}

#twitterLogin:hover{
    color: #4C9FEA !important;
    background-color: transparent;
    background-image: none;
    border-color: #4C9FEA;
}

#twitterLogin.btn-outline-secondary:active{
    color: #fff !important;
    background-color: #4C9FEA !important;
    background-image: none;
    border-color: #4C9FEA !important;
}


#lineLogin{
    color: #fff;
    background-color: #00c300;
    background-image: none;
    border-color: #00c300;
}

#lineLogin:hover{
    color: #00c300 !important;
    background-color: transparent;
    background-image: none;
    border-color: #00c300;
}

#lineLogin.btn-outline-secondary:active{
    color: #fff !important;
    background-color: #00c300 !important;
    background-image: none;
    border-color: #00c300 !important;
}


#snsButtons {
    margin-bottom:2rem;
}

.lead{
  font-size:1.8rem;
  margin-bottom:2rem;
}

.main-title {
  font-family: 'Poppins', sans-serif;
  font-style:italic;
  margin-bottom: 7.5rem;
}

.bg-light{
  background-color:rgba(255,255,255,0.8)!important;
}

.bg-dark{
  background-color:rgba(0,0,0,0.6)!important;
}


.container {
  max-width: 960px;
}

.camp-car-bg{
  background-image:url(../img/vw-camper-336606_1920.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height:100%;
}
.camp-dark-bg{
  background-image:url(../img/tent-1208201_1920.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height:100%;
}
.camp-morning-bg{
  background-image:url(../img/camping-2581242_1920.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height:100%;
}

.camp-thanks-bg{
  background-image:url(../img/vw-bus-1845719_1920.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height:100%;
}


/*
 * Custom translucent site header
 */

.site-header {
  background-color: #DB6336;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: rgba(255,255,255,0.8);
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
