.main-image{
    background-image: url("./Red\ House\ Middle.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    top: 0%;
}

.yuhBig{
    font-weight: 700;
}

.red{
    color:red;
    font-weight: 500;
}

.nav{
  top: 2%;
  position: relative;
}

.title{
    color: white;
    font-weight: 500;
}

.darker{
    opacity: 100%;
    color: white;
    font-weight:500;
    padding:1.5rem;
    margin-top: 6rem;
}

.box{
    background-color: rgba(0,0,0,.7);
    margin-bottom: 20px;
}

.badge{
    text-shadow: 5px 5px 5px red !important;
    display: block;
    padding-bottom: 8rem;
    position: relative;

}

.reg{
    color: #2B2A4C !important;
    font-weight:500;
}

.center{
    position: relative;
    margin-top:3%;
}

.bg-color{
    background-color: #EEEDEB;
}

.row{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#sessions{
    text-align: left;
}

#footer{
    background-color: #4e2121;
    color: white;
}

.rel{
    position: relative;
    padding-top: 3rem;
    padding-bottom: 0;
}

img{
    display: block;
    margin-left:auto;
    margin-right:auto;
}

h1{
    display: inline-block;
}

.programme {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-pdf{
    margin-right: .5rem;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #C40C0C; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  .p-titles{
    margin-top: 3rem;
  }
  

  .my-5 {
    margin-top: 5rem !important;
  }

  .card-img, .card-img-bottom, .card-img-top {
    height: 135.5px;
  }

.main-image {
    position: relative !important;
    min-height: 500px;
}

#logo {
    position: absolute;
    right: 2%;
    top: 8%;
    width: 125px;
}

#hero {
    position: absolute;
    bottom: 1%;
}

.someSpace{
    margin-bottom: 3rem;
}

.textArea{
    font-size: 1.5rem;
    color:#555;
}

.bigColor{
    color:#555;
}

.heavy{
    font-weight: 700;
    font-size: 3rem;
}

h6{
    font-size: .8rem !important;
}

.card-img-top{
    height: 95px;
}

.card-body{
    padding: 5px;
}

.h-100{
    text-align: center;
}

.card{
    border: none;
}

.parl{
    position: absolute;
    top: 10px;
}
