

@font-face {
  font-family: 'caroniregular';
  src: url('../font/caroni-regular-webfont.eot');
  src: url('../font/caroni-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/caroni-regular-webfont.woff2') format('woff2'),
       url('../font/caroni-regular-webfont.woff') format('woff'),
       url('../font/caroni-regular-webfont.ttf') format('truetype'),
       url('../font/caroni-regular-webfont.svg#caroniregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  height: auto;
}

/* IMPORTING THE FONT */



.window-item{
  width: 0%;
  height: 100vh;
  background-color: #228B22;
}

.info__container{
  width: 40%;
  max-width: 30rem;
  height: 100%;
  position: absolute;
  z-index: 2;
}


.notification-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #90EB68;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  text-align: center;
padding: .5rem;
  font-family: 'caroniregular';
}

.notification-bottom a{
  text-decoration: none;
  text-decoration: underline;
  color: #9D3848;
  font-family: 'caroniregular';
}

.notification-bottom p{
  margin-bottom: 0;

}





/*****/
/* Styling of the map
/*****/

  #map { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%;}
  

/*****/
/* Styling of the popup
/*****/

/*This is the official style of the popup*/


button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
  outline: inherit;
}

.mapboxgl-popup-close-button {
  z-index: 30;
  font-family: 'Amatic SC', cursive;
  color: #9D3848;
  font-size: 100px;
  margin-right: 30px;
  margin-top: 5px;
  width: 30px;
  height: 40px;
  overflow: hidden;
}




.info-text{
  z-index: 10;
  font-family: 'caroniregular';
  padding-left: 60px;
  padding-right: 10px;
  color: #9D3848;
  position: relative;
  text-decoration: none;
  font-weight: 1;
  margin-bottom: 0;
}

.info-text__family{
  font-size: 24px;
  padding-top: 20px;
  margin-bottom: 0;
}

.info-text__adres{
  font-size: 18px;
}

.info-text__musisian{
  font-size: 42px;
  text-align: center;
  padding: 0 30px;
  line-height: 35px;
  margin: 20px 0;
  margin-left: 15px;
}

.info-text__details{
  font-size: 16px;
  color: #000000;
  
}

.mapboxgl-popup-anchor-left{
}

.mapboxgl-popup{
  width: 350px !important;
  max-width: 350px !important;
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg); /* Standard syntax */
}

.mapboxgl-popup p{
  z-index: 10;
  transform: rotate(-2deg);
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right, .mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.mapboxgl-popup-content {
  width: 470px;
  height: 385px;

  background-color: transparent;
  position: relative;
}

.mapboxgl-popup-tip{
  display: none;
}

.mapboxgl-popup-content-wrapper {
  position: relative;
  padding: 1%;
}

/*This is my css*/

.paper-background{
  position: absolute;
  display: inline-block; 
  margin: 0 auto;
  -webkit-filter: drop-shadow( 13px 13px 12px rgba(0, 0, 0, .7));
  filter: drop-shadow( 10px 13px 12px rgba(0, 0, 0, .7));
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}


.nav-bar{
  height: 100px;
  width: 100vw;
  position: absolute;
  top: 0;
  background-color: #90EB68;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  grid-template-rows: minmax(50px, auto) 1fr;
  grid-column-gap: 2rem;


}

.nav-bar__img{
  height: 100%;
  grid-column: 2 / 3;

}


.facebook-icon{
  display: block;
  height: 50px;
  grid-column: 3 / 4;

}
.facebook-icon__image{
  color: white;
  height: 100%;
}

.reserveren{
  grid-column: 1 / 2;
  
}

 .info-text__introgooglemaps{
   font-size: 18px;
   margin: 20px 0;
 }

 .info-text__googlemaps{
   font-size: 20px;
   text-decoration: underline;
 }


.buttons{
  width: 100%;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  grid-template-rows: max-content;
  grid-template-columns:max-content max-content;
  justify-items: center;

  grid-column-gap: 2rem;
}

/*Simple reservation button*/

.my-button {
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border-radius: 0.6em;
  cursor: pointer;
  align-self: center;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'caroniregular';
  font-size: 16px;
  padding-bottom: 6px;

  display: grid;
  grid-template-rows: max-content max-content;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;

}

.no-margin{
  margin: 0 !important;

}

.my-button a{
  text-decoration: none;
  color: #fff;
}

.my-button span{
  font-size: 16px;
}

.my-button:hover,
.my-button:focus {
  color: #fff;
  outline: 0;
}

.my-button {
  color: #fff;
  box-shadow: 0 0 40px 40px #D51761 inset, 0 0 0 0 #D51761;
  transition: all 150ms ease-in-out;
  

}
.my-button:hover {
  box-shadow: 0 0 40px 40px #e71f6d  inset, 0 0 10px 4px #e71f6d ;
}


@media only screen and (max-width: 720px) {

  .nav-bar{
    padding: 0;
    grid-column-gap: 0;
  }

  .my-button  {
    border-radius: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    font-size: 16px;
    padding: 0;
  }

  .my-button span{
    font-size: 12px;
  }

  .nav-bar__img{
    height: 100%;
  
  }
  
  .buttons{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr ;
    height: 100%;
  }
  
  .facebook-icon{
    display: block;
    height: 30px;
    grid-column: 3 / 4;
  
  }
  .facebook-icon__image{
    color: white;
    height: 100%;
  }

  .btn-reserveren{
  }


}

.main-logo{
  display: block;
  height: 100%;
}