/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.09.2020, 13:55:33
    Author     : hendrik
*/
a, .btn-link{
    color:green;
}
.primary{
    color:green;
}
h2,h3{
    color:grey;
}
.navbar-header{
    width:100%;
}
.text-italic{
    font-style: italic;
}
.btn-primary, .badge-primary{
    background-color: green;
    border-color: green;
}
.btn-outline-primary{
    border-color: green;
    color: green;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: green;
    border-color: green;
}
.btn-primary:hover{
    background-color: darkgreen;
    /*color:darkgreen;*/
    border-color: darkgreen;
}

p.header-adds{
    color:gray;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0;
}

#navUrl{
    padding-left:0;
}
#navUrl li{
    display: inline-block;
}
.selectLocation a{
    display: inline-block;
    margin-bottom: 3px;
}
.locationAdvice{
    font-style: italic;
    color:darkgray;
    font-size: 0.8rem;
}

.qr-h{
    color:green;
    font-size: 3rem;
}
.page-qrCode{
      text-align: center!important;
}
.container .qrCode h1{
      /*margin-top: 4rem;*/
  }
  
.guest-box{
    font-size: 10rem;
    font-weight: bold;
    border: 5px solid green;
    padding: 20px;
    width: fit-content;
    line-height: 10rem;
    text-align: center;
}
.guest-box span{
    font-size: 1rem;
    font-weight: normal;
    line-height: 1rem;
    font-style: italic;
    display: inherit;
    color: grey;
}  
  

@media print {
  nav {
    display: none;
  }
 
  hr{
      display: none;
  }
  
  .h1-qrCode{
      margin-top: 7rem;
  }
  .print-it{
      display:block;
  }
  
  .print-not{
      display: none;
  }
  
  .qrCode > img{
      width: 600px!important;
      height:auto!important;
  }
  
}




