html,body
    {
      width: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden;
    }
    body {
      font-family: 'Jost';
      padding-top: 100px;
    }

    #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: #000000;
    }

    .carousel-item{


    }
    .carousel-item .img-fluid {
      display: block;
      width: 600px;
      height: 500px;
    }


    @media screen and (min-width: 577px) {
      .carousel-item .img-fluid {
        display: block;
        width: 800px;
        height: 500px;
      }
    }

    @media screen and (min-width: 769px) {
      .carousel-item .img-fluid {
        display: block;
        width: 1400px;
        height: 500px;
      }
    }

    @media screen and (min-width: 1440px) {
      .carousel-item .img-fluid {
        display: block;
        width: 2000px;
        height: 500px;
      }
    }

    .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;
    }



    #websitefooter {
      /* height: 200px; */
      background: darkred;
      float: bottom;

    }
    .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;
    }

    .uclogo {

      height: 100px;
      float: center;
      width: auto;
    }

    .row {
      margin: auto;
      width: 100%
    }

    .col-xl-4 {
      display: inline-block;
      padding: 50px;
      vertical-align: middle;
      display: block;
    }


/*
    .footer .row{
      position: absolute;
      width:100%;
      height: 500em;
    }

    */






    .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: 1;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
    }

    .image-container-myheader {
      background-image: url("images/filter.png"), url("images/recent_bg.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: 22px;
        width: 40%;
        font-weight: bold;
      }

    }



    @media screen and (min-width: 720px) {
      .text-myheader {
        font-size: 30px;
      }
      .carousel-item .img-fluid {
        display: block;
        width: 2000px;
        height: 500px;
      }
    }

    @media screen and (min-width: 1440px) {
      .text-myheader {
        font-size: 60px;
      }
      .carousel-item .img-fluid {
        display: block;
        width: 2000px;
        height: 500px;
      }
    }


    #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 */
    }

    .container .recentnews{
      margin-bottom: 100px;
    }

    .container>ul {
      list-style-type:none;
      margin-bottom: 50px;
    }

    .container>ul>li {
      margin-top: 15px;
    }

    .container>ul>li>a {
      text-decoration: none;
      color: orange;
    }

    .fancy{
      padding: 20px;
      /*background-color: #f5f5f5;*/
      background-color: #fafafa;
      /*border: solid 2px #f5f5f5;*/
      margin-top: 50px;
      border-bottom: solid 5px grey;
    }
    .fancy>h3{
      color: #5a9be6;
      font-weight: bolder;
    }

    .recentnews a {
      font-weight: bold;
      text-decoration: none;
      color: orange;
    }
