
  html,body
  {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    min-height: 100%;
  }
  body {
    font-family: 'Jost';
    padding-top: 100px;
    /*      display: flex;
    flex-direction: column;*/
  }
  /*.footer {
  flex-shrink: 0;
  }*/

  #brand-image {
    height: 70px;
  }

  #brand-text {
    color: red;
    font-size: 18px;
    font-weight: regular;
    background: -webkit-linear-gradient(#eee, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #navbarSupportedContent {
    font-weight: regular;
    font-size: 16px;
    text-transform: uppercase;

  }

  .dropdown-menu {
    margin-top: 0;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 35px;
  }

  .navbar .footernav .nav-item:not(:last-child) {
    margin-right: 0px;
  }

  .dropdown-toggle::after {
    transition: transform 0.15s linear;
  }

  .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
    font-color: black;
  }

  .dropdown-menu a {
    color: #000000 !important;
  }

  .dropdown-item {
    text-transform: capitalize;
  }


  .carousel {
    background: #007aeb;
    width: 100%;
    height: 500px;

  }

  .carousel-item .img-fluid {
    width: 100%;
    height: auto;
  }

  .carousel-item a {
    display: block;
    width: 100%;
  }

  #parent {
    float: left;
  }

  #carousel {
    float: left;
    margin-right: 5px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  #test {
    margin-top: 52px;
    height: 500px;
  }

  #intro {
    color: #3d3d40;
    padding: 50px;
    margin-left: 5%;
    margin-right: 5%;

    font-size: 20px;

    float: center;
    border: 0;
  }
  .nav-item a {
    border-bottom: 2px solid black;
    /*font-weight: bold;*/
  }
  .navbar-dark .navbar-nav .active a {
    border-bottom: 2px solid white;
    /*font-weight: bold;*/
  }

  .navbar-dark .navbar-nav a:hover {
    border-bottom: 2px solid white;
    color: white;
  }

  .navbar-dark .navbar-nav .dropdown-menu .active a {
    border-bottom: none;
  }


  .navbar-dark .navbar-nav .dropdown-menu a:hover {
    border-bottom: none;
  }

  a.dropdown-item-active{
    /*text-decoration: none;*/
    background-color: #000000;
    color:#ffffff;
  }
  a.dropdown-item-active:active{
    /*text-decoration: none;*/
    background-color: #000000;
  }
  a.dropdown-item-active:hover{
    /*text-decoration: none;*/
    background-color: #9e9e9e;
  }

  .dropdown-item-active{
    color: white;

  }

  a#drop-item{
    border-bottom: none;
  }
  a.dropdown-item:hover{
    border-bottom: none;
    background-color: #9e9e9e;
  }

  a.dropdown-item-active>span{
    color:white;
  }
  /*  #drop-item a.active{

  }*/

  .uclogo {

    height: 100px;
    float: center;
    width: auto;
  }

  .footer_text {

    float: left;
    width: auto;
    vertical-align: middle;
  }
  .row {
    margin: auto;
    width: 100%
  }

  .col-xl-4 {
    display: inline-block;
    padding: 50px;
    vertical-align: middle;
    display: block;
  }





  .footer__nav {
    padding: 0;
  }

  .footer__nav a {
    color: white;

    text-align: center;
  }

  .footer__nav>a {
    text-transform: capitalize;
    display: block;
    list-style: none;
    padding: 0;
    font-size: .85rem
  }

  .footer__nav>a:hover {
    text-decoration: underline
  }

  .vertical-center {

    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .homeimg {
    opacity: 0.5;
  }

  .collabs img {
    opacity: 0.5;
    -webkit-filter: grayscale(50%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
  }

  .collabs img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  .image-container-myheader {
    background-image: url("images/filter.png"), url("images/people_bg_1.jpg"); /* The image used - important! */

    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; /* Needed to position the cutout text in the middle of the image */
    height: 300px; /* Some height */
    vertical-align: middle;
    margin-top: -4px;
  }

  .text-myheader {
    background-color: white;
    color: black;
    font-family: Jost;
    font-size: 44px; /* Responsive font size */
    /*font-weight: bold;*/
    margin: 0 auto; /* Center the text container */
    padding: 10px;
    width: 30%;
    text-align: center; /* Center text */
    position: absolute; /* Position text */
    top: 50%; /* Position text in the middle */
    left: 50%; /* Position text in the middle */
    transform: translate(-50%, -50%); /* Position text in the middle */
    mix-blend-mode: screen; /* This makes the cutout text possible */

  }

  @media screen and (min-width: 300px) {
    .text-myheader {
      /*font-size: calc(16px + 6 * ((100vw - 320px) / 250));*/
      font-size: 22px;
      font-weight: bold;
    }
  }

  @media screen and (min-width: 720px) {
    .text-myheader {
      font-size: 30px;
    }
  }

  @media screen and (min-width: 1440px) {
    .text-myheader {
      font-size: 60px;
    }
  }

  .mysubtitle {
    font-family: Arial;
    font-weight: bolder;
    color: #202a33;
  }

  .navbar{
    margin-bottom: 0!important;
  }

  .card .card-group .card-header .card-body .card-footer{
    display: flex;
  }

  #myBtn {
    display: block; /* 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: red; /* 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 */
  }

  @media screen and (min-width: 100px) {
    .content-images{
      display: none;
    }
    .content-outer{
      width: 90%;
    }
    .content-text{
      width: 80%;
    }

  }

  @media screen and (min-width: 1000px) {
    .content-images{
      display: block;
    }
  }



  #my-card-deck{
    width: 100%;
  }

  #card-deck-jumbo{
    padding: 0;
    background-color: transparent;

  }

  #card-deck-cols{
    padding:3px;
    display: inline-block;
  }

  #card-deck-header{
    border: none;
    background-color: black;
  }

  #card-deck-header>span{
    font-size: 16px;
    color: white;
  }

  #card-deck-img{
    width:100%;
    position: relative;
    vertical-align: middle;
    margin: 5px 0;
  }

  #card-deck-text{
    background-color: white ;
    padding: 2px;
    margin: 5px 0;
    text-align: justify;
    font-size: 14px;
  }
  #card-deck-text>span{
    font-size: 14px;
    color: #a30b00d5;
  }
  #card-deck-text>p{
    font-size: 14px;
  }
  #card-deck-text>ul{
    font-size: 12px;
  }





  #card-deck-img-dp{
    width:100%;
    position: relative;
    vertical-align: middle;
    margin-top: 14px;
  }

  #card-deck-text-dp{
    background-color: white ;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 12px;
  }

  #card-deck-footer-dp{
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    text-align: center;
  }

  #card-deck-header-dp{
    border: none;
    background-color: black;
  }


  #card-deck-header-dp>span{
    font-size: 14px;
    color: white;
  }


  #card-deck-text-dp span{
    font-weight: bold;
    font-size: 14px;
  }











  #card-deck-text span{
    font-weight: bold;
  }



  #card-deck-footer{
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    text-align: center;
  }

  #card-deck-footer>a{
    text-decoration: none;
    /*float: right;*/
  }

  .card{
    background-color: transparent;
  }

  #profile-set{
    text-align: center;
  }

  .row{
    margin-bottom: 1%;
    text-align: center;
  }

  .row .no-gutters {
    margin-bottom: 0;
  }

  #card-deck-cols-1{
    padding:3px;
    display: inline-block;
  }
  #profile-director{
    width: 30%;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
    /*height: auto;*/
    /*margin-top: 50px;*/
    /*padding: 50px;*/
  }

  .swiper-pagination{
    margin-top: 20%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*height: 100%;*/
    height: auto;
    /*align-self: stretch;*/
    /*overflow: hidden;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide .card {
    height: 100%;
  }
  /*.swiper-button-next{
  right: 15px;
}
.swiper-button-prev{
left: 15px;
}*/
h1{
  color: #5a9be6;
  font-weight: bold;
  text-transform: uppercase;
}
h4{
  text-align: left;
  color: #ac7a2e;
  font-weight: bold;
  text-transform: uppercase;
}


.testclass {
  max-width: 800px;
}

.highlight {
  background-image: linear-gradient(270deg, #F27121cc, #E94057cc, #8A2387cc);
  border-radius: 6px;
  padding: 3px 6px;
}