body{
  font-family:laila;
}
h1, h2, h3, h4, h5{
  font-family:laila;
}

/*collapse menu*/

.show{
 width: 80vw;
    padding: 10px;
    background-color: darkcyan;
    border-radius: 4px;
    position: relative;
}
/* to remove later?*/

.d-inline-block{
  display:none!important;
}
.logo{
   display:none!important;
}
body{
  width:100vw;
  overflow-x: hidden!important;
}
html{
  overflow:auto;
}
.test{
  color:red!important;
}
.sticky{
  position:sticky;
  top:0px;
}

/*end of to remove*/

.fullwidth{
  min-width:100vw!important;
}

/*body wrap*/

.wrapped{
  
}
.brand-logo{
    text-decoration: none;
    font-size: 3vh;
}


/*header navbar*/
.container-header{
  display:flex!important;
}

.wide{
padding-left: 7vw!important;
    padding-right: 4vw!important;
    min-width: 111vw;
    left: -12vw;
}
.flexy{
  display:flex!important;  
  /*justify-content:center;*/
}
.center{
  text-align:center;
}
.nav-control{
  margin:-20px!important;
}
.grid-child{
      max-width: 65vw;
}

/* footer menu */
.flexrow{
  display: flex;
    flex-direction: row;
}

.mod-menu{
  margin:auto;
}
/* footer menu*/
.item-108, .item-109, .item-110, .item-111{
      width: 150px; 
}

/* login form */
.card-body{
  margin: auto;
    width: 700px;
    max-width: 90vw;
}


/* center logo */
.cen{
      margin: auto;
    max-width: 40vw;
}

@media only screen and (max-width: 400px) {
  .ft {
    margin-left: 14vw;
  }
  #navbar1{ 
  left: -74vw;
    top: 2vw;
  }
  
}


/*register*/
.register main{
max-width:50vw;
  margin:auto;
  }
.register .registration::before {
  content: "Please fill in the form below to apply for membership.";  
  font-size: 21px;
}
.register .registration a::before {
  content: "By clicking on AGREE, you ascertain having read our policies and agreeing with them. You can view them by clicking on this link: ";  
  font-size: 16px;
}
.register .registration #jform_name-lbl::before{
   content: "First Name(s) and Family "
}

.register legend{
  display:none;
}
#tosModal{
    padding: 0!important;
    width: 90vw;
    position: absolute;
    top: 20vh;
    left: 5vw;
    height: auto;
}
#tosModal .modal-content{
height:70vh;
}

@media (min-width: 576px){
.modal-dialog {
  max-width: -webkit-fill-available!important;
}
}
/*login*/

.logging main, btn-secondary{
  display:none!important;
}

/*cookie consent*/

#redim-cookiehint-top{
    top: 40vh!important;
    max-width: 90vw;
    margin: auto;
}