html {
    height: 100%;
}

body {
    /* background: #40a83d; */
    background: url('{{ asset('image/atletic/logo_bg.png') }}') no-repeat right bottom;
    background-size: cover;
    color: #fff;
    font-family: 'WorldAthletics-Regular', 'Montserrat', sans-serif;
    font-weight: 200;
    margin: 0;
    height: 100%;
    background-attachment: fixed;
    background-color: rgb(22, 65, 148);
}
.container {
  font-size: 1.125rem;
}
#volHours {
position: absolute;
top: 5%;
left: 63%;
height: 150px;
width: 220px;
}
.welovelogo {
  position: relative;
  left: 63rem;
  width: 200px;
  height: auto;
  
}
h1 {
  /*font-size: 2.8rem;*/
  font-family: 'WorldAthleticsHeadline', 'Montserrat', sans-serif;
  color: #ffffff;
  position: relative;
}
h5 {
 /* font-size: 2rem;*/
  font-family: 'WorldAthleticsHeadline', 'Montserrat', sans-serif;
  color: #f68b33;
  position: relative;
}

.btn-warning {
  background: rgb(214, 162, 0);
  border: rgb(214, 162, 0);
  color: #ffffff;
  font-family: 'WorldAthletics-Bold', 'Montserrat', sans-serif;
  font-size: 1.125rem;
  border-radius: 20px;
}
.btn-warning:hover, .btn-warning:focus {
  background: rgb(214, 162, 0);
  border: rgb(214, 162, 0);
  color: #ffffff;
}
.btn-dark {
  background: rgb(214, 162, 0);
  border: rgb(214, 162, 0);
  color: #f68b33;
  font-family: 'WorldAthletics-Bold', 'Montserrat', sans-serif;
  font-size: 1.125rem;
  border-radius: 20px;
}
.btn-dark:hover, .btn-warning:focus {
  background: rgb(214, 162, 0);
  border: rgb(214, 162, 0);
  color: #ffffff;
}
.form-group input {
  border: none;
  border: 1px solid #1d2123;
  outline: none;
  border-radius: 15px;
  color: #1d2123;
}

a {
    color: #ffffff;
    font-weight: bold;
}

a:hover {
    color: #1f325a;
}
#volHours .card-header {
 background-color: rgb(214, 162, 0); 
}
.lang_change {
  position: absolute;
  top: 125%;
  right: 95%;
  z-index: 1000;
}
.lang_change a {
  font-size: 1rem;
  color: #f68b33;
}
.runs {
  position: relative;
}

.myGreen
{
    background-color: rgb(214, 162, 0);
    color: #ffffff;
}
.EvCanVol{
  color: rgb(214, 162, 0);
}
.info-box{
    border : 2px solid #f68b33;
    border-radius: 8px;
    padding: 8px;
}
.infobox-picture{
  width: auto;
  height: 150px;
}