/* NomadIT colours and bgcolors */

.lightest-blue {  /* Nav link and footer link colours */
    color: #88C3F6FF;
}

.light-blue, .text-email, .link {
    color: #0d6efd;   /* Link colour and button bg color, nav link border */
}
.bg-light-blue {
    background: #0d6efd;
    background: linear-gradient(0deg, rgba(13, 110, 253, 1) 9%, rgba(2, 87, 212, 1) 45%);
}

.blue {
    color: #023890FF!important;
}
.bg-blue {
    background: #023890FF!important;
}

.dark-blue  {
color: #022D7BFF !important;
}

.bg-dark-blue {
    color: #022D7BFF !important;
    background: linear-gradient(0deg, rgba(3, 56, 144, 1) 9%, rgb(2, 45, 123) 45%);
}

.darker-blue  {
    color: #00256BFF !important;
}
.bg-darker-blue {
    color: #00256BFF !important;
}

.darkest-blue  {
    color: #011E55FF!important;
}
.bg-darkest-blue {
    background-color: #011E55FF!important;
}


.dark-orange, h2, h3, h4 {
    color: #de7100;
}

.orange {
    color: #f18416;
}
.light-orange {
    color: #ffaa6d;
}
.light-grey {
color: #F5F7F9FF!important;
}
body,.bg-light-grey {
    background-color: #F5F7F9FF;
}

.grey {
    color: #61676EFF;
}

.dark-grey, p, ul, ol  {
    color: #212529FF;
}

/* btn colours */
.btn-dark {
    background-color: rgb(1, 30, 85) !important;
    border: 1px solid rgb(22, 110, 197) !important;
    color: #88C3F6FF;
}

.btn-light {
    background-color: rgb(245, 247, 249);
    border: 1px solid rgb(22, 110, 197) !important;

}

.bg-grey {
    background: rgb(236, 235, 234);
}

.nav-link.active {
      border: #0d6efd solid 1px;
    background: transparent!important;
}

.nav-link:hover {
    color: #fff;
}


#mega-menu-main ul.nav a {
    display: inline-block;
    padding: .5em;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
}


.border-primary {
    border: 1px solid #CBCBCBFF !important;
}

.border-light-blue {
    border: 1px solid #0d6efd; !important;
}

.border-orange {
    border: 1px solid #f18416 !important;
}

/* image backgrounds */

.bg-one {
    background-image: url("../img/easa2019-ryklic.jpg");
}

.bg-two {
    background-image: url("../img/headers/ecas-blue.jpg");
}

.bg-three {
    background-image: url("../img/ecas2019.jpg");
}

.bg-four {
    background-image: url("../img/headers/team.jpg");
}

.bg-five {
    background-image: url("../img/services/conferences/ecas2019-unknown.jpg");
}

.bg-six {
    background-image: url("../img/bgshapes2.jpg");
}

.bg-seven {
    background-image: url("../img/bgshapes1.jpg");
}

.bg-eight {
    background-image: url("../img/bgshapes3.png");
}

.bg-nine {
    background-image: url("../img/bgshapes4.jpg");
}

.bg-ten {
    background-image: url("../img/bgshapes5.jpg");
}

.bg-eleven {
    background-image: url("../img/bgshapes6.jpg");
}

.border-blue {
    border: 1px solid rgb(22, 110, 197) !important;
}
.border-blue-top {
    border-top: 1px solid rgb(13, 110, 253) !important;
}

.border-blue-bottom {
    border-bottom: 1px solid rgb(13, 110, 253) !important;
}

.card {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .9s transform cubic-bezier(.155, 1.105, .295, 1.12), .9s box-shadow,
    .9s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
  }

.card:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
  }

.dark-text, .dark-text a  {
    color: #373a3c!important;
}

#footer .list-group-item, .bg-transparent {
    background: rgba(000, 000, 000, 0.3)!important;
}

 #footer a, .nav-link, #tools a {
    color: rgb(136, 195, 246) !important;
}

#footer p  {
color: rgb(245, 247, 249);}



