   html,body
      {
        width: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
        min-height: 100%;
      }
      body {
        font-family: 'Jost';
        padding-top: 100px;
        height: 100vh;
        /*margin:0;*/
  /*      display: flex;
  flex-direction: column;*/
  }

  #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;
  }

  /*
    a#drop-item-active{
      border-bottom: none;
      background-color:black;
      }*/

  /*
    #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/projects_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: 100px) {
        .text-myheader {
          /*font-size: calc(16px + 6 * ((100vw - 320px) / 250));*/
          font-size: 22px;
          font-weight: bold;
          width: 40%;
        }

        .mytabs{
          font-size: 12px;
          overflow-wrap: break-word;
        }
        .tab-content span{
          font-size: 30px;
        }

      }

      @media screen and (min-width: 720px) {
        .text-myheader {
          font-size: 30px;
          width: 40%;
        }
        .mytabs{
          font-size: 18px;
          overflow-wrap: break-word;
        }

      }
      @media screen and (min-width: 1440px) {
        .text-myheader {
          font-size: 60px;
          width: 40%;
        }
      }
      @media screen and (min-width: 1000px) {
        .mytabs{
          font-size: 24px;
          overflow-wrap: break-word;
        }
        .tab-content span{
          font-size: 45px;
        }
      }

      .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;
    }

    .dropdown-menu-center {
      left: 50% !important;
      right: auto !important;
      text-align: center !important;
      transform: translate(-50%, 0) !important;
    }

    .nav-tabs li{
      margin: 0;
      /*padding: 10px;*/
      font-size: 24px;
      background-color: #000000;
      text-decoration: none;
      vertical-align: middle;
      /*      border:2px solid black;*/
      color: white;
    }

    .nav-tabs a{
      text-decoration: none;
      /*  padding: 0 0 20px;*/
      vertical-align: middle;
      color: white;

    }

    .mytabs span{
      color: white;
      vertical-align: middle;

      display: inline-block;
      line-height: normal;
    }

    .mytabs div:hover span{
      color: black;
      background-color: darkgrey
      vertical-align: middle;

    }


    .mytabs:hover{
      text-color: black;
    }

    .active .nav-tabs li{
      background-color: white;
    }


    .mytabs{
      height: 3em;
      vertical-align: middle;
      line-height: 3em;
      text-align: center;
      border: none /*2px dashed #f69c55*/;
    }
    .active .mytabs {
      color:black;
      background-color: grey;
      /*  height: 2em;*/
      width:auto;

    }

    .mytabs div:hover span{
      color:black;
    }
    .nav-tabs>li:hover{
      background-color: darkgrey;
      color: black;
      /*          /*border: 2px solid black;*/

      /*  box-shadow: inset 0px 0px 0px 2px grey;*/

    }

    .container{
      margin-bottom: 100px;
    }
    .tab-content{
      margin: 5% 0;
      vertical-align: middle;
    }


    .footer{
      /*margin-top: 0;*/
      height:20vh;
    }

    .wrapper{
      height:80vh;
    }

    #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 */
    }
    iframe[seamless] {
      border: none;
    }
    .tab-pane.active ~ #message {
      display: none;
    }

    @keyframes blinking{
      0%{   color: red;   }
      50%{  color: #000;   }
      100%{  color: red;   }
    }
    .container>h4 {
      text-decoration: none;
      color: #5a9be6;
      text-transform: uppercase;
    }
    .container>h6 {
      text-decoration: none;
      color: #660033;
      text-transform: uppercase;
    }

    .container>ul {
      list-style-type:none;
      margin-bottom: 50px;
    }

    .container>ul>li {
      margin-top: 15px;
    }

    .container>ul>li>b>span {
      text-decoration: none;
      color: #376769;
    }


