:root {
    --btblue: #0675eb;
    --btgrey: #4f4e54;
    --contactheight: 685px;
    --contactmobile: 500px;
  }

body{
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    color:#4f4e54;
}

h2{
    color: var(--btblue);
}

h4{
    color: var(--btgrey);
}

.cover-heading{
    font-size: 8vw;
}

#headerlogo{
    max-width: 400px;
    width: 60%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#headertext{
    padding-bottom: 100px;
}

#headerbutton{
    padding-bottom: 100px;
}

#headerbutton.a{
    background-color: var(--btblue);
}

.inner{
    background-color: rgba(255, 255, 255, 0.6)
}

#address{
   background-color: white; 
}

.accordion {

    --bs-accordion-active-bg: #cfe2ff;
	/*--bs-accordion-btn-color: var(--btgrey);
	--bs-accordion-btn-bg: #cfe2ff;
	--bs-accordion-active-color: white;
	--bs-accordion-active-bg: white;
    --bs-accordion-border-color: var(--btblue);
    --bs-accordion-border-radius: 10px;
    --bs-accordion-btn-focus-box-shadow: none;*/
}

.accordion-body{
 /*   background-color: #cfe2ff;*/
   background: rgba(200, 200, 255, 0.2);

}

.modal-dialog {
   max-height: 70%;
}

#prvmsg{
    height: 690px;
}

#mapframe{
    height: 685px;
}

#bgVideo{
   bottom: 0;
   width: 100%;   
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   padding: 0;
}

#titletext{
    position: absolute;
    bottom: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: var(--btgrey);
    width: 100%;
    margin-left: -8px;
    padding: 50px;
    text-align: center;   
}

.lead{
    font-size: large;

}

.featurette-heading{
    font-size: large;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 100vh;
    overflow: hidden;
  }


@media only screen and (max-width: 767px) {
     #mapwrapper{
        margin-top: 20px;
    }        
    #mapframe{
        height: 550px;
    }

    #prvmsg{
        height: 550px;
    }
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 100vh;
        overflow: hidden;
      }
  }

  